/* Enter Your Custom CSS Here */

body.custom-background {
	background-position: right top !important;
}
.navbar {
  background: url(//plockbrothers.rocks/wp-content/uploads/2015/07/Homepage_BR_Tafel.jpg);
}
.focus, .our-team, .latest-news, .testimonial {
  background-color: #ece3bc;
  background: url(//plockbrothers.rocks/wp-content/uploads/2015/07/Homepage_BR.jpg);
}
#testimonials .container{
	width: 100%;
	margin-left: 0;
  	margin-right: 0;
  	padding: 0;
}
.focus-box .red-border-bottom::before,
.our-team .row > div .red-border-bottom::before{
	background: #272727 !important;	
}

/* Logo größer */
.navbar-brand{
	height: 76px;
}

/* Headerbild klarer */
.header-content-wrap{
  	background: none;
  	box-shadow: none;
}


body.custom-background {
	background-size: 100vw;
}
.header.header {
	height: 100vh;
}
@media screen and (max-width: 1100px) {
  	.header.header {
		height: 90vh;
	}
    body.custom-background {
    	background-size: 120vw;
 	}
}
@media screen and (max-width: 990px) {
  	.header.header {
		height: 80vh;
	}
    body.custom-background {
    	background-size: 140vw;
 	}
}
@media screen and (max-width: 800px) {
  	.header.header {
		height: 60vh;
	}
    body.custom-background {
    	background-size: 160vw;
/*    	background-position: 100% 30% !important; */
 	}
}
@media screen and (max-width: 600px) {
  	.header.header {
		height: 70vh;
	}
    body.custom-background {
    	background-size: 100vw;
    	background-image: url(//plockbrothers.rocks/wp-content/uploads/2015/08/Plockbrothers_Café_031.jpg) !important;
 	}
}


/* Navibereich Schriftfarbe weiß */
.navbar-inverse .navbar-nav>li>a{
  color: #dcdcdc;
}
.navbar-inverse .navbar-nav>li>a:visited{
  color:#dcdcdc;
}
.navbar-inverse .navbar-nav>li>a:hover{
  color: #c9be97;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}

/* Kompetenzenrahmen hover */
.focus-box:nth-child(4n+1) .service-icon:hover, .focus-box:nth-child(4n+2) .service-icon:hover, .focus-box:nth-child(4n+3) .service-icon:hover, .focus-box:nth-child(4n+4) .service-icon:hover{
  border-color: #c9be97;
}

.da-slider{
  transition: background-position 1.4s ease-in-out 0.3s;
}  

.metaslider{
background: url(//plockbrothers.rocks/wp-content/uploads/2015/07/Website_Tresen_010_br.png) repeat 0% 0%;
  margin-top: 2em;
}
.flex-direction-nav a {
  background: transparent url(/wp-content/uploads/2015/08/Kreidepfeil_rechts_links.png) no-repeat scroll 0px 0px !important;
  height: 40px !important;
  width: 50px !important;
}

.flex-next{
 transform: rotate(180deg); 
}
