/*
 * jQuery FlexSlider v2.7.1
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../files/files/design/flexslider/fonts/flexslider-icon.eot');
  src: url('../../files/files/design/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../files/files/design/flexslider/fonts/flexslider-icon.woff') format('woff'), url('../../files/files/design/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('../../files/files/design/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {margin:0;background:#fff;position:relative;zoom:1;}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.bilder .flexslider .slides img {
  width:auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {text-decoration:none;display:block;width:2.25em;height:2.25em;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;cursor:pointer;transition: all 0.3s ease-in-out;}
.flex-direction-nav a:before {display:block;content:url('../../files/design/icons/icon-zurueck.svg');}
.flex-direction-nav a.flex-next:before {content:url('../../files/design/icons/icon-weiter.svg');}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {left:0.5625em;}
.flexslider:hover .flex-direction-nav .flex-next {right:0.5625em;}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: url('../../files/files/design/icons/icon-zurueck.svg');
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.invisible {text-indent:20px;display:block;position:absolute;top:-3000px;left:-3000px;width:1px;height:1px;overflow:hidden;}

html {font-family:Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;min-height:100.1%;}
body {margin:0;border:0;padding:0;}

a {text-decoration:none;color:inherit;transition:color 0.25s ease-in-out;}
a:hover {color:#6e9162;}

h1 {font-size:2.25em;line-height:1.1;letter-spacing:1px;text-align:center;margin:0.75em auto 1em auto;}
:first-child h1,
.mod_article > h1 {margin-top:3.375em;}
.start h1 {display:none;}
@media screen and (min-width:960px) {
	h1 {margin:2.25em auto 1em auto;}
}

figure {margin:0;border:0;padding:0;}
img {display:block;margin:0;border:0;padding:0;width:auto;max-width:100%;height:auto;}
figcaption {font-size:0.75em;line-height:1;letter-spacing:1px;text-align:left;color:#000;padding:0.28125em 0.5625em;background:rgba(255,255,255,0.5);}
@media screen and (min-width:960px) {
	figcaption {font-size:0.9375em;line-height:1.5;}
}

ul {list-style-type:square;margin:1.5em 0 0 0;padding:0 0 0 1.25em;}

table {margin:0;border:0;padding:0;width:100%;min-width:30em;border-collapse:collapse;}
tr {border-bottom:1px solid #fff;transition:background 0.5s ease;}
thead,
tbody {border-bottom:2px solid #90b085;}
th {font-size:0.9375em;letter-spacing:1px;text-align:left;color:#6e9162;padding:0.75em 0.75em 0.75em 0;}
td {text-align:left;padding:0.75em 0.75em 0.75em 0;}
td p {margin:0;}
td strong {color:#6e9162;}
td a img {display:inline-block;vertical-align:bottom;margin-left:-0.25em;padding-right:0.25em;width:2.25em;height:2.25em;}
td a small {font-size:0.75em;line-height:2.25;color:#f1ece6;transition:color 0.25s ease;}
tr:hover td a small {color:#000;}
tr td a:hover small {color:#6e9162;}
@media screen and (min-width:960px) {
	tbody tr:hover {background-color:#fff;background:rgba(255,255,255,0.25);}
	th {padding:0.75em 1.125em;}
	td {padding:0.75em 1.125em;}
}


/* Header */
header {display:block;margin:0;padding:0;width:100%;height:4.5em;}
@media screen and (min-width:960px) {
	header {height:7.25em;}
}

