/*
Theme Name: Verband bayerischer Jungjournalisten
Theme URI: http://www.vbjj.de
Author: Katharina Brunner
*/

/* Allgemein */
body {
font-family: 'Source Sans Pro','Muli', 'Open Sans', sans-serif;
font-size: 15px;
color: #636463;
margin-top: 104px;}

p {
line-height: 1.5em;
font-size: 1em;
text-align: justify;}

footer {
height: 100px;}

/* Navigation */
.navbar-inner {
margin-top: 0;
padding: 5px;
background: #dcdcdc;
text-shadow: none;
}

.navbar-brand {
color: #00A6D8;
text-shadow: none; 
font-size: 5em;
font-weight: bold;}

.navbar-brand:hover, .navbar-brand:focus {
color: #00A6D8;
text-shadow: none; 
font-size: 5em;
font-weight: bold;}

.navbar .nav {
padding-top: 25px;
float: right;
}

.navbar .nav > li{
padding:0;
}
.navbar .nav > li > .active > a {
color: #636463;
font-size: 1.5em;
border-top: 4px solid #00A6D8;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color: #dcdcdc;}

.navbar .nav > li > a {
color: #636463;
font-size: 1.7rem;
text-shadow: none;
-webkit-box-shadow: 0;
-moz-box-shadow: 0;
box-shadow: 0;
border-top: 4px solid #dcdcdc;
margin-right: 20px;
}

.active {
border-top: 4px solid #00A6D8; 
}

.navbar .nav > li > a:hover {
border-top: 4px solid #00A6D8;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
color: #636463;
}

.navbar-toggle {margin-top: 25px;}

/* Content */
.content {
margin-top: 3%;
}

.content-page {
margin-top: 10%;
}

.front {
margin-top: 100px;
height: 300px;
background: url('img/bg4.jpg');
background-size: 100%;}

.front p {
font-size: 3em;
line-height: 1.3em;
font-weight: bold;
height: 200px;
color: #ffffff;
text-shadow: 2px;
margin-left: 10%;
margin-right: 10%;
padding-top: 5%;}

.content-h2-link a {color: #636463;}
.content-h2-link a:hover {color: #636463; text-decoration: none;}

.btn-primary {
background: #00A6D8;
border: #00A6D8;}

/* Media Queries */

@media (max-width: 767px) {
	.front p {font-size: 2.5em;}
	.front {background: url('img/bg4_small.png'); height: 320px;}
}
@media (min-width: 991px)  {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding: 5px 15px;
  overflow-x: visible;
  overflow-y: auto;
  border-top: 1px solid #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}
}