/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('../fonts/roboto-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}


html
{

}

body
{
    background: none;
    color: #444;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 60px;
}

strong
{
    font-weight: 500;
}

#logo
{
    position: relative;
    width: 480px;
    margin: 0 auto;
    margin-top: 120px;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 300;
}

#logo h1
{
    font-size: 42px;
}

#page.left #logo
{
    margin-left: 10%;
}

#contact,
#impressum, #datenschutz
{
    margin-top: 60px;
    text-align: left;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

#footer
{
    padding-left: 10%;
    margin-top: 60px;
    text-align: left;
    width: 100%;
}

#footer a
{
    margin-right: 20px;
    font-weight: 300;
}

.clear
{
    clear: both;
    float: none;
}

a
{
    text-decoration: none;
    color: rgb(3, 172, 255);
}

h1
{
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

h2
{
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-top: 38px;
    text-transform: uppercase;
}

h3
{
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin-top: 42px;
    text-transform: uppercase;
}


@media only screen and (max-width: 800px)
{
    #logo-img
    {
        width: 300px;
    }

    #logo
    {
        width: 300px;
        margin: 0 auto;
        margin-top: 60px;
    }

    h1
    {
        font-size: 22px;
    }

    #logo h1,
    #logo
    {
        font-size: 28px;
    }



}
