@import url('https://fonts.googleapis.com/css?family=Merienda:400,700|Raleway:300,400,500,600,700&display=swap');
html {
	font-family: 'Open Sans', 
	sans-serif;
} 
body {
	background: #ffffff;
  font-family: 'Raleway', sans-serif;
	color:#686859;
  margin:0;
	padding:0;
} 
h1, h2, h3, h4, h5 {
  font-family: 'Merienda', cursive;
}
h1, h2{
  font-weight: 300;
}
h2{
  font-weight: 600;
}
h1, h3{
  color: #8A6E45;
  color: #6b7a30;
}
@media (max-width: 600px) {
  h1 {
    font-size: 26px;}
  h2 {
    font-size: 18px;}
  h3 {
    font-size: 16px;}}

#top{
	position: relative;
	display: flex;
	flex-direction: row;
	padding: 20px 40px;
}
@media (max-width: 600px) {
  #top{
    padding: 10px 20px;}}

#logo{
	max-width: 245px;}
@media (max-width: 1150px) {
  #logo img{
    height: 130px;}}
@media (max-width: 850px) {
  #logo img{
    height: 100px;}}
@media (max-width: 730px) {
  #logo img{
    height: 70px;}}

#header-contact {
  left: 30px;
  top: 40px;
  font-size: 19px;
  width: calc(100% - 320px);
  text-align: right;
  padding-top: 100px;
  padding-right: 200px; }
  @media (max-width: 1500px) {
    #header-contact {
      font-size: 16px;
      width: calc(100% - 450px);
      padding-right: 50px; } }
  @media (max-width: 1150px) {
    #header-contact {
      width: calc(100% - 215px);
      padding-right: 0;}}
  @media (max-width: 850px) {
    #header-contact {
      width: calc(100% - 165px);
      padding-top: 70px;
      padding-right: 0;}}
  @media (max-width: 730px) {
    #header-contact {
      width: calc(100% - 115px);
      padding-top: 43px;}}
  #header-contact .single-contact:nth-child(1) .img-wrap img {
    margin-top: 10px; }
    @media (max-width: 1150px) {
      #header-contact .single-contact:nth-child(1) .img-wrap img {
        margin-top: 5px; } }
  #header-contact .single-contact:nth-child(2) {
    margin-left: 30px; }
    @media (max-width: 730px) {
        #header-contact .single-contact:nth-child(2) {
          margin-left: 20px;}}
    #header-contact .single-contact:nth-child(2) .img-wrap img {
      margin-top: 13px; }
      @media (max-width: 1150px) {
        #header-contact .single-contact:nth-child(2) .img-wrap img {
          margin-top: 7px; } }
      @media (max-width: 730px) {
        #header-contact .single-contact:nth-child(2) .img-wrap img {
          margin-right: 0; } }
  #header-contact .single-contact .img-wrap,
  #header-contact .single-contact a {
    display: inline-block;
    vertical-align: middle; }
  #header-contact .single-contact .img-wrap {
    text-align: center;
    background: #686859;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    @media (max-width: 1150px) {
      #header-contact .single-contact .img-wrap {
        width: 25px;
        height: 25px;
        margin-right: 5px; } }
    @media (max-width: 730px) {
      #header-contact .single-contact .img-wrap {
        margin-right: 0; } }
    #header-contact .single-contact .img-wrap:hover {
      background: #ACAC9D; }
    #header-contact .single-contact .img-wrap img {
      width: 25px; }
      @media (max-width: 1150px) {
        #header-contact .single-contact .img-wrap img {
          width: 15px; } }
  #header-contact .single-contact a {
    color: #686859; }
    #header-contact .single-contact a:hover {
      color: #ACAC9D; }

@media (max-width: 730px) {
  #header-contact a.txt {
    display: none;}}


#languages {
    font-size: 19px;
    text-transform: uppercase;
    position: absolute;
    right: 30px;
    bottom: 35px;
    width: 120px;
}
#languages a, #languages span{
	padding: 7px;
}
@media (max-width: 1500px) {
  #languages {
    font-size: 16px;}}
@media (max-width: 1150px) {
  #languages {
    bottom: auto;
    text-align: right;}}
@media (max-width: 850px) {
  #languages {
    top: 20px;}}
@media (max-width: 600px) {
  #languages {
    top: 10px;
    right: 10px;}}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.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(fonts/flexslider-icon.eot);
  src: url(fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(fonts/flexslider-icon.woff) format("woff"), url(/fonts/flexslider-icon.ttf) format("truetype"), url(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 {
  background: #fff;
  position: relative;
  zoom: 1;}

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.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; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: 0; }

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.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: '\f004'; }

.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;
  z-index: 99; }
  @media (max-width: 768px) {
    .flex-control-nav {
      bottom: 30px; } }
  @media (max-width: 580px) {
    .flex-control-nav {
      bottom: 15px; } }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 25px;
  height: 25px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 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; }
  @media (max-width: 768px) {
    .flex-control-paging li a {
      width: 20px;
      height: 20px; } }

.flex-control-paging li a:hover {
  background: #686859;
  background: rgba(104, 104, 89, 0.7); }

.flex-control-paging li a.flex-active {
  background: #686859;
  background: rgba(104, 104, 89, 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; } }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

#content {
  margin-top: 50px;
}
.contenttext,
.content {
  padding: 0 40px;
  margin-top: 50px;
}
@media (max-width: 600px) {
 .contenttext,
 .content {
  padding: 0 20px;}}
.text {
  max-width: 900px;
}

