@charset "utf-8";
/* CSS Document */

.center { text-align: center; }
.transparent { background: none !important; }
.align-right { text-align: right; }
.line { border-bottom: 1px dotted #ccc; padding-bottom: 10px; margin-bottom: 10px; }

body { background: url(/img/bg.jpg); }
.container-fluid.teaser > .row-fluid, .container-fluid.teaser .wrapper { width: 667px; }
.container-fluid.teaser > .row-fluid { margin: 20px auto 0 auto; }
.container-fluid.teaser .wrapper { margin: 0 !important; }
.container-fluid.teaser .wrapper > .row-fluid:first-of-type { padding: 15px; width: auto; }
.container-fluid.teaser img.book { width: 30%; margin-top: 10px; }
.container-fluid.teaser p { width: 68%; float: right; }
.container-fluid.teaser p:first-of-type { margin-top: 10px; }
.container-fluid.teaser p:last-of-type { border-bottom: 1px dotted #ccc; padding-bottom: 10px; }
.wrapper { 
  margin-top: 20px;
  background: #FFF;
  border-radius: 15px 0 15px 15px;
  -moz-border-radius: 15px 0 15px 15px;
  -webkit-border-radius: 15px 0 15px 15px;
}
.top { padding: 15px 15px 0 15px; position: relative; }
.top .addthis_toolbox { 
  position: absolute;
  bottom: 0; 
  left: 27%;
  width: 87px;  
}
.menu ul { 
  margin-left: 15px; 
  margin-right: 15px; 
  list-style-type: none;
}
.menu ul li {
  padding: 5px 5px 5px 10px;
  margin-bottom: 3px;
  background: #177984;
  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;     
}
.menu ul li a { 
  font-size: 100%;
  font-weight: bold;
  color: #FFF;
}
.content { padding: 15px; }
.row-fluid .span12 { margin-left: 0; }
.vildferie .content .row-fluid.list { margin-bottom: 5px; }
.vildferie .content .row-fluid.list [class*="span"] {
  line-height: 19px;
}
@media (max-width: 767px) {
  .modal-body div { width: 280px !important; }
}
.footer {
  background: #177984;
  border-radius: 15px 0 15px 15px;
  -moz-border-radius: 15px 0 15px 15px;
  -webkit-border-radius: 15px 0 15px 15px;  
  min-height: 60px !important;
  margin: 15px;
  padding: 15px;
  color: #FFF;
}
.footer div .addthis_toolbox { margin: 10px 0 0 0; }
.footer div:nth-of-type(2), .footer div:nth-of-type(3) { font-size: 80%; }
.footer h6 {
  margin-top: 0;
  margin-bottom: 6px;
  color: #97eaf3;  
}
.footer a {
  color: #FFF;
  text-decoration: underline; 
}
.footer a small { font-size: 80%; }
.teaser .footer div.span3 { width: 31%; }
.teaser .footer div:nth-of-type(3) { display: none; }
@media (max-width: 767px) {
  .container-fluid.teaser > .row-fluid, .container-fluid.teaser .wrapper { width: 100%; }
  .container-fluid.teaser p:not(:first-of-type) { width: 100%; float: none; clear: both; }
  .container-fluid.teaser img.book { clear: both; } 
  .teaser .footer div.span3 { width: 100%; }
  .teaser .footer div:nth-of-type(3) { display: block !important; }
  .teaser .footer div:not(:first-of-type) { padding-top: 15px; }
}