@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
CSS Styles for <PROJECT NAME>.

version:   1.0
--------------------------------------------------------------------------------------------------*/

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* 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, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }

/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
.textalignleft { text-align: left; }

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr { display:block; height:1px; border:0; margin:1em 0; padding:0;
	border-top:1px solid #cccccc; /* change border colour to suit your needs */
}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: sans-serif; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
h1 { font-size: 2em; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 1em 0; }
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input, select { vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

*{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.mb0 { margin-bottom: 0px !important;}
/* End Normalization
--------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */
body {
    font: 14px/120% "glegooregular", "Trebuchet MS", Tahoma, Verdana, sans-serif;
    background: #666666;
    text-align: center;
}

/* End Typography
--------------------------------------------------------------------------------------------------*/

/*
    WRAPPERS
*/
.wrapper { width: 960px; margin: 14px auto 90px; background: #fff;
    -webkit-box-shadow: 1px 4px 7px 0px rgba(50, 50, 50, 0.85);
    -moz-box-shadow:    1px 4px 7px 0px rgba(50, 50, 50, 0.85);
    box-shadow:         1px 4px 7px 0px rgba(50, 50, 50, 0.85);
}
/*
    END WRAPPERS
*/

/* =Headings
--------------------------------------------------------------------------------------------------*/
h1,h2,p,ul { margin: 0px; }
h2 { font-family: 'cinzelregular', sans-serif; font-size: 30px; color: #96254a; line-height: 34px; }
/* End Headings
--------------------------------------------------------------------------------------------------*/


/* =Links
--------------------------------------------------------------------------------------------------*/

/* End Links
--------------------------------------------------------------------------------------------------*/
/*
    HEADER
*/
.header-wrap { height: 251px; background: transparent url('../img/bgi/header-bg.png') no-repeat top center; }
    .logo { display: block; position: relative; top: 18px; left: 2px; }
        .logo > a { text-decoration: none; color: #96254a; display: block; }
            .slogan {  color: #96254a; font-family: 'cinzelregular', sans-serif; font-size: 24px; line-height: 24px; margin-top: 13px; letter-spacing: 1.1px; display: block; }
/*
    END HEADER
*/

/* =Branding
--------------------------------------------------------------------------------------------------*/

/* End Branding
--------------------------------------------------------------------------------------------------*/


/* =Main Nav
--------------------------------------------------------------------------------------------------*/
.main-navigation { background: #96254a; }
    .main-navigation > ul { font-size: 0px; }
        .main-navigation-item { display: inline-block; background: transparent url('../img/main-navigation-delim.png') no-repeat center left; }
        .main-navigation-item:first-child { background: none;}
            .main-navigation-item > a { display: block; height: 31px; line-height: 31px; text-decoration: none; color: #ffcc99; font-family: 'cinzelbold', sans-serif; font-weight: normal; text-transform: uppercase; padding: 0px 10px; font-size: 14px; letter-spacing: .8px; }
            .main-navigation-item:first-child > a { padding-left: 0px; }
            .main-navigation-item:last-child > a { padding-right: 0px; }
                .main-navigation-item > a:hover, .main-navigation-item.active > a { color: #ffffff; }
/* End Main Nav
--------------------------------------------------------------------------------------------------*/


/* =Sub Nav
--------------------------------------------------------------------------------------------------*/

/* End Sub Nav
--------------------------------------------------------------------------------------------------*/


/* =Main Content
--------------------------------------------------------------------------------------------------*/
.content { padding: 23px 0px 20px; }
    .content.gallery { padding-top: 26px; }
/* =End Main Content
--------------------------------------------------------------------------------------------------*/


/* =Secondary Content
--------------------------------------------------------------------------------------------------*/
.two-columns { width: 820px; margin: 17px auto 0; }
    .column-one-from-two, .column-two-from-two { width: 400px; float: left; margin: 0 10px; }
    .column-one-from-two { padding-left: 90px; }
    .column-two-from-two { margin: 0px; }
    .column-one-from-two p, .column-two-from-two p { margin-top: 55px;  }
    .column-one-from-two p a, .column-two-from-two p a { color: #96254a; }

.gallery-wrap { margin: 30px auto 13px auto; width: 809px;}
    .gallery-item { float: left; margin-right: 11px; margin-bottom: 8px;  }
    .gallery-item:nth-child(4n) { margin-right: 0px; }


.imprint { padding-top: 27px; padding-bottom: 33px;  font-size: 12px; width: 805px; margin: 0 auto; }
    .imprint > div { text-align: left; }
        .imprint p { line-height: 15px; margin-bottom: 15px; }
        .imprint p strong { color: #96254a; text-transform: uppercase; font-weight: normal; display: block; width: 190px; }
        .imprint .sidebar { width: 285px; margin-left: 15px; }
        .imprint .main-content { width: 470px; }
        .imprint a { color: #000; text-decoration: none; }
/* End Secondary Content
--------------------------------------------------------------------------------------------------*/


/* =Footer
--------------------------------------------------------------------------------------------------*/
.footer-wrap { height: 85px; background: #96254a; color: #ffffff; display: table; margin-top: 6px; }
    .footer-wrap > ul { font-size: 0px; display: table-cell; vertical-align: middle; padding: 0 100px; }
        .footer-list-item { display: inline-block; font-size: 14px; line-height: 19px; height: 19px; position: relative; padding: 0px 10px; }
        .footer-list-item > a { color: #fff; text-decoration: none; }
            .footer-list-item:after { content:"."; display: block; width: 2px; height:22px; position: absolute; right: 0px; top: 0px; right: -1px; top: -3px;}
            .footer-list-item.no-after:after { content: normal; }
/* End Footer
--------------------------------------------------------------------------------------------------*/


/* =Forms
--------------------------------------------------------------------------------------------------*/

/* Removing fieldset borders (remove if you want to keep the defaults defined in Normalization) */
fieldset { border: 1px solid transparent; margin: 0; padding: 0; }

/* End Forms
--------------------------------------------------------------------------------------------------*/

/* =Tables
--------------------------------------------------------------------------------------------------*/

/* End Tables
--------------------------------------------------------------------------------------------------*/


/* =Misc 1
--------------------------------------------------------------------------------------------------*/

/* End Misc 1
--------------------------------------------------------------------------------------------------*/


/* =Misc 2
--------------------------------------------------------------------------------------------------*/

/* End Misc 2
--------------------------------------------------------------------------------------------------*/


/* =Additional 1
--------------------------------------------------------------------------------------------------*/
.orchidee { background: transparent url('../img/orchidee.png') no-repeat right bottom; margin: 0px 40px; }
    .orchidee h2 { padding: 0px 70px; }
    .orchidee figure { margin-top: 17px; }

.angebote {}
    .angebote figure { margin-top: 49px; margin-bottom: 22px;  }

.price-list-row { line-height: 18px; margin-bottom: 18px; margin-top: 0px !important; width: 269px !important; font-family: 'glegooregular', sans-serif; font-size: 15px;  }
    .price-list-row strong { color: #96254a; font-weight: normal; display: block; letter-spacing: -.4px; }
    .price-list-row .price { float: right; }
    .price-list-row .gratis { float: right; font-size:10px; color:#96254a; }
	
.vouchers { padding-top: 25px; padding-bottom: 12px; }
    .vouchers p { font-size: 14px; line-height: 18px; }
    .vouchers figure { margin-top: 12px; }
    .vouchers figure img { margin-left: -118px; }


.contact {}
    .contact p { line-height: 22px; margin-bottom: 22px; }
    .contact a { color: #96254a; }
#google-map { width: 512px; height: 264px; margin: 19px auto 0; }
/* End Additional 1
--------------------------------------------------------------------------------------------------*/


/* =Additional 2
--------------------------------------------------------------------------------------------------*/

/* End Additional 2
--------------------------------------------------------------------------------------------------*/
