/*
Theme Name: proCampus Templates
Author: Eduard Kosel - proCampus GmbH
*/


html #wpadminbar{
	position:fixed;
}

html{
	height: 100%;
	width: 100%;
}

body{
	background-color: #e4e8eb;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	position: relative;
	width: 100%;
}

body.admin-bar .navbar-fixed-top{
  	top: 32px !important;
}

h1,h2,h3,h4,h5,h6{
	margin-bottom: 10px;
}

h1{
	font-size: 28px;
}

h2{
	font-size: 26px;
}

a{
	color: #BD2026;
}

a:hover,
a:focus{
	color: #881e23;
}

#wrapper{
	min-height: 100%;
	width: 100%;
	padding-bottom: 304px;
}

.brand-logo{
	background-color: #FFFFFF;
	border-radius: 0 0 10px 10px;
	display: inline-block;
	padding: 20px 40px 20px;
	margin: 0 20px 20px 0;
	width: auto;
}

.brand-logo img{
	width: 200px;
	height: auto;
}

.top-menu{
	width: 100%;
	display: block;
}

.top-menu > .top-menu-nav{
	text-align: right;
}

.top-menu > .top-menu-nav > li{
	list-style-type: none;
	display: inline-block;
	padding: 32px 10px 32px;
}

.top-menu > .top-menu-nav > li > a{
	font-size: 16px;
	color: #58585B;
}

.top-menu > .top-menu-nav > li > a:hover,
.top-menu > .top-menu-nav > li > a:focus{
	color: #BD2026;
	text-decoration: none;
}

.navbar-procampus{
	border-radius: 0px;
}

.navbar-procampus{
	background-color: #BD2026;
}

.navbar-procampus .navbar-nav>li>a{
	font-weight: bold;
	color: #FFFFFF;
}

.navbar-procampus .navbar-nav>li>a:hover,
.navbar-procampus .navbar-nav>li>a:focus{
	color: #e0e0e0;
}

.navbar-procampus .navbar-nav>.active>a, .navbar-procampus .navbar-nav>.active>a:focus, .navbar-procampus .navbar-nav>.active>a:hover{
	background-color: transparent;
	color: #FFFFFF;
}

.navbar-procampus .navbar-right{
	background-color: #58585B;
}

.navbar-procampus .navbar-toggle .icon-bar{
	background-color: #FFFFFF;
}

.navbar-procampus .navbar-toggle:focus,
.navbar-procampus .navbar-toggle:hover{
	background-color: #FFFFFF;
}

.navbar-procampus .navbar-toggle:focus .icon-bar,
.navbar-procampus .navbar-toggle:hover .icon-bar{
	background-color: #BD2026;
}

footer{
	background-color: #BD2026;
	margin-top: -284px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 70px;
}

.footer ul{
	padding-left: 0px;
}

.footer ul > li{
	font-weight: bold;
	list-style-type: none;
	color: #FFFFFF;
}

.footer ul > li > a{
	color: #FFFFFF;
}

.footer ul > li > a:hover{
	color: #FFFFFF;
}

.footer-title{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.42857143;
	margin-bottom: 10px;
}

.brand-logo-footer{
	background-color: #FFFFFF;
	border-radius: 0 0 10px 10px;
	display: inline-block;
	padding: 20px 40px 20px;
	margin: -20px 20px 20px 0;
	width: auto;
}

.brand-logo-footer img{
	width: 200px;
	height: auto;
}

.procampus-category-box{
	padding: 20px;
	position: relative;
	background-color: #BD2026;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}

.procampus-category-box > span{
	font-size: 60px;
}

.procampus-category-box > div{
	padding: 10px 0 0;
	font-size: 30px;
}

.table{
	background: #FFF;
}

.badge{
	background-color: #BD2026;
}

.page-title-wrapper{
	padding: 10px 15px 13px;
	background-color: #58585B;
	color: #FFFFFF;
}

.page-title{
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.42857143;
}

.page-content{
	margin-top: 20px;
}

.no-padding{
	padding: 0px !important;
}

.btn{
	border-radius: 0px;
}

.btn-procampus {
	color: #FFF;
	background-color: #BD2026;
	border-color: #BD2026;
}

.btn-procampus:hover,
.btn-procampus:focus{
	color: #FFF;
	background-color: #881e23;
	border-color: #881e23;
}

@media screen and (max-width: 782px){
  	body.admin-bar .navbar-fixed-top{
    	top: 46px !important;
  	}
}

.bold{
	font-weight: bold !important;
}

.uppercase{
	text-transform: uppercase !important;
}

.text-oblique{
	font-style: italic;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.brand-logo-footer{
		width: 100%;
		margin-top: 20px;
		border-radius: 10px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.brand-logo{
		width: 100%;
		text-align: center;
	}

	.brand-logo img{
		margin-left: auto;
		margin-right: auto;
	}

	.top-menu > .top-menu-nav{
		margin-bottom: 0px;
	}

	.top-menu > .top-menu-nav > li{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}



/*WP STANDARD STYLES */
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone {
	/* not sure about this one */
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}