/*
Theme Name: Red-Docs zwo WP Theme (BIC Bootstrap WP Theme)
Theme URI: http://www.zwo.de
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1zwo
Author: zwo GmbH (based on the work of Chris Barnes)
Author URI: http://www.zwo.de
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/* SCHRIFTSTYLES */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  color: #A51517;
  font-weight: normal;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #A51517;
}


/* GROSSE ÄNDERUNGEN */

body{
background: #DBE0DD;
}

a {
    color: #BD1111;
  }

.archive #main .post h3 {
    line-height: 26px;
}

#main article img {
    margin-bottom: 20px;
}

.wp-post-image{
    margin-bottom: 10px;
}

.welcome{
text-align: center;
}


/* NAVBAR */

.navbar-default {
    background-color:#A51517;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
 background-color: #bd1111;
    color: #FFF;
    font-weight:bold;
}

.dropdown-menu {
background-color: #A51517;
}

.dropdown-menu > li > a:hover{
background-color:#bd1111;
font-weight:bold;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #bd1111;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover 
 {
    background-color: #bd1111;
    color: #fff;
    font-weight:bold;
}


.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #bd1111;
    color:#fff;
}



/* NAVBAR - TOGGLE */

.navbar-toggle{
background-color:#bd1111;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #bd1111;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #bd1111;
}

.page-header {
display:none;
}

/* INTEGRATION EINES RESPONSIVE YOUTUBE VIDEOS
-------------------------------------------------- */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* GENERELL */

.center-block {
  display: block;
  margin-left: auto; 
}

/* ZWO - Anpassungen */
#carousel-example-generic {
	margin-bottom: 10px;
	margin-top: 10px;
}

.post-content img {
	margin-bottom: 10px;
}

/* NEWS_KASTEN */
#rss {
	background-color: #A51517;
 	border-width:1px;
  	border-style:solid;	
	border-color:#FFF
}

#rss h3 {
color:#FFF
}

#rss p {
color:#FFF
}

/* Blog-Styles*/
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, 
.pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #A51517;
    border-color: #ddd;
    color: #fff;
    cursor: not-allowed;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, 
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #BD1111;
    border: 1px solid #ddd;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.pagination > li > a, .pagination > li > span {
    background-color: #a90000;
    border: 1px solid #ddd;
    color: #fff;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, 
.pagination > li > span:focus {
    background-color: #BD1111;
    border: 1px solid #ddd;
    color: #FFF;
}


/* Custom Styles für ResponsiveSlides */

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 10px 0 20px 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

