/*
* Table of Content
*
* - Global Rules
* - Navbar and Header
* - Jumbotron (Slider and Banners)
* - Headlines
* - Category Page
* - Footer
* - Search
* - Widgets
*/

/*
* Global Rules
*/

html,body{
	min-height: 100%;
	position: relative;
}

body{
	padding-bottom: 70px;
}

body .before-main-wrapper .header-wrapper h2{
	color:#fff;
}



.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    background: #3d5478;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    min-height: 70px;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    min-height: 250px;
}


/*
* Navbar and Header
*/

.navbar-header{
	max-width: 100%;
	float: none;
}

.navbar a.navbar-brand.logo {
	height: auto;
	padding-bottom: 15px;
}

div.navbar a.navbar-brand.logo img{
	max-width: 100%;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.nav > li > a {
	padding: 10px 5px;
	display: inline-block;
}

footer .nav > li:after{
	content: "|";
}

.nav > li:last-child:after{
	display: none;
}

#menu-menue{
	font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
}

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

.header-wrapper {
  padding: 5px 5px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #f5f5f5 !important;
}

.navbar .dropdown-menu {
	background: #fff;
  border-radius: 0px;
  border-top: none;
}

a.header-social{
  display: inline-block;
  background-color: #fff;
  padding: 7px 7px;
  vertical-align: middle;
  border-radius: 7px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  margin: 7px 0px 7px 15px;
  float: right;
  text-decoration: none;
}

a.header-social i.icon{
	margin-left: 0px;
}

@media screen and (max-width: 767px) {
	a.header-social{
		float: none;
	}

	.header-wrapper{
		text-align: center;
	}

	.nav-main .nav > li:after{
		content: "";
	}

	.nav-main .nav > li > a {
		display: block;
	}
}

/*
* Jumbotron (Slider and Banners)
*/

.container .jumbotron {
	padding:0px;
}

/*
* Headlines
*/

.archive-entry-header{
	margin-top:20px;
}

h1.entry-title {
	line-height: normal;
	margin-top: 0px;
}

h1.entry-title span{
	display: block;
  font-size: 18px;
  font-weight: 100;
  color: #000;
}

/*
* Category Page
*/

.entry-thumbnail{
	margin-bottom: 20px;
}

.entry-thumbnail img{
	border: 1px solid #3d5478;
}

.entry-summary h2{
	line-height: normal;
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 10px;
}

.entry-summary{
	margin-top: 0px;
}

article{
	margin-bottom: 30px;
}

a.read-more{
	margin-top:10px;
	display: inline-block;
}
  
/*
* Footer
*/

footer#page-footer{
	position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
}

.footer-nav li{
	display: inline;
	font-weight: 100;
}

.footer-nav li a{
	color: #fff;
}

.footer-nav li a:hover{
	background-color: transparent;
}

#page-footer .container{
	text-align: center;
}

/*
* Search
*/

#searchsubmit{
	border-radius: 0px;
}

#s{
	background-color: #f2f2f2;
  border-color: #e6e6e6;
  box-shadow: none;
}

/*
* Widgets
*/

.well{
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.well.widget{
	margin-bottom: 0px;
	padding: 10px 0px;
}

h3.widget-title{
	font-size: 140%;
	line-height: normal;
	color: #000;
}

a.orange{
	float: right;
	color: #ff9900;
}

/*
* Social Media
*/
.ff-loadmore-wrapper span.ff-btn {
    background-color: #3d5478 !important;
    text-transform: none;
}

.ff-instagram .ff-icon-inner,
.ff-twitter .ff-icon-inner,
.ff-facebook .ff-icon-inner {
    background: #3d5478 !important;
}

.ff-sc-label1 .ff-label-wrapper {
    position: relative !important;
    margin: 0 0 20px 7% !important;
}

@media(max-width:768px) {
    .ff-stream-wrapper {
        overflow-x: hidden;
    }
    .ff-item {
        margin: 0 4% !important;
        width: 90% !important;
    }
}

/*
* 3-spaltige News
*/
.vc_gitem-zone.vc-gitem-zone-height-mode-auto {
    background-position:center bottom;
    background-size: contain;
}
.vc_btn3-container.vc_btn3-left {
    text-align: center;
}


h1 {
    line-height: normal !important;
}



#rev-slider-widget-2 {
    display: none !important;
}