/**
*
* Table of contents
*
* -BASE
* --section#content
* --aside
*
* -LAYOUT
* --meta-menu
* --logo
* --main-menu
* --sidebar
* --content-top
* --main
* --content-bottom
* --copyright
* --footer-menu
*
* -MODULES
* --meta-menu
* --main-menu
* --mod-upper
*
* -STATES
*
* -THEME
*
* -JOOMLA-CORE
*
* -CSS TEMPLATE DOKU
*
*/


html,body {height:100%; margin:0px; padding:0px;}
body {background-color: #FFF;}
#infoteleboxTop a.fitText {font-size: 1.48rem;}
#infotelebox a.fitText {font-size: 1.48rem;}

/*=BASE
------------------------------------------------*/
header {margin-top:10px;position:relative}


.main {
  background-color: #FFF;
  margin: 0 0 30px 0;
  padding: 30px 0 0 0;
  position: relative;
  z-index: 2;
}

.main.kontaktmain { margin-top: 50px; margin-bottom: 0}

#banner {
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 10;
}

footer {
  background-color: #3C455A;
  bottom: 0;
  color: #FFF;
  font-size: 0.76470588235294117647058823529412em;
  line-height: 120%px;
  margin-top: 100px;
  padding: 135px 0 65px 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

footer.kontaktfooter { margin-top: 0;}


/*=LAYOUT
------------------------------------------------*/
.container {
  min-height: 100%;
  position: relative;
}


#logo {width:100%;z-index:10;}
#logo .logoLink {
  background-color: #FFF;
  float: right;
  padding: 30px;
  position: absolute;
  right: 0;
  z-index: 99;
}

#infoteleboxTop {
  position: absolute;
  transform: rotate(-10deg);
  left: 20px;
  top: 30px;
  z-index: 99;
}

#logo a.contactheader {
  top: 200px;
}

#logo.sticky a{padding:20px 0px  15px;}
#logo.sticky img{width:120px}

#main-menu.sticky{box-shadow:0 -14px 20px 3px #000}

.sticky {
  position: fixed!important;
  top: 0!important;
}

.sticky a.contactheader {display: none;}

/*=Special Banner*/
#banner.ausstattung,
#banner.kaufstattmiete,
#banner.kontakt {text-align:center}

#banner.ausstattung img,
#banner.kaufstattmiete img,
#banner.kontakt img {display: inline-block}

#banner.ausstattung{background-color:#887B75}

#banner.kaufstattmiete,
#banner.wohnungen,
#banner.kontakt{background-color:#F3F1F1}



.concept-list h2{margin-top:0}
.concept-list .hidden-xs{margin:9px 0 0 0}


/*=Parallax effects*/
.img-parallax {
  margin-top: 10px;
  padding-top: 130px;
  position: relative;
  top: 0;
  z-index: 1;
}
.img-parallax.wozi {
  background: rgba(0, 0, 0, 0) url("../images/stadthaus-schenkendorf-wohnzimmer.jpg") no-repeat fixed 0 -10px / cover ;
}
.img-parallax.bad {
  background: rgba(0, 0, 0, 0) url("../images/stadthaus-schenkendorf-bad.jpg") no-repeat fixed 0 -10px / cover ;
}
.ghost-box {
  background-color: #FFF;
  opacity: 0.88;
}


/*=Wohnideen Row*/
.wohnideen {margin-top:40px}
.wohnideen p {font-size: 14px;}


/*=MODULES
------------------------------------------------*/


/*MAIN NAV*/
.nav-container {height:105px;}
.nav-container .navbar {position:relative;}
#main-menu {background-color:#fff;line-height:105px;z-index:9;}

#main-menu ul {margin:0;padding:0}
#main-menu li {
  display:inline-block;
  font-size:15px;
  line-height:120%;
  margin:0 35px 0 35px;
}
#main-menu li:first-child {margin:0 35px 0 0;}
#main-menu li:last-child {margin:0 0 0 35px;}

#main-menu a {color:#3B4559; text-transform: uppercase;}

#main-menu a.active,
#main-menu a:hover,
#main-menu a:active,
#main-menu a:focus {color:#A48346;}

#main-menu a,
#main-menu a.active,
#main-menu a:hover,
#main-menu a:active,
#main-menu a:focus {
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -ms-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
}

