/** 
 *
 *  Ferienhaus Albatros CSS Document 
 *  
 *  brown = #391400;  
 *  
**/

@font-face {
  font-family: 'Source Sans Pro';
	src: url('../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;  
}

@font-face {
  font-family: 'Source Sans Pro';
	src: url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;  
}

@font-face {
  font-family: 'Source Sans Pro';
	src: url('../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;  
}

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #391400;
  background-color: #fff;
}

a {
  color: #391400;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #391400;
  text-decoration: underline;
}

a.textlink {
  font-weight: 600;
}

.btn-albatros {
  background: #391400;
  color: #fff;
}

.bg-brown {
  background: #391400;
  color: #fff;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.layout-spacer {
  height: 100px;
}

@media only screen and (max-width:480px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  .layout-spacer {
    height: 60px;
  }  
}

.container img,
.container-fluid img {
  max-width: 100%;
}




/* default galleries */

.photo {
  background: #efefef;
  border: solid 1px #ddd;
  padding: 5px;
  box-shadow: 0px 2px 3px #999;
}

.gallery {}

.gallery .photo {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 23.5%;
  height: auto;
}

@media only screen and (max-width:768px) {
  .gallery .photo {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 30.5%;
    height: auto;
  }
}

@media only screen and (max-width:480px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  .gallery .photo {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 45%;
    height: auto;
  }
}





/* page header styles */

.document-header {
  background: #fff;
}

.document-header .logo {
  text-align: center;
}

.document-header .logo img {
  margin-top: 50px;
  margin-bottom: 50px;
}

.document-header .images img {
  max-width: 100%;  
}

.document-header .images .home-img-desktop {
  display: block;
}

.document-header .images .home-img-mobile {
  display: none;
}

.document-header .headline h1 {
  text-align: center;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing: 1px;
  margin: 1.25em auto;
}

.document-header .borderline {
  border-bottom: solid 1px #391400;
}

@media only screen and (max-width:768px) {
  .navbar-header {
    min-height: 140px;
    border-bottom: solid 2px #391400;
  }
  
  .document-header .logo img {
    max-width: 200px;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  
  .document-header .images .home-img-desktop {
    display: none;
  }
  
  .document-header .images .home-img-mobile {
    display: block;
  }
  
  .document-header .headline {
    border-bottom: solid 1px #391400;   /* adding borderline for mobiles .. */
  }
  
  .document-header .headline h1 {
    font-size: 2.25em;
    line-height: 1.1em; 
  }
}

@media only screen and (max-width:480px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {

  .navbar-header {
    min-height: 120px;
    border-bottom: solid 2px #391400;
  }
  
  .document-header .logo img {
    max-width: 160px;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .document-header .images .home-img-desktop {
    display: none;
  }
  
  .document-header .images .home-img-mobile {
    display: block;
  }
  
  .document-header .headline {
    border-bottom: solid 1px #391400;   /* adding borderline for mobiles .. */
  }
  
  .document-header .headline h1 {
    font-size: 2.25em;
    line-height: 1.1em; 
  }
}

/* on scoll fixing navbar styles */
.document-header-fixed {            /* not needed !!!! */
  width: 100%;
  background: #fff; 
  position: fixed;
  z-index: 999;
  top: 0;
  text-align: center;
}


/* page navbar styles */

.navbar-toggle {
  border: none;
  border-radius: 6px;
}

.navbar-toggle:hover {
  color: #391400;
}

nav.navbar-albatros {
  background: #391400 url('../img/bg-navbar.jpg') repeat-x;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
}

.navbar-albatros-mobile {
  display: none;
  background: #fff;
}

@media only screen and (max-width:768px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  nav.navbar-albatros {
    display: none;
  }
  .navbar-albatros-mobile {
    display: block;
  }
}

nav .nav li a {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 4px #000;
}

nav .nav li a,
nav .nav li a:link,
nav .nav li a:visited {
  color: #fff;
}

nav .nav li a:active,
nav .nav li a:hover {
  color: #fff;
  background: transparent url('../img/bg-navbar-active.png');
}

nav .nav li.active a {
  color: #fff;
  background: transparent url('../img/bg-navbar-active.png');
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li >a:hover {
  color: #fff;
  background: transparent url('../img/bg-navbar-active.png'); 
  transition: opacity 1s ease-in-out; 
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background: transparent url('../img/bg-navbar-active.png');  
}

/* collapsed navbar menu for mobiles */
.navbar-default .navbar-collapse {
  border: none;
}

.navbar-collapse a,
.navbar-collapse a:link,
.navbar-collapse a:visited {
  background: #391400;
  text-align: center;
}





/* document content elements */

/* document home galleries */

/* document home gallery 1 */
.home-gallery-1 {
  margin-top: 2em;
  padding-left: 15px;
  padding-right: 15px;
}

.home-gallery-1 .home-gallery-pic-small,
.home-gallery-1 .home-gallery-pic-medium {
  max-width: 100%;
}

.home-gallery-1 .col-sm-2 .home-gallery-pic-small {
  display: inline;
  float: left;
}

.home-gallery-1 img {
  border: solid 1px #fff;
}



.home-gallery-1 .g-col-1 {
  max-width: 210px;
  margin-right: 10px;
  float: left;
}

.home-gallery-1 .g-col-1 img {
  margin-bottom: 24px;
}

.home-gallery-1 .g-col-2 {
  max-width: 444px;
  float: left;
}

.home-gallery-1 .g-col-3 {
  max-width: 450px;
  float: left;
}

.home-gallery-1 .g-col-3 img {
  max-width: 210px;
  margin-bottom: 24px;
  margin-left: 10px;
}

.home-gallery-1 .left-img {}

.home-gallery-1 .right-img {}

.home-gallery-1 .g-col-break {
  display: none;
}

@media only screen and (max-width:768px) {
  
  .home-gallery-1 {
    /* background: #391400; */
    padding-top: 1em;
    padding-bottom: 0.8em;
  }
  
  .home-gallery-1 .g-col-break {
    display: block;
    clear: both;
  }
  
  .home-gallery-1 .g-col-1,
  .home-gallery-1 .g-col-2,
  .home-gallery-1 .g-col-3 {
    max-width: 40%;
    display: inline;
    float: left;
  }
  
  .home-gallery-1 .g-col-1 img,
  .home-gallery-1 .g-col-2 img,
  .home-gallery-1 .g-col-3 img {
    max-width: 200px;
    margin: 0;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  
  .home-gallery-1 .g-col-1 {
    max-width: 34.5%;
  }
  
  .home-gallery-1 .g-col-1 img {
    max-width: 220px;    
  } 
  
  .home-gallery-1 .g-col-2 img {
    max-width: 445px;    
  }   
  
  .home-gallery-1 .g-col-3 {
    display: block;
    clear: both;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .home-gallery-1 .g-col-3 img {
    max-width: 24%;
  }    
}

@media only screen and (max-width:480px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  
  .home-gallery-1 .g-col-break {
    display: block;
    clear: both;
  }
  
  .home-gallery-1 .g-col-1 {
    display: inline;
    float: left;
    max-width: 40%;
    margin: 0;
    padding: 0;
  }
  
  .home-gallery-1 .g-col-1 img,
  .home-gallery-1 .g-col-2 img,
  .home-gallery-1 .g-col-3 img {
    margin: 0;
    padding: 0;
    float: left;
  }
  
  .home-gallery-1 .g-col-1 img {
    max-width: 74%;
    margin-bottom: 5px;
  }
  
  .home-gallery-1 .g-col-2 {}
  
  .home-gallery-1 .g-col-2 img {
    max-width: 152%;  
    margin-left: -2px;  
  } 
  
  .home-gallery-1 .g-col-3 {
    display: block;
    clear: both;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .home-gallery-1 .g-col-3 img {
    max-width: 50%;
    margin-right: 5x;
    margin-bottom: 5px;
  }
  
}


/* document home gallery 2 */
.home-gallery-2 {
  margin-top: 2em;
  padding-left: 15px;
  padding-right: 15px;
}

.home-gallery-2 .home-gallery-pic-small,
.home-gallery-2 .home-gallery-pic-medium {
  max-width: 100%;
}

.home-gallery-2 .col-sm-2 .home-gallery-pic-small {
  display: inline;
  float: left;
}

.home-gallery-2 img {
  border: solid 1px #fff;
}

.home-gallery-2 .g-col-1 {
  max-width: 734px;
  margin-right: 7px;
  float: left;
}

.home-gallery-2 .g-col-1 img {
  margin-bottom: 10px;
}

.home-gallery-2 .g-col-2 {
  max-width: 360px;
  float: left;
}

.home-gallery-2 .g-col-2 img {
  margin-bottom: 7px;
}


@media only screen and (max-width:768px) {
  
  .home-gallery-2 .g-col-1,
  .home-gallery-2 .g-col-2 {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .home-gallery-2 .g-col-1 img,
  .home-gallery-2 .g-col-2 img {
    max-width: 100%;
    margin: 0;
  }
  
  .home-gallery-2 .g-col-2 img {
    max-width: 50%;
    float: left;
  }
}


@media only screen and (max-width:480px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  
  .home-gallery-2 .g-col-1,
  .home-gallery-2 .g-col-2 {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .home-gallery-2 .g-col-1 img,
  .home-gallery-2 .g-col-2 img {
    max-width: 100%;
    margin: 0;
  }
}



.read-more {
  text-align: left;
}

.read-more a,
.read-more a:hover,
.read-more a:active,
.read-more a:visited {
  display: inline-block;
  background: #391400;
  color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 10px 20px;
}

@media only screen and (max-width:480px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  .read-more {
    text-align: center;
  }
}





/* booking */

.booking-teaser {
  background: #391400;
  padding: 80px 80px 30px 67px;
  color: #fff;
}

.booking-teaser a {
  color: #fff;
  text-decoration: none;
}

.moewe {
  position: absolute;
  float: right; 
  width: 300px; 
  right: -200px;
  bottom: -20px;
}

@media only screen and (max-width:768px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  .booking-teaser {
    padding: 40px 20px;
  }
  
  .moewe {
    display: none;
  }
}

.booking-prices {}

.booking-prices .pricelist {
  width: auto;
  border: none;
}

.booking-prices .pricelist td {
  padding: 5px 0;
  vertical-align: top;
}

.booking-prices .pricelist td.season {
  padding-right: 50px;
}

.booking-prices .pricelist td.price {}



/* booking page - ZIBEPLA Belegungsplan CSS overrides ... */

#zibepla {
  width: 100%;
  overflow: auto;
}

#zibepla * {
	font-size: 14px !important;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	text-align: left !important;
}

#zibepla h1 {
  margin-bottom: 1em;
}

#zibepla tr {
  border-bottom: solid 1px #fff;
}

#zibepla td.z-month {
	padding: 10px 6px !important;
  border-right: solid 1px #fff;
}

#zibepla td.z-day {
	padding: 5px 1px !important;
  text-align: center !important;
}

#zibepla td {
   border-right: solid 1px #fff;
   text-align: center !important;  
}

#zibepla #z-login-form {}

#zibepla #z-login-form input#z-name,
#zibepla #z-login-form input#z-password {
  height: 26px;
  font-size: 14px !important;
  line-height: 16px;
  color: #391400;
}

#zibepla #z-login-form input#z-login-go,
#zibepla #z-login-form input#z-cancel {
  background-color: #391400;
  color: #fff;
  padding: 6px 3px;
}




/* booking form */

.bookingform-info {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px;
}

form[name="bookingform"] {
  margin-top: 0;
  padding-top: 0;
}

form[name="bookingform"] #email-address {
  display: none;
}

