@import url('http://fonts.googleapis.com/css?family=Lato:400,700');

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #333;
    line-height: 1.56em;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;

}
.page-metrics {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
.hide { display: none; }
.clear { clear: both; }
.align-justify { text-align: justify; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }


h2 {
    font-weight: 700;
    font-size: 25px;
    color: #a53224;
}
h3 {
    font-weight: 400;
    font-size: 16px;
    color: #8c8c8c;
}

p {
    margin-bottom: 1em;
}
a {
    font-size: inherit;
    color: #a53224;
    text-decoration: none;
}
a:hover {
    color: #000;
}

#footer {
    height: 80px;
    line-height: 80px;
    background-color: #00396B;
    color: #fff;
    text-transform: uppercase;
}
#footer a {
    color: inherit;
    text-transform: inherit;
}




#header {
    height: 136px;
}
#logo {
    position: absolute;
    margin: 0 20px 0 0;
    z-index: 1;
}
#logo img {
    top: 10px;
    position: relative;
}

/* Navigation */
nav,
.sticky {
    text-transform: uppercase;
}

nav {
    margin-left: 180px;
    top: 76px;
    position: relative;
    font-size: 20px;
    display: block;
    line-height: 30px;
    height: 60px;
    z-index: 1;
}
nav .lvl-1 {
    font-size: 15px;
}
nav a {
    display: block;
    color: #333;
    padding: 0 20px;
    white-space: nowrap;
}
nav .current > a,
nav .active > a,
nav a:hover {
    color: #a53224;
}

nav ul,
nav ul li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
nav > ul > li {
    float: left;
}
nav ul li ul {
    display: none;
    position: absolute;
    left: 0px;
    right: auto;
}
nav ul li:hover ul {
    display: block;
    background-color: #fff;
}
nav ul li:last-child ul {
    right: 0;
    left: auto;
}
nav ul li:last-child ul li {
    text-align: right;
}

/* Sticky Navigation */
.sticky-wrapper {
    width: 100%;
    position: fixed;
    z-index: 10;
    top: -50px;
}
.sticky-headline {
    text-transform: none;
    color: #fff;
    float: left;
    margin-right: 20px;
}
.sticky .sticky-headline a {
    color: #fff;
    font-size: 20px;
    padding: 0;
}
.sticky {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    background-color: #a53224;
}
.sticky .lvl-1 {
    font-size: 15px;
}

.sticky a {
    display: block;
    color: #ccc;
    padding: 0 15px;
    white-space: nowrap;
}

.sticky .current > a,
.sticky .active > a,
.sticky a:hover {
    color: #fff;
}

.sticky ul,
.sticky ul li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sticky ul {
    background-color: #a53224;
}

.sticky ul > li {
    float: left;
}
.sticky ul > li li {
    float: none;
}
.sticky ul li ul {
    display: none;
    position: absolute;
    left: 0px;
    right: auto;
    line-height: 35px;

}
.sticky ul li:hover ul {
    display: block;
    background-color: #a53224;
}
.sticky ul li:last-child ul {
    right: 0;
    left: auto;
}
.sticky ul li:last-child ul li {
    text-align: right;
}



/* Content */
#content h2:first-child {
    padding: 0;
    margin: 0;
    margin-bottom: 1.4em;
}
#content-top {
    height: 450px;
    background-color: #fff;
}
#content-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Boxen */
#content .box {
    font-size: 14px;
    margin-bottom: 40px;
}
#content .box .image-wrapper {
    text-align: center;
}
#content .box img {
    margin: 0 auto;
}
#content .box h2 {
    text-align: center;

    font-size: 17px;
    line-height: 1.1em;

    margin: 0 !important;
    padding: 5px;
    color: #fff;
    background-color: #a53224;

    height: 58px;
}
#content .box h2 table {
    width: 100%;
}
#content .box h2 td {
    height: 58px;
    vertical-align: middle;
}
#content .box .box-content {
    padding: 10px;
    background-color: #eee;
    border-top: 1px solid #fff;
}
#content .box .box-content p {
    margin: 0;
    margin-top: 1em;
}
#content .box .box-content p:first-child {
    margin-top: 0;
}

#content .aussteller-container {
    width: 980px;
    position: relative;
    left: -10px;
    overflow: hidden;
}
#content .aussteller-container .box {
    width: 225px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

table.mrftable,
table.mrftable table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
table.mrftable > tbody > tr > td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
    line-height: 22px;
    vertical-align: top;
}
table.mrftable > tbody > tr > td td {
    padding-right: 20px;
}
table.mrftable > tbody > tr:first-child > td {
    border-top: 0;
}
td.label,
table.mrftable > tbody > tr > td.label {
    text-transform: uppercase;
    color: #8c8c8c;
    width: 228px;
    padding-right: 20px;
}

#content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#content li {
    padding-left: 2.5em;
    text-indent: -1.25em;
}
#content li:before {
    content:"• ";
    font-size: 1.56em;
    color: #a53224;
    position: relative;
    top: 3px;
}
#content .box .box-content li {
    padding-left: 1.25em;
}


/* Spalten */
.col-left { float: left; }
.col-right { float: right; }

.element4cols:before,
.element4cols:after {
    content:"";
    display:table;
}
.element4cols:after {
    clear:both;
}
.element4cols {
    zoom:1;
}

