@charset "utf-8";


/* -------------------------------- GENERAL -------------------------------- */

/*  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}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{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}


a { text-decoration: none; }
a:hover { transition: color 0.0s ease-out; }
a:focus { outline: none; }
 .indent { text-indent: 100%; white-space: nowrap; overflow: hidden; }


body {
    background-color: #fff;
}

.stage {
    margin: 0 auto;
    max-width: 1200px;
    width: 85%;
    background-color: #f6b6c7;
}


 #visi {
    /* 1200 x 935 */
    width: 100%;
    padding-bottom: 67.63%;
    position: relative;
    background-size: 100% 100% !important;
    overflow:hidden;
    background-image: url(stefanie-granitza.jpg);

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
 }



#visi .imagetext { position: absolute;  }

#visi a.film {
    position: absolute; 
    top:37%; 
    left:3%;
    width: 80%;
    padding-bottom: 28%;
/*    background-color: rgba(0,0,255,0.2);*/
 }

 #visi a.email, #visi a.vita { 
/*    background-color: rgba(255,0,0,0.2);*/
    width: 20%;
    padding-bottom: 3%;
 }


  #visi a.email { position: absolute; bottom:0; left:0; }
  #visi a.vita { position: absolute; bottom:0; right:0; }