.collapse.in{display:block;}
.collapsing{display: none;}
.navbar-toggle{
  border: 1px solid #3C455A;
  background-color: #3C455A;
  border-radius: 0;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 15px;
  padding: 13px 12px;
  position: relative;
}
.navbar-toggle .icon-bar{
  background-color: #A4823C;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 30px;
}
.navbar-toggle.collapsed{
  background-color: transparent;
}
.navbar-brand {display:none;width:110px;}


/* FOOTER NAV */
#nav-footer {
  display: inline-block;
}
#nav-footer ul {
  margin: 0;
  padding: 0;
}

#nav-footer li {
  display: inline-block;
}

#nav-footer li:before {
  content: '|';
  padding: 0 8px 0 8px;
}

#nav-footer a {color:#FFF}
#nav-footer a.active,
#nav-footer a:hover,
#nav-footer a:active,
#nav-footer a:focus {text-decoration:underline}




/* SHOWCASE */
#showcase {
  background-color: #867C76;
	height: 515px;
	width: 100%;
	position: absolute;
}

#thumb-list {
	float: left;
	list-style: none;
}
#thumb-list img {
	opacity: 0.4;
	-webkit-transition: opacity ease 0.3s;
	-moz-transition: opacity ease 0.3s;
	-ms-transition: opacity ease 0.2s;
	-o-transition: opacity ease 0.3s;
}
#thumb-list img:hover,
#thumb-list img.active {
	opacity: 1;
	-webkit-transition: opacity ease 0.3s;
	-moz-transition: opacity ease 0.3s;
	-ms-transition: opacity ease 0.2s;
	-o-transition: opacity ease 0.3s;
}

/*=Kontaktformular*/
#contact {
  color: #857976;
  width: 800px;
}
#contact td { vertical-align: top; }
#contact td:first-child { padding-right: 25px; }
#contact .realperson-challenge {
  line-height: 15px;
  margin-top: 10px;
}
#contact tr:last-child { background-color: #FFF; vertical-align: right; }
#contact #name,
#contact #vorname,
#contact #strasse {
  width: 300px;
}
#contact #hausnummer { width: 50px; }
#contact #plz { width: 70px; }
#contact #ort { width: 280px; }
#contact #email,
#contact #telefon { width: 360px; }




/*=INFOTELEBOX*/
#infotelebox {
  left: -10px;
  transform: rotate(-10deg);
  position: absolute;
  top: -200px;
}
#infotelebox div, #infoteleboxTop div {
  background-color: #A48346;
  padding: 30px 24px;
  width: 300px;
}
#infotelebox div, #infoteleboxTop div,
#infotelebox a, #infoteleboxTop a {color:#FFF;font-size:25px; display:block;margin:5px 0 0 0;font-weight:bold}
#infotelebox a span , #infoteleboxTop a span {margin: 6px 10px 0 0;vertical-align:top}


/*=INFOTERMINBOX*/
#infoterminbox {
  left: 50px;
  transform: rotate(-10deg);
  position: absolute;
  text-align: center;
  top: 80px;
  z-index: 9;
}
#infoterminbox > div {
  background-color: #A48346;
  padding: 20px;
  width: 362px;
}
#infoterminbox div,
#infoterminbox a {color:#FFF;font-size:25px}
#infoterminbox .bold {
  font-size: 26px;
  text-transform: uppercase;
}
#infoterminbox .street {font-size: 23px;}
#infoterminbox .date {
  font-size: 30px;
  font-weight: bold;
}



/*=SCROLLER*/
.scroller {
  background-color: #A4823C;
  height: 54px;
  text-align: center;
  width: 54px;
}
.scroller a {
  display: block;
  height: 100%;
  width: 100%;
}
.scroller.top {
  bottom: 30px;
  left: 50%;
  margin-left: -27px;
  position: absolute;
}
.scroller.bottom {
  position: absolute;
  right: 0;
  top: -210px;
}
.scroller span {
  color: #FFF;
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
}

