@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700);

/* 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;
	}

body {
      -webkit-text-size-adjust: none;
	}

/* Default Style */

*,
*:before,
*:after {
  	  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
 	  box-sizing: border-box; 
	}
  
html, body {
  	  font-size: 100%; 
    }


body {
  	  background: #ffffff;
      background-image: -moz-linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15));
      background-image: -webkit-linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15));
      background-image: -o-linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15));
      background-image: -ms-linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15));
      background-image: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15));
      border: 0;
   	  color: #272727;
  	  padding: 0;
 	  margin: 0;
  	  font-family: 'Source Sans Pro', sans-serif;
      font-style: normal;
  	  line-height: 1;
  	  position: relative;
  	  cursor: default; 
    }
  

h1, h2, h3, h4, h5, h6 {
      color: inherit;
      font-size: 14pt;
      font-weight: 400;
      line-height: 1.25em;
      margin-bottom: 0.75em;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
      color: inherit;
      text-decoration: none;
    }

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
      font-style: normal;
      font-weight: 300;
    }

h2 {
      font-size: 1.75em;
      letter-spacing: -0.025em;
	}

h3 {
      font-size: 1.2em;
      letter-spacing: -0.025em;
	}

p {
     font-family: inherit;
     font-weight: normal;
     font-size: 1em;
     line-height: 1.25em;
     text-rendering: optimizeLegibility; 
    }

/* Default Link Styles */

a {
     color: #272727;
     text-decoration: none;
     line-height: inherit; 
    }

a:hover, a:focus {
     color: #ffffff; 
    }

a img {
     border: none; 
    }

a:hover {
     cursor: pointer; 
    }

a:focus {
     outline: none; 
    }

/* Typography Defaults */

em,
i {
     font-style: italic;
     line-height: inherit; 
    } 

strong,
b {
     font-weight: bold;
     line-height: inherit; 
    }
 
small {
     font-size: 60%;
     line-height: inherit; 
    }

/* Video */

video {
    width: 100%;
    height: auto;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}



/* Footer */

#footer {
     background-color: #035199;
     width: 100%;
     height: 170px;
     padding: 50px 0 30px 0;
    }


#footer a {
    font-size: 0.85em;
    line-height: 1.5em;
    text-align: left;
    color: #ffffff;
}

#footer a:hover {
    color: #4c8ac8;
}

#footer hr {
    width: 1px;
    height: 70px;
    text-align: center;
}

.copyright li {
     color: #035199;
     padding: 48px 0 15px 0;
     font-size: 12px;
     font-weight: 600;
     text-align: center;
    }


/* Zum Seiteanfang */

.voltarTopo {
     background: none repeat scroll 0 0 #000 !important;
     bottom: 30px !important;
     color: #fff;
     display: block;
     font-size: 10px;
     font-weight: bold;
     height: 40px;
     position: fixed;
     right: 40px;
     text-transform: uppercase;
     width: 130px;
    }












    

