form[name="bookingform"] .input-large {
  height: 200px;
}

form[name="bookingform"] .btn-albatros {
  background: #391400;
  color: #fff;
}

/* booking form datepicker CSS override ... */

.datepicker {
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}



/* contactform */

form[name="contactform"] #email-address {
  display: none;
}

form[name="contactform"] .input-large {
  height: 250px;
}

form[name="contactform"] .btn-albatros {
  background: #391400;
  color: #fff;
}






.footer-logo {
  width: 240px;
  height: 240px;
  border-radius: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  background: #fff;
  position: absolute;
  margin-top: -35px;
  right: 20%;
  line-height: 300px;
  text-align: center;
  display: none;    /* ----- turned off ------- */
}

.footer-image {
  margin-top: 6em;
}

.footer-image img {
  max-width: 100%;
}


footer {
  background: #fff;
  margin-bottom: 2em;
}

footer .footer-headline {
  font-size: 3em;
  line-height: 1.65em;
  font-weight: 300;
}

@media only screen and (max-width:768px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  
  footer .footer-headline {
    font-size: 2.25em;
    line-height: 1.1em;  
  }
}



.scroll-top {
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
  /**
  transition-property: width;
  transition-duration: 2s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
  **/
}


/* Cookie notification */
#cookie-notification {
  background: rgba(0,0,0,1);
  color: #fff !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  padding: 15px;
  display: none;
  font-size: .8em;
  text-align: center;
}

#cookie-notification a {
  background: #391400;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;  
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  margin-left: 10px;
} 

.show-cookie {
  padding-bottom: 48px;
}

@media (max-width:768px) {
  .show-cookie {
    padding-bottom: 50px;
  }
}

.nofification-text span {
  display: inline-block;
  margin-bottom: 20px;
}
