/***********************************************
generelle Einstellungen
***********************************************/

body {
    min-width: 1000px;
}

#body_wrapper {
    width: 100%;
}

/** RESTAURANT GENERAL **/

.GoCenter {
    margin: 0 auto;
    width: 980px;
}

a:link,
a:visited,
a:focus,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/***********************************************
HEADER
***********************************************/

#header_wrapper .AdressBox {
    margin: 0px;
}

#header_wrapper .logo {
    float: left;
    padding-top: 25px;
}

#header_description {
    top: 0px;
    height: 150px;
}

#header_description .text_wrapper {
    padding-left: 300px;
    padding-right: 20px;
}

#header_description h1.title {
    font-size: 1.6em;
    padding-top: 20px;
    padding-bottom: 17px;
    text-transform: none;
    font-weight: normal;
}

#header_description .description {
    line-height: 1.5em;
}

/* LANGUAGES */

.LanguageWrap {
    float: right;
    padding: 5px 0 0 5px;
}

.LanguageWrap .Language {
    float: left;
    margin-right: 5px;
    text-transform: lowercase;
}

.LanguageWrap .Language h2 {
    font-weight: normal;
}

.LanguageWrap .Languagech h2:hover {
    text-decoration: underline;
}

.LanguageWrap .active h2:hover {
    text-decoration: none;
}

/***********************************************
NAVIGATION
***********************************************/

.NavigationMain {
    padding: 100px 0 25px;
}

.NavigationMain ul {
    width: auto;
    text-align: right;
    *top: 20px; /* For IE 7 and below */
}

.NavigationMain ul li {
    text-transform: uppercase;
    display: inline-block;
    float: none;
    line-height: 1.6em;
    position: relative;
}

.NavigationMain ul li a {
    opacity: 0.65;
}

.NavigationMain ul li.active > a {
    opacity: 1;
}

.NavigationMain ul li a:hover {
    text-decoration: none;
    opacity: 1;
}

.NavigationMain ul li ul li ul {
    margin-top: -5px;
}

.NavigationMain ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin-bottom: -1px;
    padding: 6px 0 1px;
    z-index: 999;
    text-align: left;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.NavigationMain ul li ul li {
    text-align: left;
    font-size: 1.0em;
    display: block;
}

.NavigationMain ul li ul li a {
    padding: 0 17px 5px 7px;
    text-transform: none;
    display: block;
    white-space: nowrap;
}

/***********************************************
CONTENT
***********************************************/

#content_wrapper {
    padding-top: 15px;
}

.section .title, h1.title {
    font-weight: normal;
    text-transform: uppercase;
}

.section h3.title {
    text-transform: none;
}

/** PICTURES **/

#content_picture {
    height: 210px;
    width: 980px;
    display: table-cell;
    vertical-align: bottom;
}

.Page_Welcome #content_picture {
    height: 420px;
}

/** Text im Bild **/

#text_wrapper {
    padding-bottom: 25px;
    float: left;
    padding-left: 0px;
}

#text_wrapper .title, #text_wrapper .description {
    padding: 0 15px 0;
    margin: 30px 0 0;
}

#text_wrapper h1.title {
    font-size: 1.8em;
    display: inline;
}

#text_wrapper .description {
    display: block;
    clear: both;
    font-size: 115%;
    line-height: 125%;
}

#content_text {
    padding: 50px 30px 0 30px;
    font-size: 115%;
    line-height: 125%;
}

.section .field {
    padding-left: 0;
}

h2.title {
    text-transform: uppercase;
}

#body_wrapper #content_wrapper #content_text .column {
    border-left-color: transparent;
}

.col_2of3 .element {
    border-top-color: transparent;
}

.element.GalleryItem {
    margin-right: 116px;
}

.element.GalleryList .element.Gallery {
    margin-right: 192px;
}

/***********************************************
FOOTER
***********************************************/

.footer {
    padding-left: 34px;
}

#footer-content {
    padding: 0 11px;
    font-size: 115%;
    line-height: 125%;
    width: 944px;
}

#footer_contact {
    padding-left: 10px;
}

