@font-face {
    font-family: 'Lane Narrow';
    src: url('../fonts/lanenarrow-webfont.woff2') format('woff2'),
         url('../fonts/lanenarrow-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
    min-width: 320px;
    font-weight: 300;
    box-sizing: border-box;
    position: relative;
    color: #404041;
}
body.touchzoom {
    max-height: 100vh;
    overflow: hidden;
}
* {
    box-sizing: border-box;
}
@media (min-width:1401px){
html {
    font-size: 20px;
}    
}
@media (max-width:1400px){
html {
    font-size: 18px;
}    
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    font-family: 'Lane Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
h1 {
    font-size: 1.75rem;
    margin: 0;
    line-height: 1.2em;
}
h1 > span {
    font-size: 1.5em;
    display: block;
    line-height: 1.2em;
    margin-bottom: 0.2em;
}
a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #5d5e5e;
    transition: color 0.5s ease-in;
}
a:hover {
    color: #404041;
}
p > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 0%;
    height: 1px;
    transition: width 0.5s ease-in;
    background-color: #404041;
    opacity: 0.4;
}
p > a:hover:after {
    width: 100%;
}
header {
    width: 100%;
}
header:before {
    content: "";
    display: block;
    min-height: 27.4px;
    height: calc(0.152 * 70vw);
    max-height: 93px;
    width: 100%;
    background-image: url(../images/stripes.png);
    background-image: url(../images/stripes.svg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
}
header a.logo {
    display: block;
}
header a.logo img {
    display: block;
    width: 70%;
    max-width: 612px;
    min-width: 180px;
    margin: 0 auto;
}
header .headerimg {
    min-height: 120px;
    height: calc(0.69 * 70vw);
    max-height: 423px;
    background-image: url(../images/header_koje_ferienwohnungen.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 65px 0 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}
.content > * {
    flex: 1 1 650px;
    padding: 0 34px;
    margin-bottom: 50px;
}
.main > *:not(.spacer), aside {
    padding: 0 28px;
}
span.info {
    display: block;
}
.main .spacer {
    height: 80vw;
    max-height: 460px;
    background-image: url(../images/bg_spacer.jpg);
    background-position: center;
    background-size: cover;
    margin: 75px 28px;
}
aside {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: -32px;
}
aside > * {
    display: block;
    position: relative;
    flex: 1 1 250px;
    margin: 32px;
    min-height: 250px;
}
aside > .fewo {
    background-position: center;
    background-size: cover;
}
aside > .fewo:after {
    content: "Coming soon!";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5d5e5e;
    background-color: rgba(199,200,202,1);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5em;
    pointer-events: none;
    font-weight: 400;
    font-family: 'Lane Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.7rem;
    outline: 0px solid #fff;
    outline-offset: 0px;
    transition: all 0.5s ease-in;
}
aside > .fewo:hover:after {
    font-size: 1.2rem;
    background-color: rgba(199,200,202,0.9);
    outline: 1px solid #fff;
    height: 100%;
    outline-offset: -10px;
}
aside > .fewo[href*=https]:after {
    content: "Zur Buchung";
}
#koje2 {
    background-image: url(../images/ferienwohnung_koje2.jpg);
}
#koje4 {
    background-image: url(../images/ferienwohnung_koje4.jpg);
}
#koje15 {
    background-image: url(../images/ferienwohnung_koje15.jpg);
}
#koje44 {
    background-image: url(../images/ferienwohnung_koje44.jpg);
}
#koje101 {
    background-image: url(../images/ferienwohnung_koje101.jpg);
}
section.hiddentext {
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    z-index: -2;
}
aside > * > img {
    display: block;
    width: 100%;
}
aside > * > h2 {
    background-color: rgba(199,200,202,0.8);
    color: #fff;
    margin: 0;
    font-size: 1.3rem;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s ease-in;
}
aside > .plan {
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    cursor: zoom-in;
    background-color: #fff;
}
aside > .plan > img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    display: block;
    transform: scale(1);
    transition: transform 0.5s ease-in,transform-origin 0.5s ease-in;
}
aside > .plan.zoom > img, aside > .plan.large > img {
    min-width: 100%;
    min-height: 0px;
    pointer-events: none;
}
aside > .plan.zoom > img {
    transform: scale(2.5);
    transition: transform 0.5s ease-in,transform-origin 0s ease-in;
}
aside > .plan.zoom > h2, aside > .plan.large > h2 {
    opacity: 0;
    pointer-events: none;
}
aside > .plan.large {
    position: fixed;
    width: 90vw;
    height: 90vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: zoom-in;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
}
aside > .plan.large.zoom {
    cursor: zoom-out;
}
aside > .plan > p.clz {
    margin: 0;
    font-size: 3rem;
    line-height: 0.5em;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}
aside > .plan.large > p.clz {
    opacity: 1;
    pointer-events: all;    
}
aside > .plan > * {
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
aside > .plan > .help {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
aside > .plan:hover > .help, aside > .plan.large > .help {
    opacity: 1;
}
.datenschutz .main ul {
    padding-left: 3em;
    list-style: none;
}
.datenschutz .main ul li {
    position: relative;
}
.datenschutz .main ul li:before {
    content: "•";
    position: absolute;
    display: block;
    color: #dcddde;
    width: 1em;
    font-size: 1rem;
    line-height: 1em;
    top: 0.15em;
    left: -1em;
    bottom: 0;
}
footer {
    min-height: 54px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background-color: #dcddde;
    padding: 10px;
    font-size: 0.8rem;
    margin-top: -50px;
}
footer p {
    margin: 0;
    text-align: center;
}
@media (max-width:530px){
h1 {
    hyphens: auto;
    font-size: 1.4rem;
}
.content > * {
    padding: 0;
}
}
body .cc_container {
    font-family: inherit;
    font-size: 1rem;
    color: inherit;
    border: 0px;
}
body .cc_container a, body .cc_container a:visited {
    color: inherit
}
body .cc_container .cc_btn, body .cc_container .cc_btn:visited, body .cc_container .cc_btn:hover, body .cc_container .cc_btn:active {
    color: inherit;
    border-radius: 0px;
    background-color: #dcddde;
    -webkit-border-radius: 0px;
}