ul {
  text-align: left;
  margin-left: 25%;
}
ul li {
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  ul {
    margin-left:15%;}} 
ul.breit {
  margin-left: 15%;
}
@media (max-width: 1023px) {
  ul, ul.breit {
    margin-left: 10%; }}
@media (max-width: 800px) {
  ul, ul.breit {
    margin-left: 5%; }}
@media (max-width: 550px) {
  ul, ul.breit {
    margin-left: 0; }}
@media (max-width: 400px) {
  ul, ul.breit {
    padding-left: 20px; }}
.cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cta a:first-child {
  margin-right: 40px;
}
@media (max-width: 650px) {
  .cta {
    display: block;
    }
  .cta a {
    display: block;
    margin: 30px 80px;
  }
  .cta a:first-child {
    margin-right: 80px;
  }}
@media (max-width: 500px) {
.cta a {
    display: block;
    margin: 30px 0;
  }
  .cta a:first-child {
    margin-right: 0;
  }}
a.button {
  background-color: #686859;
  color: #fff;
  border-radius: 15px;
  border: 3px solid #686859;
  padding: 15px 30px;
}
a.button:hover {
  background-color: #fff;
  color: #686859;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; 
}
hr {
  max-width: 50%;
  border-top: 1px solid rgba(132, 132, 113, 0.3);
  border-bottom: 0;
  margin: 60px;
}
.credit-wrap {
  margin: 40px;
}
.credit-wrap img, #credit-wrap span {
    display: inline-block;
    vertical-align: bottom;
}

#images {
	margin: 50px 0;
	display: flex; 
	flex-wrap: wrap; 
	text-align: center;
  justify-content: center;
}
#images img{
	margin: 3px;
	/*width: calc(25% - 6px);*/
	align-self: center;
}
a{
	color: #859666;
	text-decoration: none;
} 
a:hover{
	color: #A4A4A3;
}
img{
	max-width: 100%;
} 


@media (max-width: 1660px) {
}
@media (max-width: 1350px) {
	#images img {
	    /*width: calc(33% - 3px);*/
	}
}
@media (max-width: 1170px) {
}
@media (max-width: 930px) {
	#images img {
	    /*width: calc(50% - 8px);*/
	}
}
@media (max-width: 800px) {
}
@media (max-width: 400px) {
	#images img {
	    width: 100%;
	}
}
@media (max-width: 400px) {
}


.apartments-accordion {
  margin: 20px 0;
  background: #f5f5f5;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  max-width: 1700px;
  margin-left: 110px;
  margin-right: 110px;
}

.accordion-header {
  width: 100%;
  text-align: left;
  background: #f5f5f5;
  border: none;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-header:focus {
  outline: none;
}

.accordion-icon {
  margin-left: 30px;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-left: 2px solid #6b7a30;
  border-bottom: 2px solid #6b7a30;
  transform: rotate(-45deg);
  transition: transform 0.25s ease;
}

/* nach oben zeigend */
.accordion-item.is-open .accordion-icon {
  transform: rotate(135deg);
}


.accordion-panel {
  display: none; /* wird per JS ein-/ausgeblendet */
  padding: 15px 16px 20px;
}

.apartment-layout {
  flex-wrap: wrap;
  gap: 20px;
}

.apartment-images {
}

.apartment-images img {
  max-width: 100%;
  height: auto;
  margin: 4px;
}

.apartment-text {
  flex: 1 1 35%;
}

.apartment-text h3 {
  margin-top: 0;
}


@media (max-width: 1500px) {
  .accordion-item {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (max-width: 1280px) {
  .accordion-item {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 850px) {
  .accordion-item {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .accordion-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Mobil: Bilder & Text untereinander */
@media (max-width: 768px) {
  .apartment-layout {
    flex-direction: column;
  }
}



.preistabelle{
  margin-bottom: 50px;
}
thead{
  font-weight: 600;
}


.table-wrapper {
    width: 100%;
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 650px) {
  /* Gradient rechts im Wrapper verankert */
  table::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;            /* bleibt immer rechts im wrapper */
      width: 30px;
      height: 100%;
      pointer-events: none;

      background: linear-gradient(to left, rgba(0,0,0,0.10), transparent);
  }

  /* optional, damit er nur sichtbar ist, wenn der Inhalt breiter ist */
  table.scrollable::after {
      display: block;
  }
}

table {
    width: 600px;
    border-collapse: collapse;
    background: #ffffff;
    font-family: sans-serif;
    min-width: 600px; /* optional – falls Inhalt eng ist */

}

th, td {
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

th {
    background: #f5f5f5;
    font-weight: 600;
}

tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.02);
}

tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.01);
}

tbody tr:hover {
    background: rgba(0, 0, 0, 0.05);
}

/* Hinweis unter der Tabelle */
.table-scroll-hint {
    display: none; /* Standard: ausgeblendet */
    text-align: right;
    font-size: 14px;
    color: #666;
    margin-top: 6px;
    opacity: 0.9;
    font-family: sans-serif;
}

/* Pfeil-Animation */
.table-scroll-hint .arrow {
    display: inline-block;
    margin-right: 6px;
    animation: arrow-move 1.2s infinite ease-in-out;
}

@keyframes arrow-move {
    0%   { transform: translateX(0); opacity: 0.4; }
    50%  { transform: translateX(5px); opacity: 1; }
    100% { transform: translateX(0); opacity: 0.4; }
}

/* sichtbar unter 650px */
@media (max-width: 650px) {
    .table-scroll-hint {
        display: block;
    }
}
