@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* 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: outside none none;
}
blockquote, q {
    quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;}
table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;}
/*end CSS reset*/

html {background-color: #575455; }
body {
    max-width: 1024px;
    margin: 0px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    background: white;}
img {
    display: block;
    max-width: 100%;}
a {
    text-decoration: none;}
strong {
    font-weight: bold;}
p {
    box-sizing: border-box;
    margin-bottom: 10px;}
.relative {
    position: relative;}
.blockCenter {
    margin: 0px auto;}
.absoluteCenter {
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);}

.middleFont {
    font-size: 36px;
    line-height: 1.1em;}
.bigFont {
    font-size: 50px;
    line-height: 1.3em;}
.colorBlue {
    color: #327BA5;}

a.divide {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0;}
a.divide .left,
a.divide .right{
    display: inline-block;
    padding: 7px 15px;
    font-size: 20px;
    color: white;
    vertical-align: bottom;
    background-color: #B9AD47;}
a.divide .right{
    color: #327BA5;
    background-color: white;}

a[name] {
    display: block;
    height: 0px;}

.en {
    font-size: 16px;
    line-height: 1.25em;
    color: #B9AD47;}

.images.center {
    padding: 0 25px 25px 0;
    text-align: center;
    font-size: 0;}
.images.center img {
    display: inline-block;
    box-sizing: border-box;
    max-width: 50%;
    padding: 25px 0 0 25px;}

#head h1 {
    position: absolute;
    top: 15%;
    left: calc(50% - 200px);
    width: 400px;
    max-width: 100%;
    color: white;
    font-size: 21px;}

#saying {
    max-width: 900px;
    padding: 50px 10px;}
#saying .bigFont {
    color: #327BA5;
    margin-bottom: 0.2em;}
#saying .small {
    color: #B9AD47;}

#opening {
    color: white;
    background-color: #327BA5;
    padding: 150px 10px;}
#opening .de {
    font-size: 20px;}
#opening h1 {
    margin: 25px 0 15px;}
#opening h1 a{color: white;}
#opening a.divide {
    margin-top: 80px;
    padding-top: 5px;
    border-top: 5px solid white;}

p.overlay {
    position: absolute;
    padding: 50px;
    color: white;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-shadow: 0px 0px 7px #555;
    box-sizing: border-box;}
#book a {
    position: absolute;
    top: calc(100% - 20px);
    line-height: 20px;
    font-weight: bold;
    box-shadow: 0 5px 5px rgba(30, 30, 30, 0.4);}
#book a .right {
    color: white;
    background-color: #327BA5;}

#houses {
    max-width: 900px;
    color: #327BA5;
    padding: 100px 10px 50px;}
#houses .pictures {
    display: table;
    table-layout: fixed;
    width: 100%;}
#houses .pictures > div {
    display: table-cell;}
#houses .pictures > div.erika {
    padding-right: 5px;}
#houses .pictures > div.alpenrose {
    padding-left: 5px;}
#houses .pictures > div a {
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 5px;
    color: #327BA5;
    background-color: white;}
#houses p.de {
    margin-top: 40px;
    font-size: 30px;
    line-height: 1.3em;}
#houses p.en {
    margin-top: 25px;}
#houses img.single {
    margin-top: 75px;}
#houses p.last {
    max-width: 737px;
    margin-top: 50px;
    font-size: 20px;
    line-height: 1.4em;}
#houses p.last a {
    color: #B9AD47;}

#directions {
    padding: 20px;}

#info {
    overflow: hidden;
    padding: 30px 50px;
    text-align: left;
    color: white;
    background-color: #B9AD47;}
#info .bigFont {
    float: left;
    width: 50%;
    padding-top: 50px;}
#info .list {
    float: left;
    width: 50%;}
#info .list .new {
    display: inline-block;
    margin-bottom: 5px;
    padding: 7px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #327BA5;}
#info .list .new a {
    color: white;}
#info .list .entry {
    margin-left: 25px;
    margin-bottom: 40px;
    line-height: 1.2em;}
#info .list .entry .bold{
    font-size: 20px;
    color: black;}
#info .list .entry .de{}
#info .list .entry .en{
    color: #327BA5;}

#foot {
    padding: 50px 10px 30px;
    color: white;
    background-color: #575455;}
#foot a {
    color: white;}
#foot a.logo {
    display: inline-block;
    max-width: 100%;}
#foot table {}
#foot table td {
    text-align: left;
    padding: 0 20px;}
#foot .mail{
    margin-top: 15px;
    font-weight: bold;
    font-size: 20px;}
#foot .imprint {
    margin-top: 50px;}


@media screen and (max-width : 1000px) {
    #book .bigFont {
        font-size: 38px;}
}
@media screen and (max-width : 800px) {
    .bigFont,
    .middleFont {
        font-size: 28px!important;}
    .images.center {
        padding: 0 10px 10px 0;}
    .images.center img {
        padding: 10px 0 0 10px;}
}
@media screen and (max-width : 650px) {
    .bigFont {
        font-size: 22px!important;}
    #head h1 {
        top: 5%;}
    #head h1 img {
        width: 250px;}

    #opening {
        padding: 35px 10px;}
    #opening a.divide {
        margin-top: 30px;}

    p.overlay,
    #book a {
        position: static;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;}
    p.bigFont {
        padding: 20px 10px;
        color: #327BA5;}

    #houses p.de {font-size: 22px;}
    #houses img.single {
        width: calc(100% + 20px);
        max-width: none;
        margin-left: -10px;
        margin-right: -10px;}

    #info {
        padding: 25px 10px 25px 0;}
    #info .bigFont,
    #info .list {
        width: 100%;
        float: none;}
    #info .bigFont {
        margin-left: 25px;}
    #info .list {
        margin-top: 25px;}

    #foot table td {
        display: block;
        padding: 10px 0;}
    #foot .mail a {
        display: block;}
    #foot .mail .divider {
        display: none;}
}

@media screen and (max-width : 450px) {
    #head h1 {
        left: auto;
        font-size: 16px;}
    /*#head h1 img {*/
        /*width: 175px;}*/
    #houses .pictures > div {
        display: block;
        padding: 0;
        margin-bottom: 10px;}
}
