@charset "UTF-8";

/* CSS Document */


/* reset */

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

header,
footer,
section,
aside,
nav,
article {
    display: block;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 100%;
    line-height: 1.4;
    background-color: #fffbdb;
    background-image: url(../img/bg-fliesen-Light.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

p {
    font-family: 'Oswald', sans-serif;
    font-size: 0.95em;
}

h1 {
    font-size: 2em;
    font-family: 'Dynalight';
    text-align: center;
    padding: 0.4em;
    margin: 0 auto;
    text-shadow: 0px 1px 1px #fff;
}

header {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 20;
}

a {
    color: #fffbdb;
}


/* ---------- HELPER ------------ */

.content_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pre {
    margin: 0.2em 0;
}

.clearfix {
    clear: both;
}


/* ----------- NAVIGATION --------------- */

nav {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: center;
    font-size: 1.2em;
}


/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

nav ul {
    list-style: none;
    /* this removes the list marker */
    /* this creates the top border for the links - all others are placed using a bottom border on the LI */
    margin-bottom: 0;
    /* this creates the space between the navigation on the content below */
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-color: #324A29;
}

nav ul li {
    /* this creates the button separation */
}

nav ul li {
    display: inline-block;
}

nav ul a,
nav ul a:visited {
    /* grouping these selectors makes sure that your links retain their button look even after being visited */
    padding: 3px 5px 3px 5px;
    margin: auto;
    display: block;
    /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
    width: auto;
    /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
    text-decoration: none;
}

nav ul a {
    /* this changes the background and text color for both mouse and keyboard navigators */
    color: #fffbdb;
}

nav ul a:hover,
nav ul a:active,
nav ul a:focus {
    /* this changes the background and text color for both mouse and keyboard navigators */
    background: #fffbdb;
    color: #324A29;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.active {
    background: #fffbdb;
    color: #324A29;
}


/*------------------- CONTENT ------------------*/

#wrapper {
    min-height: 100%;
    position: relative;
}

section {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

#content {
    margin: 0;
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #324A29;
}

article {
    display: block;
    margin: 0;
    padding: 0.5em;
    position: relative;
}

article a,
.cursive {
    text-decoration: none;
    font-family: 'Dynalight';
    font-size: 1.3em;
}

article a:hover {
    text-decoration: underline;
}

.fullimg {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
}

.beige {
    color: #324A29;
    background-color: #fffbdb;
    border-top: solid 5px;
    width: 100% margin: 0 auto;
}

.brown {
    background-color: #324A29;
    color: #fffbdb;
}


/* --- FONTS ----- */

#f1 {
    font-weight: 400;
    font-size: 1.2em;
    letter-spacing: 0.06em;
    line-height: 1.5em;
}

#f2 {
    font-family: 'Dynalight';
    font-size: 2em;
    line-height: 0.1em;
}

#f5 {
    font-family: 'Dynalight';
    font-size: 1.1em;
    line-height: 1em;
}

#f6 {
    font-size: em;
    line-height: 1.3em;
}