.scroller:hover {background-color:#3C455A}
.scroller:hover span {color:#A4823C}

.scroller,
.scroller:hover,
.scroller:hover span {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}







/*=STATES
------------------------------------------------*/
.clear { clear: both; }
.is-hidden { display: none; }
.is-visible { display: block; }
.is-left { float: left; }
.is-right { float: right; }


/*=THEME
------------------------------------------------*/
.contentmiss {
  border: 1px solid #FF0000;
}

.schatten12 {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  color: #777;
  height: 80%;
  position: relative;
  transition: all 1s ease-in-out 0s;
  width: 80%;
}

.schatten12::before,
.schatten12::after {
  bottom: 12px;
  box-shadow: 0 15px 12px rgba(0, 0, 0, 0.7);
  content: "";
  height: 30%;
  left: 10px;
  position: absolute;
  transform: rotate(-5deg);
  transition: all 1s ease-in-out 0s;
  width: 50%;
  z-index: -2;
}

.schatten12::after {
  left: auto;
  right: 10px;
  transform: rotate(5deg);
}
.schatten12:hover::before,
.schatten12:hover::after {box-shadow:none;}
.schatten12:hover {box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);}


/*=ICONS*/

/*=BUTTONS*/

.btn.download {
  background-image: url(../img/icon-download.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #FFF;
  display: inline-block;
  font-size: 15px;
  height: 62px;
  margin: 20px 35px 35px 0;
  opacity: 1;
  padding: 10px 0 0 70px;
  text-align: left;
  white-space: normal;
  width: 150px;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -ms-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
}

.btn.download:hover,
.btn.download:active,
.btn.download:focus {
  opacity: 0.6;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -ms-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
}

.btn.download.dark {
  background-image: url(../images/icon-download-dark.png);
  color: #3B4559;
  font-size: 15px;
}



.address {margin-top:25px}
.address a{color:#FFF}
.address a:hover{text-decoration:underline}


/*=Lightbox*/
.modal-backdrop {background-color:#887B75}
.modal-open #main-menu,
.modal-open #logo,
.modal-open .img-parallax .container {padding-right:17px}

#lightbox {padding-right:0!important;text-align: center}
#lightbox .modal-dialog {
  background-color: #FFF;
  display: inline-block;
  width: auto;
}
#lightbox .modal-dialog img {width:100%}
#lightbox .modal-header {border-bottom: none;padding: 10px}
#lightbox .modal-header .close {margin-top:-10px;font-size:35px;position:relative;z-index:10}



/*=Lightbox Thumbnails*/
.lightbox-thumbnail {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.lightbox-thumbnail > div:before {
  background-color: #877873;
  content: " ";
  height: 107px;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
  width: 107px;
  z-index: 15;
}
.lightbox-thumbnail figure {
  background-color: #594B46;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 20;
}

/*=Lightbox-Thumbnail-Effect*/
.lightbox-thumbnail img {
  opacity: 0.6;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.lightbox-thumbnail figcaption {
  bottom: 20px;
  color: #FFF;
  font-size: 25px;
  left: 30px;
  position: absolute;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
}
.lightbox-thumbnail:hover figcaption {
  left: 20px;
  bottom: 10px;
  transition: all 0.35s ease 0s;
}
.lightbox-thumbnail .layer {
  background-color: rgba(58, 52, 42, 0.7);
  transition: background-color 0.35s ease 0s;
}
.lightbox-thumbnail .layer::before {
  border: 1px solid #fff;
  bottom: 10px;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.lightbox-thumbnail .layer::before {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.lightbox-thumbnail:hover .layer::before {
  opacity: 1;
  transform: scale(1);
}
.lightbox-thumbnail:hover .layer {
  background-color: rgba(58, 52, 42, 0);
}
.lightbox-thumbnail:hover img {
  opacity: 1;
  transform: scale3d(1.1, 1.1, 1);
}

/*=Carousel*/
#lage-carousel {margin-bottom:30px}
#lage-carousel .carousel-indicators {bottom:-50px}
#lage-carousel .carousel-indicators li {
  border-color: #877873;
  border-radius: 0;
  margin: 0;
  height: 15px;
  width: 15px;
}
#lage-carousel .carousel-indicators li.active {background-color:#877873}

#lage-carousel .carousel-control.right {background-image:linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.5) 100%)}
#lage-carousel .carousel-control.left {background-image:linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0) 100%)}
#lage-carousel .carousel-control {opacity:0;text-shadow:none}
#lage-carousel .carousel-control:hover,
#lage-carousel .carousel-control:focus {opacity:0.9}

#lage-carousel .carousel-control,
#lage-carousel .carousel-control:hover,
#lage-carousel .carousel-control:focus {
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -ms-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
}
#lage-carousel .carousel-control .glyphicon {
  background-color:#a4823c;
  font-size: 40px;
  margin-top: -20px;
  top: 50%;
}
#lage-carousel .carousel-control.right .glyphicon {right:-20px}
#lage-carousel .carousel-control.left .glyphicon {left:-20px}
#lage-carousel .carousel-control.right,
#lage-carousel .carousel-control.left {height:100%}

#lageimg {margin-bottom:50px}
.lageimg-desc {background-color:rgba(255,255,255,0.8);position:absolute;top:0}
.lageimg-desc span {display:inline-block;line-height:25px;padding:5px 5px 5px 10px}

#wohnungen-carousel .carousel-inner img {margin:0 auto}
#wohnungen-carousel .carousel-control.right {background-image:none}
#wohnungen-carousel .carousel-control.left {background-image:none}
#wohnungen-carousel .carousel-control {opacity:1;text-shadow:none}
#wohnungen-carousel .carousel-control:hover,
#wohnungen-carousel .carousel-control:focus {opacity:0.9}

#wohnungen-carousel .carousel-control,
#wohnungen-carousel .carousel-control:hover,
#wohnungen-carousel .carousel-control:focus {
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -ms-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
}
#wohnungen-carousel .carousel-control .glyphicon {
  background-color:#a4823c;
  font-size: 40px;
  margin-top: -20px;
  top: 50%;
}
#wohnungen-carousel .carousel-control.right,
#wohnungen-carousel .carousel-control.left {height:100%}

#wohnungen-carousel .carousel-control.right {text-align:left}
#wohnungen-carousel .carousel-control.left {text-align:right}

/*=Bild KfW Foerderung*/
.kfw-foerderung-inset{width:100%;}

/*Accordion-Wohnungen*/
#accordion-wohnungen .panel {box-shadow:none;margin:0}
#accordion-wohnungen .panel:last-child {border-bottom:1px solid #A48346;border-radius:0}

#accordion-wohnungen .panel-heading,
#accordion-wohnungen .panel-body {border-top:1px solid #A48346}

#accordion-wohnungen .panel-heading {border-radius:0;padding:0}

#accordion-wohnungen .panel-title {
  font-size: 14px;
}
#accordion-wohnungen .panel-title a {
  background-color: #f3f1f1;
  display: block;
  padding: 13px 5px;
}
#accordion-wohnungen .panel-title a.collapsed:hover {
  background-color: #f3f1f1;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -ms-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
}

