/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* Global */

body, html {
font-family: "Roboto", Arial, sans-serif;
font-size: 1em;
color: #000000;
line-height: 1.6em;
font-weight: 400;
height: 100%;
width: 100%;
min-width: 320px;
margin: 0px;
padding: 0px;
text-align: left;
background: #ffffff;
-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}


img { border: 0px; text-decoration: none; border-style: none; border-width: 0; }
a { outline: 0; -moz-outline: 0 }
b, strong { font-weight: 700; }
i, em { font-style: italic; }
form { margin: 0px; padding: 0px; }
p { margin: 0px; padding: 0px; }
ul { margin: 0px; padding: 0px; }
li { margin-left: 15px; }
.mi { display: inline-block; }
.wh100 { width: 100%; height: auto; }
.fs { font-size: 70%; line-height: 125%; }
.fm { font-size: 85%; line-height: 125%; }
.FA { font-family: 'FontAwesome'; }

.dispb { display: block; }
.dispn { display: none; }

.cb {
clear: both;
}

.fl {
float: left;
}

.fr {
float: right;
}

.do {
display: inline-block;
}

.mo {
display: none;
}

.wsnw { white-space: nowrap; }

* { 
box-sizing: border-box;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


/* Headlines */

h1, h2, h3 {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}

h1 {
color: #000000;
font-weight: 700;
font-size: 1.2em;
line-height: 115%;
padding: 0px 0px 20px 0px;
margin: 0px;
text-transform: uppercase;
letter-spacing: 0.1em;
}

h2 {
color: #000000;
font-weight: 700;
font-size: 1.2em;
line-height: 115%;
padding: 0px 0px 20px 0px;
margin: 0px;
text-transform: uppercase;
letter-spacing: 0.1em;
}


/* Container */

#wrapper {
position: relative;
width: 100%;
max-width: 1000px;
margin: 0px auto;
padding: 0px 20px 0px 20px;
z-index: 1;
}

#header {
position: relative;
width: 100%;
height: auto;
padding: 40px 0px 80px 0px;
}


#ahoylogo_header {
width: 200px;
height: auto;
}

#content {
width: 100%;
padding: 0px 30px 50px 30px;
}




@media only screen and (max-width: 800px) {

.do { display: none; }
.mo { display: inline-block; }

#header {
position: relative;
width: 100%;
height: auto;
padding: 20px 0px 40px 0px;
}


#ahoylogo_header {
width: 160px;
height: auto;
}

#content {
width: 100%;
padding: 0px 0px 50px 0px;
}

}


a:link {
color: #000000;
}

a:active {
color: #000000;
}

a:visited {
color: #000000;
}

a:hover {
color: #000000;
}