/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Panorama styles


/* Body and structure
-------------------------------------------------- */
body {padding-top: 40px;}

#home{background-color:#ffd000;}
#about{background-color:#c4db99;}
#kuenstler{background-color:#68a19c;}
#katalog{background-color:#008bd0;}
#info{background-color:#eb6b59;}


/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.navbar {color: #000; margin-left:-10px; margin-right:-10px;}
.navbar-inner {
    background-color:transparent;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
	border-bottom:1px solid #000;
	border-radius:0
}
.nav{ font-size:20px; font-weight:bold;}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color:transparent;
    color: #fff;
}
.navbar .nav-collapse .pull-right > li > a {
   
    padding: 9px 4px 11px;
    text-decoration: none;
    text-shadow:none;
}
.nav > li > a {
    display: block;
}

.nav-list{ margin:0;padding:0;}
.nav-list li{ list-style:none; padding:0;margin:2px 0;}
.nav-list li.active { color:#fff;}


/* Space out sub-sections more
-------------------------------------------------- */
section {
  padding-top: 30px;
}
#main-content{ text-align:center}
@media (max-width: 979px) {
/*#start-img{ width:625px;height:675px;margin:0 auto;}*/
 #main-content{width:580px; margin:0 auto}
  #main-content .start_img{width:580px;}
 .navbar .nav-collapse .nav.pull-right li {  padding:0; margin:2px 15px; font-size:16px}

 .navbar .nav-collapse .nav.pull-right > li > a{  padding:0;}
} 
@media (min-width: 767px) {
  
  .back{ display:none;}
 }
@media (min-width: 980px) {
  #main-content{width:625px; margin:0 auto}
   #main-content .start_img{width:625px;}
   .back{ display:none;} 
}
@media (max-width: 767px) {
	#main-content{width:478px; margin:0 auto}
	#home .footer{ background:url(../img/logo_provincia.png) no-repeat center 40px !important;}
	.biogr .nav-list{ display:none;}
}
@media (max-width: 480px) {
	#main-content{width:300px; margin:0 auto}
	#home .footer{ background:url(../img/logo_provincia.png) no-repeat center 40px !important;}
}

/* Footer
-------------------------------------------------- */
.footer {
  margin-top: 45px;
  margin-left:-10px;
  margin-right:-10px;
  padding: 10px 0 50px;
  border-top: 1px solid #000;
}
.footer p {
  margin-bottom: 0;
  color: #000;
  font-size:11px;
  line-height: 14px;
}
#home .footer{ background:url(../img/logo_provincia.png) no-repeat center 10px;}
