/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
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 */
body{
color: #272B70;
font-size: 16px;
font-family: Arial, Tahoma, Helvetica, sans-serif;
}

/* CUSTOMIZE FONTS
-------------------------------------------------- */

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
color:#272B70;
font-family: Arial, Tahoma, Helvetica, sans-serif;
}

a {
    color: #272B70;
  }

/* NAVBAR */

.buttonmenu {
 background-color:#272B70;
 color: #fff;
 border:none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #2c3599;
}

.navbar-toggle{
background-color:#272B70;
}

.navbar-default {
    background-color:#f3f2f8;
    border: medium none;
}

.dropdown-menu {
background-color: #f3f2f8;
}

.dropdown-menu > li > a:hover{
background-color:#FFF
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
}

.lead{
    color: #333333;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
}

.logohome{
   margin-top: 10px;
}

.logo-text{
 text-align:center;
 padding-bottom:20px;
}

.tipp{
padding-top: 10px;
text-align:center;
}

.tipp > p {
    font-size: 20px;
}

.buttons-home{
margin-top:30px;
}

.buttons{
margin-top:10px;
}

.page-header {
  margin: 20px 0;

}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open {
   margin-bottom:5px;
   background-color:#272B70;
   }

/* INFO-PANEL*/
.panel-default > .panel-heading {
    background-color: #272B70;
    border-color: #dddddd;
    color: #FFF;
}

#main article {
	border-bottom: none;
}

#main article.format-standard {
	border-bottom: 1px solid #eeeeee;
}

.impressum{
	background-color:#272B70; 
	font-size:16px;
	padding:9px; 
	border-radius:4px; 
	margin-top: 3px;
}

.impressum > a{
color:#fff
}

.datenschutz{
	background-color:#272B70; 
	font-size:16px;
	padding:9px; 
	border-radius:4px; 
	margin-top: 3px;
	margin-right: 5px;
}

.datenschutz > a{
color:#fff
}

/* Kommentar-Funktion ausblenden */
#respond {
	display:none;
}

#main article.format-standard {
	border: none;
}

.blog{
margin-bottom:15px
}

.alert-info {
    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%;
}

/* NEWS_KASTEN */
#rss {
	background-color: #F3F2F8;
 	border-width:1px;
  	border-style:solid;	
	border-color:#272B70;
	margin:25px 0 
}

#rss h3 {
color:#272B70
}

#rss p {
color:#272B70
}

/* Forum Kasten */
#forum {
	background-color: #272B70;
 	border-width:1px;
  	border-style:solid;	
	border-color:#272B70;
      	margin-left:0;
       	margin-right:0;
	margin-top:15px;
}

#forum h4 {
color:#fff
}

#forum p {
color:#fff
}

#forum a {
color:#fff
}