﻿html, body {
    height: 100%;
}
body {
  margin: 0;
  background: #000; 
	
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 
 
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}


/* ----------------- section--------------------- */

#polina { 
  font-family: Peugeot, Arial Narrow, sans-serif;
  font-weight:100; 
	line-height: 1.5rem;
	padding-bottom: 9.8rem;
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:6rem;
  float: right;
  font-size: 0.8rem;
	}
h1 {
  font-family: Coluna Rounded, Arial Bold;
	line-height: 3.5rem;
  font-size: 4.0rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .0rem;
}
#polina button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}
#polina button:hover { 
   background: rgba(0,0,0,0.5);
}

a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .6s background; 
}
a:hover{
  background:rgba(0,0,0,0.9);
} 

a.allmail {color: #5d5d5d; text-decoration: none; background:rgba(250,250,250,0.0)}

a.allmail:hover {color: #141414; text-decoration: none; background:rgba(250,250,250,0.0)}


#firma { 
  font-family: Peugeot, Arial, sans-serif;
  font-weight:100; 
	line-height: 1.5rem;
	padding-bottom: 0rem;
  background: rgba(255,255,255,6.9);
  color: #2c2c2f;
  padding: 2rem;
  width: 100%;
  margin:20rem 0 9rem 0;
  float: right;
  font-size: 0.9rem;
	}
	
#imp { 
  font-family: Peugeot, Arial, sans-serif;
  font-weight:100; 
	line-height: 1.5rem;
	padding-bottom: 0rem;
  background: rgba(255,255,255,6.9);
  color: #2c2c2f;
  padding: 2rem;
  width: 100%;
  margin:-10rem 0 9rem 0;
  float: right;
  font-size: 0.9rem;
	}

#leis { 
  font-family: Peugeot, Arial, sans-serif;
  font-weight:100; 
	line-height: 1.5rem;
	padding-bottom: 0rem;
  background: rgba(255,255,255,6.9);
  color: #2c2c2f;
  padding: 2rem;
  width: 100%;
  margin:0rem 0 9rem 0;
  float: right;
  font-size: 0.9rem;
	}
	
#op { 
  font-family: Peugeot, Arial, sans-serif;
  font-weight:100; 
	line-height: 1.5rem;
	padding-bottom: 0rem;
  background: rgba(255,255,255,6.9);
  color: #2c2c2f;
  padding: 2rem;
  width: 100%;
  margin:-10rem 0 9rem 0;
  float: right;
  font-size: 0.9rem;
	}	
#anf { 
  font-family: Peugeot, Arial, sans-serif;
  font-weight:100; 
	line-height: 1.1rem;
  background: rgba(255,255,255,6.9);
  color: #2c2c2f;
  padding: 0rem;
  width: 100%;
  margin:-10rem 0rem 9rem 0rem;
  float: right;
  font-size: 0.9rem;
	}		
		#gotop { position: fixed; z-index: 20000; text-decoration: none;}
		#gotop a.btop{ display: block; width: 34px; height: 34px; text-decoration: none; background: url(../bilder/totop.png) no-repeat center center; opacity:0.6;}
		#gotop a.btop:hover{ display: block; width: 34px; height: 34px; text-decoration: none; background: url(../bilder/totop.png) no-repeat center center; opacity:1.0;}

a.totop{position:fixed;background:#f56d45 url(../bilder/totop.png) no-repeat center center;bottom:12px;color:#fff;cursor:pointer;display:none;font-size:12px; width: 34px; height:34px;line-height:34px;opacity:.6;right:20px;text-align:center;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;width:34px;z-index:9999}.totop:hover{opacity:1}
		
@media screen and (max-width: 500px) { 
  div{width:70%;} 
}
@media screen and (max-device-width: 800px) {
  html { background: #000 no-repeat center center fixed; }
  #bgvid { display: none;}
}



	
