﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, sub, sup, tt, var,
u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PERSONAL */
html, body {
    height: 100%;
}

html {
	background: #0E1618 url('../images/bgr.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: 'Dosis', sans-serif;
    font-size: 110%;
    line-height: 1.55;
    letter-spacing: 0.06em;
    overflow-x: hidden;
    overflow-y: scroll;
    /*background: #0E1618 url('../images/bgr.jpg') no-repeat fixed;
    background-size: 100%;*/
}

.bgrHome
{
    font-family: 'Dosis', sans-serif;
    font-size: 100%;
    line-height: 1.55;
    letter-spacing: 0.06em;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #0E1618 url('../images/bgrHome.jpg') no-repeat fixed;
    background-size: 100%;
}

.main
{
    background-color: rgba(255,255,255,0.8);
    max-width: 71.8%;
    margin: 0 14.1% 0 14.1%;
    min-height: 100%;
    position: absolute;
}

.mainHome
{
    background-color: transparent;
}

p
{
    margin: 5px 0 5px 0;
}

#imgHeader
{
    display: block;
}
#imgHeader2
{
    display: none;
}

.headerImg {
    position: relative;
    z-index: 1;
}

.content
{
    /*width: 67%;
    margin-left: 33%;*/
    font-size: 1.125em;
    padding: 1% 5%;
}

#inhalt
{
    width: 100%;
}

.logo
{
    position: absolute;
    right: 0;
    top: 100px;
}

a
{
    color: #E2001A;
}

a:hover
{
    text-decoration: none;
}

.valError
{
    font-family: 'Dosis', sans-serif;
    font-size: 1.125em;
    font-weight: 800;
    color: #b80007;
}

h1
{
    color: #E2001A;
    font-size: 2em;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.small
{
    font-size: 0.75em;
}

.smallBold
{
    font-size: 0.75em;
    font-weight: bold;
}

.medium
{
    font-size: 1.25em;
}

.mediumBold
{
    font-size: 1.25em;
    font-weight: bold;
}

.normal
{
    font-size: 1em;
}

.normalBold
{
    font-size: 1em;
    font-weight: bold;
}

.large
{
    font-size: 1.75em;
    font-weight: 700;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#AD0000;
    width: 90px;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.btn:active {
	position:relative;
	top:1px;
}

.tbxMedium
{
    font-family: 'Dosis', sans-serif;
    font-size: 1.125em;
    border: none;
    width: 50%;
    border-bottom: 1px solid #B8CDD8;
}

.tbxLarge
{
    font-family: 'Dosis', sans-serif;
    font-size: 1.125em;
    border: none;
    width: 100%;
    border-bottom: 1px solid #B8CDD8;
}

/* Impressionen */
.imagelist
{
    list-style-image: none;
    margin: 0;
    display: block;
    padding: 0;
}

.imagelist li
{
    margin: 0;
    padding: 0;
    display: inline;
}

.imagelist li a
{
    text-decoration: none;
}

.imagelistG li 
{
    display: inline;
    list-style: none;
    min-height: 200px;
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
}

@media only screen and (max-width: 950px) {
    #nav {
        display: none;
    }
    .main {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    #imgHeader
    {
        display: none;
    }
    #imgHeader2
    {
        display: block;
    }
}