#accordion-wohnungen .panel-title div {
  border: 1px solid #A48346;
  color: #A48346;
  display: inline-block;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 20px;
  text-align: center;
  width: 20px;
}
#accordion-wohnungen .panel-title .glyphicon {
  color: #A48346;
  font-size: 15px;
  float: right;
}

#accordion-wohnungen .panel-title a.collapsed {background-color:transparent}
#accordion-wohnungen .panel-title a.collapsed .glyphicon {transform:rotate(0deg)}
#accordion-wohnungen .panel-title a .glyphicon {transform:rotate(-90deg)}
#accordion-wohnungen .panel-title a.collapsed .glyphicon,
#accordion-wohnungen .panel-title a .glyphicon,
#accordion-wohnungen .panel-title a,
#accordion-wohnungen .panel-title a.collapsed {
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -ms-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
}

#accordion-wohnungen .collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition-duration: 0.35s;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

/*Wohnungs-Tabellen*/
#accordion-wohnungen table {font-size:14px;margin-bottom:40px}
#accordion-wohnungen table th {font-weight:normal;text-align:left}
#accordion-wohnungen table th,
#accordion-wohnungen table td {padding:10px}

#accordion-wohnungen table tbody tr {background-color:#f3f1f1}
#accordion-wohnungen table td:nth-child(3),
#accordion-wohnungen table td:nth-child(5),
#accordion-wohnungen table td:nth-child(6),
#accordion-wohnungen table td:nth-child(7),
#accordion-wohnungen table td:nth-child(8),
#accordion-wohnungen table td:nth-child(9) {text-align:center}

