﻿@font-face {
    font-family: 'thesansplain';
    src: url('../webfonts/thesansplain-webfont.eot');
    src: url('../webfonts/thesansplain-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/thesansplain-webfont.woff2') format('woff2'), url('../webfonts/thesansplain-webfont.woff') format('woff'), url('../webfonts/thesansplain-webfont.ttf') format('truetype'), url('../webfonts/thesansplain-webfont.svg#thesansplain') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'thesansplaincaps';
    src: url('../webfonts/thesansplaincaps-webfont.eot');
    src: url('../webfonts/thesansplaincaps-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/thesansplaincaps-webfont.woff2') format('woff2'), url('../webfonts/thesansplaincaps-webfont.woff') format('woff'), url('../webfonts/thesansplaincaps-webfont.ttf') format('truetype'), url('../webfonts/thesansplaincaps-webfont.svg#thesansplaincaps') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'goudyoldstyle';
    src: url('../webfonts/goudyoldstyle-webfont.eot');
    src: url('../webfonts/goudyoldstyle-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/goudyoldstyle-webfont.woff2') format('woff2'), url('../webfonts/goudyoldstyle-webfont.woff') format('woff'), url('../webfonts/goudyoldstyle-webfont.ttf') format('truetype'), url('../webfonts/goudyoldstyle-webfont.svg#goudyoldstyle') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'goudyoldstyleitalic';
    src: url('../webfonts/goudyoldstyleitalic-webfont.eot');
    src: url('../webfonts/goudyoldstyleitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/goudyoldstyleitalic-webfont.woff2') format('woff2'), url('../webfonts/goudyoldstyleitalic-webfont.woff') format('woff'), url('../webfonts/goudyoldstyleitalic-webfont.ttf') format('truetype'), url('../webfonts/goudyoldstyleitalic-webfont.svg#goudyoldstyleitalic') format('svg');
    font-weight: normal;
    font-style: normal
}
html,
body,
header {
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit
}
html {
    font-size: 0.9em;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
body {
    background: url("../images/raster.png"), url("../images/lefttop.png"), url("../images/leftbottom.png"), url("../images/rightbottom.png"), url("../images/bg.jpg");
    background-position: center center, left top, left bottom, right bottom, center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'thesansplain';
    overflow-y: scroll;
    color: #000;
    font-size: 100%;
    padding: 0;
    background-color: #B1D5C9
}
#bg1,
#bg2,
#bg3,
#bg4 {
    display: none;
    z-index: -1;
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}
#bg1 img,
#bg2 img,
#bg3 img,
#bg4 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        background: none
    }
    #bg1 {
        display: block
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        background: none
    }
    #bg2 {
        display: block
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        background: none
    }
    #bg3 {
        display: block
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        background: none
    }
    #bg4 {
        display: block
    }
}
img.skaliert {
    width: 100%;
    height: auto
}
.header-wrapper {
    background: #82422a none repeat scroll 0 0;
    display: none;
    -webkit-overflow-scrolling: touch;
    left: 0;
    width: 200px;
    position: absolute;
    z-index: 100;
    height: 100vh;
    margin: 0;
    padding: 20px 50px
}
@media only screen and (min-width: 1081px) {
    .header-wrapper {
        display: block
    }
}
.fixfixed .header-wrapper {
    display: none
}
.fixed-header {
    top: 0;
    position: fixed
}
.header-wrapper .logo {
    display: block;
    text-align: center;
    margin-bottom: 30px
}
.myMenu {
    font-family: 'thesansplaincaps';
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.13em;
    margin: 0;
    padding: 0;
    z-index: 200
}
.myMenu li {
    list-style: none;
    margin: 0;
    padding: 0
}
.myMenu li a:link,
.myMenu li a:visited {
    font-size: 130%;
    margin: 0;
    padding: 4px 0;
    color: #A58371;
    text-decoration: none;
    display: inline-block;
}
.myMenu li a:hover {
    color: #DED1CB;
}
.myMenu li a.active {
    color: #fff;
}
.myMenu .social {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    margin: 0 2px;
    padding: 0;
}
.a1 {
    background: url("../images/facebook.png") 0 0 no-repeat;
}
.a1:hover {
    background: url("../images/facebook_a.png") 0 0 no-repeat;
}
.a2 {
    background: url("../images/twitter.png") 0 0 no-repeat;
}
.a2:hover {
    background: url("../images/twitter_a.png") 0 0 no-repeat;
}
.a3 {
    background: url("../images/gplus.png") 0 0 no-repeat;
}
.a3:hover {
    background: url("../images/gplus_a.png") 0 0 no-repeat;
}
.a4 {
    background: url("../images/rss.png") 0 0 no-repeat;
}
.a4:hover {
    background: url("../images/rss_a.png") 0 0 no-repeat;
}
.myMenu li ul {
    width: 250px;
    position: absolute;
    visibility: hidden;
    margin-top: -26px;
    padding-left: 30px;
    display: inline-block
}
.myMenu li ul li {
    font-size: 90%;
    line-height: 100%;
    list-style: none;
    margin: 0;
    padding: 3px 20px;
    background: #fff
}
.myMenu li ul li a:link,
.myMenu li ul li a:visited {
    color: #000
}
.myMenu li ul li a:hover {
    color: #9F353C
}
.myMenu li ul li a.active {
    color: #9F353C
}
.content .buybtn a {
    display: block;
    font-family: 'thesansplaincaps';
    color: #582E1F;
    background-color: #D9C8BE;
    font-size: 100%;
    letter-spacing: 0.07em;
    font-weight: normal;
    display: block;
    font-size: 120%;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 8px 5px 4px 5px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase
}
.content .buybtn a:hover {
    color: #fff;
    background-color: #A82025
}
.erase {
    display: block
}
@media only screen and (max-width: 1081px) {
    .erase {
        display: none
    }
}
.showrase {
    display: none
}
@media only screen and (max-width: 1081px) {
    .showrase {
        display: block
    }
}
.section,
.sectionb {
    display: table;
    max-width: none;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    z-index: 50
}
@media only screen and (min-width: 1081px) {
    .section,
    .sectionb {
        height: 100vh;
        padding: 0 5% 0 370px;
        margin: 0
    }
}
@media all and (max-width: 580px) {
    .section {
        display: block;
        width: auto;
        margin: 0 auto;
        padding: 0;
        height: auto
    }
    .sectionb {
        display: block;
        width: auto;
        margin: 0 auto;
        padding: 0;
        height: 100vh
    }
}
.wrap {
    position: relative;
    width: 550px;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    padding: 50px 0;
    z-index: 60
}
@media only screen and (min-width: 1081px) {
    .wrap {
        display: block;
        width: 100%;
        margin: 50px auto;
        padding: 0
    }
}
@media all and (max-width: 580px) {
    .wrap {
        display: block;
        width: 100%;
        margin: 50px auto;
        padding: 50px 0
    }
}
.content {
    font-size: 90%;
    line-height: 140%;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    position: relative;
    width: 420px;
    min-height: 600px;
    border: 29px solid transparent;
    -webkit-border-image: url(../images/border.png) 29 round;
    -o-border-image: url(../images/border.png) 29 round;
    border-image: url(../images/border.png) 29 round;
    margin: 0 0 80px 0;
    padding: 60px 40px
}
@media all and (max-width: 580px) {
    .content {
        width: 70%;
        padding: 15px;
        margin: 0 auto;
        min-height: 100%
    }
}
.content span {
    display: block;
    font-family: 'goudyoldstyle';
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 10px auto 0 auto;
    padding: 0
}
.content blockquote {
    margin: 0 0 0 20px;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
    text-align: center;
    line-height: 110%;
    padding: 0
}
h1 {
    font-family: 'goudyoldstyle';
    font-size: 160%;
    letter-spacing: 0.04em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0
}
@media all and (max-width: 580px) {
    h1 {
        font-size: 120%
    }
}
h2 {
    font-family: 'goudyoldstyle';
    font-size: 310%;
    letter-spacing: 0.07em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0
}
@media all and (max-width: 580px) {
    h2 {
        font-size: 140%
    }
}
h3 {
    font-family: 'thesansplaincaps';
    font-size: 160%;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin: 0 0 5px 0
}
@media all and (max-width: 580px) {
    h3 {
        font-size: 120%
    }
}
h4 {
    font-family: 'goudyoldstyleitalic';
    font-size: 150%;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin: 0 0 20px 0
}
@media all and (max-width: 580px) {
    h4 {
        font-size: 120%
    }
}
h5 {
    font-family: 'thesansplaincaps';
    font-size: 115%;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin: 10px auto 0 auto;
    text-align: center
}
@media all and (max-width: 580px) {
    h5 {
        font-size: 115%
    }
}
.largefont {
    font-family: 'goudyoldstyleitalic';
    margin-left: 15px;
    text-transform: none
}
p,
.cslide-slide p {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0;
    padding: 10px 0;
    text-align: justify
}
p img,
.cslide-slide p img {
    display: block;
    margin: 0 auto 5px auto
}
iframe {
	padding: 0 5%;
}
a {
    outline: none;
    border: 0 none
}
a:hover,
a:focus {
    outline: none;
    border: 0 none
}
.read-more {
    display: inline-block;
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    z-index: 150
}
.transition {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.read-more img {
    border: none
}