@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

* html, * html a { -webkit-font-smoothing:none; -webkit-font-smoothing:subpixel-antialiased; -webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale; }
html, body { width:100%; height:100%; }

* { margin:0; padding:0; border:0; }

::selection { background:#111; color:#fff; }
::-moz-selection { background:#111; color:#fff; }

img { -ms-interpolation-mode:bicubic; vertical-align:middle; }
svg:not(:root) { overflow:hidden; }
a, img { border:0; outline:none; text-decoration:none; }

body, html { margin:0; padding:0; width:100%; height:100%!important;
font-size:13px; line-height:24px; font-family:'Open Sans', 'Arial', sans-serif; font-weight:400; color:#343434; background:#fcfcfc;}

a { color:#666; text-decoration:none; outline:none; font-weight:400; font-size:13px; margin:0; border-bottom:1px dotted #666; padding-bottom:1px; 
-webkit-transition:all 0.2s ease-in-out 0.2s; -moz-transition:all 0.2s ease-in-out 0.2s; -o-transition:all 0.2s ease-in-out 0.2s; transition:all 0.2s ease-in-out 0.2s; }

a:hover, a:focus { color:#111; border-bottom:1px dotted #111;
-webkit-transition:all 0.2s ease-in-out 0.2s; -moz-transition:all 0.2s ease-in-out 0.2s; -o-transition:all 0.2s ease-in-out 0.2s; transition:all 0.2s ease-in-out 0.2s; }

/* COOKIES */
.cookies_alert { position:fixed; width:100%; height:60px; top:-65px; background:#cccc33; text-align:center; z-index:9999; }
.cookies_content { position:relative; font-size:11px; line-height:20px; color:#111; font-weight:400; top:50%; transform:translateY(-50%); }
.cookies_alert a { background:#111; color:#cccc33; padding:4px 10px; margin:0 2px 0 0; font-size:11px; font-weight:900; cursor:pointer;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; 
-webkit-transition:all 0.2s ease-in-out 0.2s; -moz-transition:all 0.2s ease-in-out 0.2s; -o-transition:all 0.2s ease-in-out 0.2s; transition:all 0.2s ease-in-out 0.2s; }
.cookies_alert a:hover { background:#cccc33; color:#111; font-size:11px; font-weight:900; 
-webkit-transition:all 0.2s ease-in-out 0.2s; -moz-transition:all 0.2s ease-in-out 0.2s; -o-transition:all 0.2s ease-in-out 0.2s; transition:all 0.2s ease-in-out 0.2s; }

.main { padding:60px 80px 80px 80px; text-align:justify; }
.logo { width:200px; height:80px; background:url(../images/logo_black.svg) center center no-repeat; background-size:100%; margin:0 0 60px 0; overflow:hidden; }
h2 { font-size:16px; color:#111; }
h3 { font-size:14px; color:#111; margin:20px 0 0 0; }
ul { margin:0 0 0 40px; }
table { background:#e8e8e8; padding:20px; }