#accordion-wohnungen .btn.download {margin:10px 0;display:block}

#accordion-wohnungen .lightbox-thumbnail img {opacity:1}
#accordion-wohnungen .lightbox-thumbnail:hover img {opacity:0.8;transform:scale(1)}


/*=Kontaktformular*/
#kontakt label {
  cursor: pointer;
  display: block;
  font-weight: normal;
}
#kontakt div {
  margin-bottom: 20px;
}
#kontakt input {
  background-color: #f3f1f1;
  border: none;
  line-height: 47px;
  height: 47px;
  padding: 0 5px;
  width: 100%;
}
#kontakt textarea {
  background-color: #f3f1f1;
  border: none;
  padding: 1px 5px;
  width: 100%;
}
#kontakt input[type="submit"] {
  padding: 1px 35px;
  width: auto;
}
#kontakt input[type="submit"]:active,
#kontakt input[type="submit"]:hover,
#kontakt input[type="submit"]:focus {
  background-color: #FFF;
  border: 1px solid #A48346;
  padding: 0 34px;
}

#kontakt input[type="checkbox"] {
  display:none;
  width: auto;
}

#kontakt input[type="checkbox"] + label {
  cursor: pointer;
}
#kontakt input[type="checkbox"] + label span {
  background: url(../img/icon-checkbox.jpg) left top no-repeat;
  display: inline-block;
  margin: -1px 20px 0 0;
  padding: 0 0 0 20px;
  vertical-align: middle;
  height: 20px;
  width: 20px;
}
#kontakt input[type="checkbox"]:checked + label span {
  background: url(../img/icon-checkbox.jpg) -20px top no-repeat;
}

#kontakt input:active,
#kontakt input:hover,
#kontakt input:focus,
#kontakt textarea:active,
#kontakt textarea:hover,
#kontakt textarea:focus {
  background-color: #FFF;
  border: 1px solid #A48346;
  padding: 0 4px;
}
#kontakt input.contentmiss {
  border: 1px solid #ff0000;
}


/*=MEDIAQUERIES*/
@media (max-width: 1755px) {
}

/* =Desktop */
@media (max-width: 1200px) {
  #lageimg {margin-bottom:5px}
}


@media (min-width: 980px) and (max-width: 1199px) {
  #logo .logoLink {padding:20px;}
  #logo img {width:120px;}
  #logo .logoLink {padding:20px;right:0;}
  #logo img {width:120px}
  #logo.sticky .container {width:100%}

  #logo a.contactheader {top: 130px;}

}

@media (max-width: 1049px) {
  #main-menu li:first-child{margin:0 10px 0 0}
  #main-menu li:last-child{margin:0 0 0 10px}
}

@media (max-width: 1049px) {
  #main-menu li{margin:0 40px 0 0}
}

@media (max-width: 991px) {
  #main-menu li:first-child{margin:0 10px 0 0}
  #main-menu li{margin:0 10px 0 0}
  #main-menu li:last-child{margin:0 0 0 10px}
  #logo .logoLink {padding:20px;right:0;}

  #logo a.contactheader {top: 120px;}

  #logo img {width:120px}
  #logo.sticky .container {width:100%}
  #lageimg {margin-bottom:0}

  .kfw-foerderung-inset {margin-left:-10px}
  #accordion-wohnungen table th,
  #accordion-wohnungen table td {padding:4px}

}

@media (max-width: 915px) {
  #logo.sticky img {margin-top:10px;width:90px}
  #logo.sticky a {padding:20px 5px}
}


@media (max-width: 855px) {

  /*#navbar .container {width:100%}*/
  #infoterminbox .bold { font-size: 18px; }
  #infoterminbox .street { font-size: 16px; }
  #infoterminbox .date { font-size: 18px; }
  #infoterminbox > div { padding: 15px; width: 250px; }
}
/*@media (max-width: 815px) {
  #logo.sticky img {margin-top:10px;width:90px}
  #logo.sticky a {padding:20px 5px}
}*/

@media (max-width: 869px) {
  #logo.sticky img {display: none;}
}


