html * { max-height:1000000px; }


html, body {
	min-height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
    font-size: 18px;
    background-color: #faf6f1;
    color: #333333;
}

a {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3 {
    font-weight: 200;
}

h1 {

}

h2 {
    margin-top: 0;
}

strong {
    font-weight: 600;
}

/********/
/* GRID */
/********/

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content: ""; display: table; }
.group:after { clear: both;}
.group { zoom: 1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span-full {
    width: 100%;
}
.span-half {
    width: 50%;
}

.col > p {
    text-align: justify;
    margin: 20px;
    display: block;
}

.content-row {
}

.title-row {
    background-color: antiquewhite;
}

.image-row {
    font-size: 0;
}

.image-row img {
    width: 100%;
}

.header-row .section,
.title-row .section,
.content-row .section,
.image-row .section {
    max-width: 960px;
    margin: 0 auto;
}

.content-row h1,
.content-row h2,
.content-row h3 {
    margin: 20px;
}

.title-row h1 {
    margin: 10px 20px 0 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 3em;
}

.title-row h2 {
    margin: 0 20px 20px 20px;
}

@media only screen and (max-width: 800px) {
    .content-row .col.span-half > p {
        margin-top: 0;
    }

    .content-row .col.span-half:first-child > p {
        margin-top: 20px;
    }

    .span-half, .span-full { width: 100%; }
    .hidden-small { display: none; }
}

@media only screen and (min-width: 800px) {
    .hidden-big { display: none; }
}

.header {
    height: 400px;
    background-image: url(../img/weiden/01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

th {
    text-align: left;
    white-space: nowrap;
}

td {
    vertical-align: top;
    padding-top: 5px;
}

th.preis,
td.preis {
    text-align: right;
}

table.preise {
    margin: 20px;
}

th, td {
    font-size: 1em;
}