.element4cols .col { float: left; margin-left: 20px; }
.element4cols .col:first-child { margin-left: 0; }
.element4cols .span1 { width: 225px; }
.element4cols .span2 { width: 470px; }
.element4cols .span3 { width: 715px; }
.element4cols .span4 { width: 960px; }

/* Parallax */
.parallax {
    height: 450px;
    position: relative;
    background-position: 50% 0;
}
.parallax article {
    position: absolute;
    bottom: 100px;
    top: auto;
    background-color: #A53224;
    padding: 20px;
}
.parallax article h2 {
    font-weight: 700;
    font-size: 34px;
    margin: 0 !important;
    padding: 0;
    color: #ffffff;
}
.parallax article p {
    margin: 0;
    margin-top: 1em;
    font-size: 22px;
    color: #ffffff;
}
a.anchorscroll {
    display: block;
    line-height: 50px;
    height: 50px;

    text-align: center;
}
a.anchorscroll.prev {
    margin-top: -50px;
}
a.anchorscroll.next {
    margin-bottom: -50px;
}
a.scrollSmooth i {
    /*margin: 0 auto;*/
}
.content-top-height {
    height: 450px;
}

/* Galerie */
.galerie {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    box-shadow: 0px 0px 2px #ccc;
    -moz-box-shadow:  0px 0px 2px #ccc;

}
.galerie .slider {
    background-color: #fff;
    width: 734px;
    height: 420px;
}
.galerie .thumbnails {
    background-color: #eee;
    height: 420px;
    padding: 0 40px;
    width: 144px;
    overflow: hidden;
}
#content .galerie .thumbnails li {
    margin-bottom: 20px;
}
#content .galerie .thumbnails li img {
    display: block;
}
/* Galerie Flexslider */
/* FlexSlider Default Theme
*********************************/
.galerie .flexslider { margin: 0; background: transparent; border: 0; position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; zoom: 1; }
.galerie .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.galerie .loading .flex-viewport { max-height: 420px; }
.galerie .flexslider .slides { zoom: 1; }
.galerie .carousel li { margin-right: 0; }
#content .galerie li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    position: relative;
}
#content .galerie li:before {
    content:"";
    font-size: 1em;
    color: transparent;
    position: relative;
    top: 0;
}
.galerie .flexslider .slides figcaption {
    position: absolute;
    width: 694px;
    height: auto;
    line-height: 42px;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    padding: 0 20px;
    color: #fff;
    background: rgba(165, 50, 36, 0.8);
}


/* Flexslider Navigation */
.flexsliderNavigation {
    height: 340px;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}
.flexsliderNavigation ul {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.flexsliderNavigation li {
    float: left;
}
.flexsliderNavigation .jcarousel-clip {
    height: 340px;
    overflow: hidden;
}
.flexsliderNavigation .jcarousel-next,
.flexsliderNavigation .jcarousel-prev {
    display: block;
    position: absolute;
    top: 8px;
    bottom: auto;
    left: 50%;
    width: 28px;
    margin-left: -14px;
    font-size: 28px;
    color: #A53224;
    z-index: 1;
    height: 28px;
    cursor: pointer;
}

.flexsliderNavigation .jcarousel-next {
    top: auto;
    bottom: 4px;
}

.flexsliderNavigation .jcarousel-next.jcarousel-next-disabled,
.flexsliderNavigation .jcarousel-prev.jcarousel-prev-disabled {
    opacity: 0.6;
    cursor: auto;
}

/* Kontakt Formualr */
form.formular .form-row label {
    text-transform: uppercase;
    line-height: 30px;
    width: 200px;
    height: 30px;
}

form.formular .form-row input[type="text"],
form.formular .form-row textarea {
    width: 298px;
    line-height: 28px;
    height: 28px;
    padding: 0 5px;
    border: 1px solid #A53224;
    resize: none;
    color: #333;
}
form.formular .form-row input[type="text"]:focus,
form.formular .form-row textarea:focus {
    border: 1px solid #A53224;
}

form.formular .form-optionselect {
    height: 30px;
    line-height: 30px;
}
form.formular .form-optionselect select {
    width: 308px;
}

form.formular .form-row textarea {
    height: 200px;
}

form.formular .form-row input.plz,
form.formular .form-row input.hausnummer {
    width: 68px;
}
form.formular .form-row input.strasse,
form.formular .form-row input.ort {
    width: 198px;
}

form.formular .form-row input.plz,
form.formular .form-row input.strasse {
    margin-right: 20px;
}


form.formular .requiredSignRaw,
form.formular .requiredSign {
    position: relative;
    font-size: 28px;
    line-height: 24px;
    top: 8px;
}
form.formular .requiredSign {
    left: -2px;
}

form.formular .form-row  button {
    background-color: #a53224;
    border: 0;
    padding: 0;
    margin: 0;
    width: 310px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-left: 200px;
    outline: 0;
}
form.formular .form-row  button:hover {
    background-color: #7f251c;
}

form.formular .form-row span.error {
    white-space: normal;
    display: block;
    font-style: italic;
    line-height: 1.25em;


    background: #a53224;
    color: white;
    padding: 5px;
    margin-left: 200px;
    width: 300px;
    font-size: 12px;
}