@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .img-parallax.wozi,
  .img-parallax.bad {
    background-attachment: scroll;
  }
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

  .img-parallax.wozi,
  .img-parallax.bad {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {

  #logo.sticky img {display: block;}

  #wohnungen-carousel .carousel-control .glyphicon {display:none}

  .navbar {position:fixed!important;top:0!important}
  .nav-container  {height:0;}
  #navbar{border-bottom:2px solid #a4823c;margin-top:0}
  #main-menu {min-height:75px}
  #main-menu ul {margin:0 0 10px 0}
  #main-menu li,
  #main-menu li:first-child,
  #main-menu li:last-child {
    display: block;
    line-height: 40px;
    height: 40px;
    margin: 0;
    text-align: center;
  }
  #main-menu li a{display:block}

  #logo {position:fixed!important;top:0}
  #logo.sticky a {padding:0}
  #logo .logoLink {padding:10px 0 0;right:inherit}

  #logo a.contactheader {
    top: 100px;
    padding: 10px;
  }

  #logo img {width:100px!important}
  .collapse {display:none}
  .scroller.top{display:none}

  /*=Special Banner*/
  #banner {padding:60px 0 0 0}

  /*=Carousel Slider*/
  #lage-carousel .carousel-indicators {display:none}
  #lageimg {margin-bottom: 0}

  .kfw-foerderung-inset {width:100%}

  #infotelebox {left:auto}

  #accordion-wohnungen .btn.download {display:inline-block}
  #accordion-wohnungen tbody {
    left: 140px;
    position: absolute;
    top: 0;
  }
  #accordion-wohnungen table th {font-weight:bold}
  #accordion-wohnungen table tbody tr {background-color:inherit}
  #accordion-wohnungen table th,
  #accordion-wohnungen table td {
    display: block;
    padding: 5px;
    min-height: 33px;
  }
  #accordion-wohnungen table td {text-align:left!important}
  #accordion-wohnungen table th:nth-child(2n+1),
  #accordion-wohnungen table td:nth-child(2n+1) {background-color:#f3f1f1}


  .img-parallax.bad,
  .img-parallax.wozi {
    background-size: contain;
    height: auto!important;
    padding-top: 300px;
  }
}

@media (max-width: 480px) {

  #navbar{border-bottom:2px solid #a4823c;margin-top:10px}
  #main-menu li,
  #main-menu li:first-child,
  #main-menu li:last-child {
    display: block;
    line-height: 40px;
    height: 40px;
    margin: 0;
    text-align: center;
  }
  #main-menu li a{display:block}
  #logo {position:fixed!important;top:0}
  #logo.sticky a {padding:0;}
  #logo .logoLink {right:inherit}
  #logo img {width:100px}
  .collapse {display:none}

  /*=Special Banner*/
  #banner {padding:60px 0 0 0}

  #infotelebox {left:auto;top:-180px;}
  #infotelebox div,
  #infotelebox a {font-size:20px}
  #infotelebox a.fitText {font-size: 1.19rem;}
  #infotelebox div {padding:25px 19px;width:240px}

  .copyright {display:none}
  #nav-footer {display:block;text-align:center;margin:20px 0 10px 0}
  #nav-footer li:before {content: "";padding:0}
  #nav-footer a {font-size:1.3em;}

  .scroller.bottom {
    bottom: -80px;
    left: 0;
    right: auto;
    top: auto;
    width: 100%;
  }

  #accordion-wohnungen tbody {left:130px}
  #accordion-wohnungen .panel-title div {margin-right:5px}
  #accordion-wohnungen .panel-title a{line-height:22px;padding:13px 0}
  #accordion-wohnungen .panel-title a .glyphicon{top:0}
  #accordion-wohnungen .panel-title div{float:left;margin-right:10px}
  #accordion-wohnungen .panel-title strong{display:block}


  .img-parallax.bad,
  .img-parallax.wozi {
    background-size: contain;
    height: auto!important;
    padding-top: 180px;
  }

  #infoterminbox {
    left: 0;
    top: 65px;
    transform: rotate(0);
  }
  #infoterminbox .bold { font-size: 16px; }
  #infoterminbox .street { font-size: 15px; }
  #infoterminbox .date { font-size: 16px; }
  #infoterminbox > div { padding: 7px; width: 205px; }

}