/* Logo */
.mod_logo {position:absolute;top:0;left:calc(50% - 6.875em);z-index:10000;padding:1.125em;width:11.5em;background:#fff;border-radius:0 0 0.75em 0.75em;}
@media screen and (min-width:960px) {
	.mod_logo {left:calc(50% - 8em);padding:2.25em 2.25em 1.125em 2.25em;}
}

/* Hauptmenu */
.mod_hauptmenu ul {text-align:center;display:none;position:absolute;top:11.125em;left:calc(50% - 6.875em);z-index:10000;margin:0;padding:1.125em;width:11.5em;height:auto;background-color:#fff;background:rgba(255,255,255,0.95);}
.mod_hauptmenu ul li {display:block;padding-top:0.75em;}
.mod_hauptmenu ul li:first-child {padding-top:0;}
.mod_hauptmenu ul li a {font-size:0.9375em;letter-spacing:1px;}
.mod_hauptmenu ul li a:hover {color:#6e9162;}
.mod_hauptmenu ul li strong {font-size:0.9375em;letter-spacing:1px;color:#cdc4ba;}
@media screen and (min-width:960px) {
	.mod_hauptmenu ul {text-align:center;display:block;position:relative;top:4.5em;left:auto;z-index:9000;margin:0;padding:0.75em 0;width:auto;height:auto;background:none;}
	.mod_hauptmenu ul li {display:inline-block;padding-top:0;padding-left:0.75em;}
	.mod_hauptmenu ul li:first-child {padding-left:2.75em;}
	.mod_hauptmenu ul li.haelfte {padding-left:18em;}
		/* englisch */
		.en .mod_hauptmenu ul li:first-child {padding-left:0;}
		.en .mod_hauptmenu ul li:last-child {padding-right:3.5em;}
}
@media screen and (min-width:1200px) {
	.mod_hauptmenu ul li {padding-left:1.125em;}
}
@media screen and (max-height:470px) {
	.mod_hauptmenu ul {left:3.375em;width:calc(100% - 9em);}
	.mod_hauptmenu ul li {display:inline-block;padding-top:0.75em;padding-left:0.75em;}
	.mod_hauptmenu ul li:first-child {padding-left:0;}
}

/* Menubutton */
.mod_menubutton {position:absolute;top:2.25em;right:0.5625em;width:2.25em;height:2.25em;}
.mod_menubutton .auf {display:block;}
.mod_menubutton .zu {display:none;}
/*@media screen and (min-width:736px) {
	.mod_menubutton {right:1.6875em;}
}*/
@media screen and (min-width:960px) {
	.mod_menubutton {display:none;}
}

/* Sprachwechsler */
.mod_changelanguage {position:absolute;top:0;right:0;}
.mod_changelanguage ul {top:0;right:0;margin:0;padding:0.75em 0 0 0;}
.mod_changelanguage ul li {display:inline-block;padding-top:0;padding-left:0.75em;}
.mod_changelanguage ul li:last-child,
.en .mod_changelanguage ul li:last-child {padding-right:1.125em;}
.mod_changelanguage ul li a {font-size:0.75em;}
.mod_changelanguage ul li a:hover {color:#6e9162;}
.mod_changelanguage ul li strong {font-size:0.75em;color:#cdc4ba;}
@media screen and (min-width:960px) {
	.mod_changelanguage ul li:last-child,
	.en .mod_changelanguage ul li:last-child {padding-right:2.25em;}
}

/* Artikel */
.mod_article {margin:0 1.125em 1.125em 1.125em;padding:2.25em;width:auto;height:auto;background:#f1ece6;}
.mod_article:last-child {margin-bottom:0;}
.impressionen .mod_article {padding:0;background:none;}
.impressionen .inside > .mod_article:first-child {margin:0 1.125em 0.5625em 1.125em;padding:2.25em;width:auto;height:auto;background:#f1ece6;}
.mod_article .content-text {margin:2.25em auto;max-width:30em;}
.mod_article .content-text p {margin:0 0 1em 0;}
.mod_article .content-text p:last-child {margin-bottom:0;}
#article-11,
#article-12,
#article-17,
#article-21,
#article-23,
#article-25,
#article-29,
#article-37 {padding:0;max-width:none;background:none;}
.mod_article iframe {display:block;margin:0;border:0;width:100%;height:256px;}
.mod_article .content-image {margin:2.25em auto;max-width:30em;}
#article-12 .content-image,
#article-21 .content-image,
#article-25 .content-image,
#article-37 .content-image {margin:0;max-width:none;}
.mod_article .content-table {margin:2.25em auto;width:100%;max-width:30em;overflow:auto;}
.objektbeschreibung .mod_article.bilder {padding:0;background:none;}
.wohnungsangebot .mod_article.bilder {padding:0;background:none;}
/*.objektbeschreibung .mod_article.bilder .content-image,
.objektbeschreibung .mod_article.bilder .content-gallery {display:inline-block;margin:0 -4px -7px 0;width:25%;overflow:hidden;}
.objektbeschreibung .mod_article.bilder .content-gallery .flex-direction-nav {display:none;}
*/
.objektbeschreibung .mod_article.bilder .content-gallery.hoch {column-count:4;column-gap:0.5625em;}
.wohnungsangebot .mod_article.bilder .content-gallery.hoch {column-count:4;column-gap:0.5625em;}
.historie .mod_article.bilder .spezial {position:relative;margin-bottom:0.5625em;margin-left:calc(50% + 0.28125em);}
.historie .mod_article.bilder .content-image {position:absolute;top:0;left:calc(-100% - 0.5625em);margin:0;width:100%;height:100%;overflow:hidden;}
.historie .mod_article.bilder .content-gallery.hoch {column-count:2;column-gap:0.5625em;}
.historie .mod_article.bilder figure {position:relative;}
.historie .mod_article.bilder figcaption {display:inline-block;position:absolute;top:0;left:0;/*margin:0.5625em;border-bottom:1px solid #000;*/}
.historie .mod_article .content-gallery.quer {column-count:2;column-gap:0.5625em;margin-bottom:0.5625em;}
.historie .mod_article .content-gallery:last-child {margin-bottom:0 !important;}
.impressionen .mod_article .content-gallery.einzel {column-count:1;column-gap:0;margin-bottom:0.5625em;}
.impressionen .mod_article .content-gallery.quer {column-count:2;column-gap:0.5625em;margin-bottom:0.5625em;}
.impressionen .mod_article .content-gallery.hoch {column-count:4;column-gap:0.5625em;margin-bottom:0.5625em;}
.impressionen .mod_article .content-gallery img {width:100%;max-width:none;}
.impressionen .mod_article .content-gallery:last-child,
.impressionen .mod_article .content-gallery:last-child {margin-bottom:0 !important;}
.content-gallery ul {list-style:none;margin:0;padding:0;}
@media screen and (min-width:960px) {
	.mod_article {margin:0 2.25em 2.25em 2.25em;padding:4.5em;}
	.impressionen .inside > .mod_article:first-child {margin:0 2.25em 1.125em 2.25em;padding:4.5em;}
	.mod_article .content-text {column-count:2;column-gap:2.25em;margin:4.5em auto;max-width:60em;}
	#article-7 .content-text,
	#article-36 .content-text {max-width:30em;}
	#article-8 .content-text,
	#article-38 .content-text {column-count:1;max-width:30em;}
	.mod_article .content-image {margin:4.5em auto;max-width:60em;}
	.mod_article iframe {height:512px;}
	.mod_article .content-table {margin:4.5em auto;max-width:60em;}
	.objektbeschreibung .mod_article.bilder .content-gallery.hoch {column-count:4;column-gap:1.125em;}
	.wohnungsangebot .mod_article.bilder .content-gallery.hoch {column-count:4;column-gap:1.125em;}
	.historie .mod_article.bilder .spezial {margin-bottom:1.125em;margin-left:calc(50% + 0.5625em);}
	.historie .mod_article.bilder .content-image {left:calc(-100% - 1.125em);}
	.historie .mod_article.bilder .content-gallery.hoch {column-gap:1.125em;}
	.historie .mod_article .content-gallery.quer {column-gap:1.125em;margin-bottom:1.125em;}
	.impressionen .mod_article .content-gallery.einzel {margin-bottom:1.125em;}
	.impressionen .mod_article .content-gallery.quer {column-gap:1.125em;margin-bottom:1.125em;}
	.impressionen .mod_article .content-gallery.hoch {column-gap:1.125em;margin-bottom:1.125em;}
}



/* Startseite */
#article-1,
#article-21 {position:absolute;top:4.5em;left:1.125em;margin:0;padding:0;width:calc(100% - 2.25em);height:calc(100% - 6.75em);background:none;overflow:hidden;}
#article-1 .content-gallery,
#article-21 .content-gallery {width:100%;height:100%;}
#article-1 .content-gallery ul,
#article-21 .content-gallery ul {list-style:none;margin:0;padding:0;width:100%;height:100%;}
#article-1 .content-gallery ul li,
#article-21 .content-gallery ul li {width:100%;height:100%;}
#article-1 .content-gallery ul li figure,
#article-21 .content-gallery ul li figure {position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;}
/*#article-1 .content-gallery ul li figure img,
#article-21 .content-gallery ul li figure img {display:none !important;}*/

@media screen and (min-width:960px) {
	#article-1,
	#article-21 {top:7.25em;left:2.25em;width:calc(100% - 4.5em);height:calc(100% - 9.5em);}
}


/* Footer */
footer {display:block;margin:0.25em 0 0 0;padding:0;width:100%;height:2.25em;}
.start footer {position:absolute;right:0;bottom:0;}

@media screen and (min-width:960px) {
	footer {margin-top:0;}
}

/* Fusszeile */
.mod_fusszeile {text-align:right;margin:0 1.125em;width:calc(100% - 2.25em);}
.mod_fusszeile p {margin:0;}
.mod_fusszeile small {font-size:0.75em;line-height:1;}
.impressum .mod_fusszeile a {color:#cdc4ba;}

@media screen and (min-width:960px) {
	.mod_fusszeile {margin:0 2.25em;width:calc(100% - 4.5em);}
}


@media screen and (max-width:960px) {
	#top:target .mod_hauptmenu ul {display:block;}
	#top:target .mod_menubutton .auf {display:none;}
	#top:target .mod_menubutton .zu {display:block;}
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=759b33a5-45b7-40d2-a58c-4294ca464644");
    @font-face{
        font-family:"BodoniSeventytwoITCW01-_731142";
        src:url("../../files/design/fonts/Fonts/fa098ee9-946d-47f5-9673-0154e46d5ac1.eot?#iefix");
        src:url("../../files/design/fonts/Fonts/fa098ee9-946d-47f5-9673-0154e46d5ac1.eot?#iefix") format("eot"),url("../../files/design/fonts/Fonts/ff1850e0-22a8-4229-87a9-18ed2bdaab26.woff2") format("woff2"),url("../../files/design/fonts/Fonts/8c76cabf-4c55-440d-aa82-17fb5b063036.woff") format("woff"),url("../../files/design/fonts/Fonts/df2374a6-6777-4774-8dee-57c075a131db.ttf") format("truetype");
    }
    @font-face{
        font-family:"DIN Next LT W01 Light";
        src:url("../../files/design/fonts/Fonts/fb0dd5e6-cf57-43be-8f3f-2880d5389694.eot?#iefix");
        src:url("../../files/design/fonts/Fonts/fb0dd5e6-cf57-43be-8f3f-2880d5389694.eot?#iefix") format("eot"),url("../../files/design/fonts/Fonts/14aba99e-8c97-4daa-a8df-67920a051402.woff2") format("woff2"),url("../../files/design/fonts/Fonts/96fd6d6f-fad6-4dd9-ab70-29547a56cacd.woff") format("woff"),url("../../files/design/fonts/Fonts/cdc1c0e4-213b-4a01-a1dc-af6dddf2263a.ttf") format("truetype");
    }
    @font-face{
        font-family:"DIN Next LT W01 Bold";
        src:url("../../files/design/fonts/Fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix");
        src:url("../../files/design/fonts/Fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix") format("eot"),url("../../files/design/fonts/Fonts/03008527-67bd-478e-98e3-3b56dd9a6520.woff2") format("woff2"),url("../../files/design/fonts/Fonts/557f817d-9c25-4a23-baaf-a3cf84a7cd7c.woff") format("woff"),url("../../files/design/fonts/Fonts/92ed1479-1d40-4a94-8baf-6abd88b17afa.ttf") format("truetype");
    }

h1,
nav ul li a,
nav ul li strong,
th,
figcaption {font-family:"BodoniSeventytwoITCW01-_731142";font-weight:normal;}
    
a,
p,
td,
li,
.mod_changelanguage ul li a,
.mod_changelanguage ul li strong {font-family:"DIN Next LT W01 Light";font-weight:normal;}

strong {font-family:"DIN Next LT W01 Bold";font-weight:normal;}


/* Animationen */
@keyframes fadeIn {
    from {opacity:0;}
    to {opacity:1;}
}
@keyframes fadeOut {
    0% {opacity:1;}
    99% {opacity:0;}
    100% {display:none;z-index:-1000;opacity:0;}
}

#logointro {position:fixed;top:0;left:0;z-index:100000;width:100%;height:100%;background:#fff;animation:fadeOut 1s forwards;-webkit-animation:fadeOut 1s forwards;animation-delay:2.5s;}
#logointro figure {text-align:center;display:block;position:absolute;top:50%;margin-top:-5em;width:100%;height:auto;}
#logointro figure img {display:inline-block;width:auto;height:9em;animation:fadeIn 1s forwards;-webkit-animation:fadeIn 1s forwards;}

@media screen and (min-width:944px) {
	#logointro figure {text-align:center;display:block;position:absolute;top:50%;margin-top:-10em;width:100%;height:auto;}
	#logointro figure img {display:inline-block;width:auto;height:18em;animation:fadeIn 1s forwards;-webkit-animation:fadeIn 1s forwards;}
}
