/*
Theme Name: BootstrapWP
Theme URI: http://www.nordwerk-gmbh.dehttps://kiez-buero.de/wp-admin/theme-editor.php?file=style.css&theme=bootstrap3-wp
Author: Ch. Koplin
Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap 3
Version: 1.0
======
*/
/********************************************************
Enjoy!
********************************************************/

.page-id-3036 #main-menu {display: none;}

/* Webfont: Lato */@font-face {
    font-family: 'Lato';    
         url('assets/fonts/Lato-Regular.ttf') format('truetype');    
    font-style: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Light */@font-face {
    font-family: 'LatoLight';    
         url('assets/fonts/Lato-Hairline.ttf') format('truetype');    
    font-style: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Bold */@font-face {
    font-family: 'LatoBold';   
         url('/assets/fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Black */@font-face {
    font-family: 'LatoBlack';   
         url('assets/fonts/Lato-Black.ttf') format('truetype');
    font-style: normal;
    text-rendering: optimizeLegibility;
}

.lato>* {
	font-family: "Lato",sans-serif;	  
   font-weight: normal;
}
.latoLight {
	font-family: 'LatoLight';
	font-weight: 300;
}
.latoBold {
	font-family: 'LatoBold';
	font-weight: 700;
}
.latoBlack {
	font-family: 'LatoBlack';
	font-weight: 900;
}

body {
    font-family: 'Lato', sans-serif;
     color: #363215;
     line-height: 1.7;
}
a,
a:hover,
input[type="button"] {
	webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    color: #363215;
}
a:hover, a:focus {
	text-decoration: none;
	color: #919191 !important;
}

/*#BorlabsCookieBox a:focus{*/
/*	color: #ffffff !important;*/
/*}*/

h1, h2, h3 {
	color: #76990f;
	font-weight: 900;
	font-size: 33px;
}
.content h3 {
	font-size: 27px;
	padding-bottom: 12px;
}
p {
	font-size: 18px;
	font-weight: 400;
}
img {
	width: 100%;
	height: auto;
}
hr.grey2px {
	border-top: #bdbeb9 2px solid;
}
.mailAdBjoern:before {
	content: "bjoern.budack@kiez-buero.de";
}
.mailAdInfo:before {
	content: "info@kiez-buero.de";
}

/* ### Header ### */

.page-id-3036 .bg-3 {background: url(https://kiez-buero.de/wp-content/uploads/2021/04/hellersdorf_kontakt_bg_dark.jpg) !important;}

.navbar {
	padding-top: 12px;
	position: fixed;
   width: 100%;
	background-color: rgba(255,255,255,0.9);
}
.logo {
	width: 120px;
	height: 61px;	
}
#main-menu {
	font-size: 17px;
	margin-top: 18px;
}
.nav > li.booking-button > a,
.nav > li.probe-button > a {
	background: #76990f;
	color: #fff;
	margin-left: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.nav > li.probe-button > a {
	background: rgba(54, 51, 20,0.81);
	margin-left: 12px;	
}
.nav > li > a:hover {
	background: #aebf78;
	color: #fff !important;	
}
.menuSpan {	
    display: block;
    font-size: 18px;
    float: right;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 13px;
    color: #76990f;
}
.menuSpan:before {
    content: "\e990";
    font-family: 'fio-font';
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding-right: 0;
    color: #76990f;
}

/* ### Startseite ### */

/* # FullsizePic # */

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
    display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}
.content-b p {
	width: 60%;
	color: #fff;
	font-size: 65px;
	font-weight: 300;
	margin: auto;
	margin-bottom: 90px;
}
.content-b span {
	border: 1px solid #fff;
	width: 268px;
	display: block;
	margin: auto;
} 
.content-b span a.btn {
	background-color: rgba(255,255,255,0.9);
	margin: 6px 6px;
	padding: 15px 40px;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
	color: #76990f;
	font-weight: 700;
}
.content-b span a.btn:hover {
	background: #aebf78;
	color: #fff !important;	
}

.not-fullscreen {
    height:50%;
}


/* BackgroundStyles */

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5 {   
	background: url('assets/img/coworking-space.jpeg');
	-webkit-animation-name: fadeIn;
  	animation-name: fadeIn;
	animation-duration: 3s;
	overflow: hidden;
}
.bg-2 {
	background: url('assets/img/Blog.jpg');
}
.bg-3 {
	background: url('assets/img/Kontakt.jpg');
}
.bg-4 {
	background: url('assets/img/Standorte.jpg');
}
.bg-5 {
	background: url('assets/img/Wir.jpg');
}
.bg-6{
	background: url('assets/img/Headerbild_Meetingraum_Web.jpg');
}

.notFullscreen .content-b p {
	margin-top: 10%;
}

/* Preisboxen Startseite*/

.greenBG {
	color: #fff;
}
.greenBG a.location {
	background: #769a14;
	display: block;
	color: #fff;
}
.greenBG a.location:hover {
	background: #aebf78;
	color: #fff !important;
}
.greenBG img {
	border-bottom: 6px solid #eaebe6;
}
.greenBG ul {
	width: 60%;
	margin: auto;
	padding-bottom: 30px;
}
.greenBG ul li {
	font-size: 18.5px;
	text-align: left;
}
.greenBG ul li span {
	width: 50%;
	float: left;
}
.greenBG ul li.locName {
	font-weight: 900;
	font-size: 28px !important;
	padding-top: 42px;
	text-transform: uppercase;
	text-align: center;
}
.greenBG ul li.locStreet {	
	text-align: center;
}
.locHr {
	padding-top: 20px;
	padding-bottom: 20px;
}
.locHr hr {
	width: 80%;
	margin: auto;
	border-top: #91b436 2px solid;
}
.locPoDesk {
	padding-top: 10px;
}
.lounge {	
   width: 116px;
   margin-top: 15px;
   margin-bottom: 7px;
}

/* Buttons */
@media (min-width: 992px) {
	.greenBG span.whiteBorder,
    .whiteSection span.greenBorder {
	    width: 81%;
	}
}
.greenBG span.whiteBorder,
.whiteSection span.greenBorder {
   border: 1px solid rgba(255,255,255,0.6);
   margin: auto;
   padding: 4px;
   display: inline-block;
   width: 60%;
}
.greenBG .btn,
.whiteSection .btn.btn-green {
	background-color: rgba(255,255,255,0.6);
	color: #769a14;
	padding: 9px 24px;
	display: block;
}
.whiteSection .btn.btn-green,
.blog .btn.btn-green,
.ninja-forms-field.btn.nf-element
 {
	background-color: rgba(118,154,20,1);
	color: #fff;	
	display: block;
}
.whiteSection .btn.btn-green {
	letter-spacing: 4px;
}
.whiteSection .btn.btn-green:hover,
.blog .btn.btn-green:hover,
#nf-field-4:hover,
#nf-field-40:hover,
.whiteSection.TestDay .btn.btn-green:hover {
	background-color: rgba(118,154,20,0.6);
	color: #fff !important;	
}
.whiteSection span.greenBorder {
	border: 1px solid rgba(118,154,20,0.6);
	display: block;
}
.whiteSection.TestDay span.greenBorder {
	border: 1px solid rgba(118,154,20,0.6);
   width: 410px;
} 
.whiteSection.TestDay .btn.btn-green {
	font-size: 21px;
	background-color: rgba(54, 51, 20,0.81);
} 

.blog .btn.btn-green {
	text-transform: uppercase;
	letter-spacing: 1.1px;
	font-size: 16px;
	margin: 4px;
}
.blog span.greenBorder {
	border: 1px solid rgba(118,154,20,0.6);
   width: 155px;
   display: block;
}

/* ServiceSection */

.serviceSection i.fa {
	font-size: 60px;
	color: #363215;
	padding-bottom: 10px;
}
.berlinStreet {
	background: url('assets/img/kooperationspartner.jpeg');
}

/* ### Blog ### */

.blog >* {
	letter-spacing: normal;
}
.widget ul {
	margin-left: 0;
	padding-left: 0;
}
.widget ul li {
	list-style: none;
	border-bottom: 2px rgba(255,255,255,0.2) solid;
	padding-bottom: 9px;
	padding-top: 9px;
}
.widget ul li a {
	color: #fff;
	font-size: 18px;
}
.widget_categories .widget-title,
.autorHeadline,
.autorName {
	font-weight: 600;
	letter-spacing: 2.1px;
	padding-bottom: 20px;
}
.autorName {
	letter-spacing: 1.1px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget_categories {
	padding: 50px 30px;	
   background-color: #363314;
   color: #fff;
}
.blogAutor {
	background: #eaebe6;
}
.autorHeadline {
	letter-spacing: 2.1px;
	font-weight: 600;
	padding-bottom: 20px;	
}
.konterfei {
	width: 150px;
	height: 150px;
	margin: auto;
	border-radius: 50%;
	background: url('/wp-content/uploads/2021/05/Bjoern-Budack.png');
}
.konterfei img {
	width: auto;
}
.laura {
	background: url('assets/img/bjoern-budack-kl-2.png');
}
.blog .well {
	margin-top: 115px;
}

/* ### Kontakt ### */

.nf-element {
	padding: 9px 12px;
	font-size: 16px;
}
.nf-field-container {
	margin-bottom: 10px !important;
}
#nf-field-7-wrap .nf-field-element,
#nf-field-41-wrap .nf-field-element {
	width: 3%;
	float: left;
	padding-top: 3px;
	margin-right: 12px;
}
#nf-field-7-wrap .nf-field-description,
#nf-field-41-wrap .nf-field-description {
	width: 90%;
	float: left;
	font-size: 15px;
	line-height: 1.2;
}
#nf-field-4-container {
	padding-top: 20px;
}
#nf-field-4,
#nf-field-40 {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 20px;
	padding-right: 20px;
}
.contact .greySection {
	height: 436px;
	padding: 60px;
	letter-spacing: 1px;
}
.contact ul.adress li:nth-of-type(1) {
	font-size: 18px;
	letter-spacing: 1.5px;
	font-weight: 600;
	text-transform: uppercase;
}
.contact ul li:nth-of-type(2),
.contact ul li:nth-of-type(5) {
	padding-bottom: 30px;
}
.contact ul li:nth-of-type(8) a {
	color: #76990f;
	font-weight: 600;
}
.contact .adress li {
	font-size: 16px;
}
input {
	border: 1px solid #c9c9c9;
	background: #fff;
}

/* ### Standorte ### */

.location,
.location p {	
	font-size: 20px;
}

.location .greenFont {
	font-size: 25px;
	letter-spacing: 1px;
}
.location .greySection {
	padding: 80px 50px 50px;
}
.advantages {
	min-height: 455px;
}
.advantages ul {
	padding-left: 18px;
}
.fa-thumbs-up {
	font-size: 39px !important;
	color: #76990f;
}
.pluses {
	color: #fff;
	min-height: 350px;
}
.pluses ul {
	padding-top: 50px;
	padding-left: 20px;
}
.pluses ul li:before {
    color: #76990f;
    content: "\f067";
    font-family: FontAwesome;
    text-decoration: none;
    margin-right: 12px;
}

/* ### Footer ### */
footer {
	background: #76990f;
	padding-top: 100px;
	padding-bottom: 30px;
	color: #fff;
}
footer .footerHL {
	font-weight: 900;
	font-size: 33px;
	color: rgba(255,255,255,0.9);
	letter-spacing: 1.5px;
}
footer .lastLine p {
	font-size: 15px;
}
footer .lastLine a {
	color: #fff;
	padding-left: 21px;
}
footer .btn {
	background-color: rgba(255,255,255,0.6);
	color: #769a14;
	padding: 9px 24px;
	margin: 6px;
	letter-spacing: 1px;
	font-size: 16px;
}
footer .rightBtn a {
	letter-spacing: 4px;
}
footer .btn:hover {
	background: #aebf78;
   color: #fff !important;
}
footer span.whiteBorder {
   border: 1px solid rgba(255,255,255,0.6);
   display: inline-block;
}
span.whiteBorder:nth-child(2){
	margin-top: -6px;
}
/*
footer span.whiteBorder.rightBtn {
	width: auto;
}*/
footer .fa, .social a {
	font-size: 30px;
	margin-left: 30px;
	margin-top: 30px;
	color: rgba(255,255,255,0.8);
}
footer a .fa:nth-of-type(1), .social a:nth-of-type(1) {
	margin-left: 0;
}

.greySection {
	background: #eaebe6;
}
.greenFont, .greenFont a {
	color: #76990f;
}
.lb22 {
	font-weight: 800;
	font-size: 22px;
}
.brownSection {
	background: #363314;
}
.bTB {
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}
.mB15 {margin-bottom: 15px;}
.mB20 {margin-bottom: 20px;}
.mB30 {margin-bottom: 30px;}
.mB50 {margin-bottom: 50px;}

.mTB50 {margin-bottom: 50px; margin-top: 50px;}
.mTB30 {margin-bottom: 30px; margin-top: 30px;}
.mTB20 {margin-bottom: 20px; margin-top: 20px;}
.mTB15 {margin-bottom: 15px; margin-top: 15px;}

.mT100 {margin-top: 100px !important;}
.mT50 {margin-top: 50px !important;}
.mT30 {margin-top: 30px;}
.mT20 {margin-top: 20px;}
.mT15 {margin-top: 15px;}

.pTB50 {padding-bottom: 50px; padding-top: 50px;}
.pTB30 {padding-bottom: 30px; padding-top: 30px;}
.pTB20 {padding-bottom: 20px; padding-top: 20px;}
.pTB15 {padding-bottom: 15px; padding-top: 15px;}

.pT50B30 {padding-bottom: 30px; padding-top: 50px;}
.pT30B50 {padding-bottom: 50px; padding-top: 30px;}
.pT15B30 {padding-bottom: 30px; padding-top: 15px;}

.pT100 {padding-top: 100px;}
.pT50 {padding-top: 50px;}
.pT30 {padding-top: 30px;}
.pT20 {padding-top: 20px;}
.pT15 {padding-top: 15px;}

.pB100 {padding-bottom: 100px !important}
.pB80 {padding-bottom: 80px !important}
.pB50 {padding-bottom: 50px;}
.pB30 {padding-bottom: 30px;}
.pB20 {padding-bottom: 20px !important;}
.pB15 {padding-bottom: 15px;}
.pB12 {padding-bottom: 12px !important;}
.pB10 {padding-bottom: 10px !important;}

.pT80res30 {padding-top: 80px;}
.pT50res20 {padding-top: 50px;}
.pT50res30 {padding-top: 50px;}
.mT50res20 {margin-top: 50px;}
.pTB8050res30 {padding-bottom: 50px; padding-top: 80px;}
.pTB50res30 {padding-bottom: 50px; padding-top: 50px;}
.pTB80res30 {padding-bottom: 80px; padding-top: 80px;}
.pT30res10 {padding-top: 30px;}
.pT30res0 {padding-top: 30px;}
.pB30res10 {padding-bottom: 30px;}


.container-anfrageformular {
	margin: 0px auto;
	width: 700px;
	max-width: 100%;
	padding: 30px;
}



@media (max-width: 1200px) {
	.greenBG ul {
		width: 81%;	
	}	
}
@media (min-width: 991px) and (max-width: 1200px) {
	#main-menu {
    	font-size: 15px;
	}
	.nav > li > a {
		padding: 10px 10px;	
	}	
}
@media (max-width: 991px) {
	div.col-md-6:nth-child(2) {
		margin-top: 70px;
	}
	.cookie-box div.col-md-6:nth-child(2){
		margin-top: 0;
	}
	.greenBG ul {
		width: 50%;	
	}
	.greenBG span.whiteBorder,
	.whiteSection span.greenBorder {
   		width: 50%;
	}
	footer .text-left, footer > * {
		text-align: center !important;	
	}
	footer span.whiteBorder {
		margin: auto;	
	}
	.nav > li.booking-button > a,
	.nav > li.probe-button > a {
		margin-left: 0;		
      margin-top: 17px;      
      text-align: center;	
	}		
}
@media (max-width: 600px) {
	.greenBG ul {
		width: 81%;	
	}
	.greenBG span.whiteBorder,
	.whiteSection span.greenBorder {
   		width: 81%;
	}
}

@media (max-width: 480px) {
	h1, h2, h3 {
		font-size: 27px;
	}
	.content-b p {
		font-size: 33px;
		padding-top: 75px;
		line-height: 1.3;	
	}
	.content-b span a.btn {
		font-size: 18px;	
	}
	.content-b span {
		width: auto;
		padding: 4px;
	}
	.greenBG ul li.locName {
		font-size: 21px !important;	
	}
	.greenBG ul li {
		font-size: 16.5px;	
	}
	footer .rightBtn a {
		letter-spacing: 1px;	
	}/*
	footer span.whiteBorder.rightBtn {
    	width: 264px;
	}*/
	.list-inline > li {
		padding-bottom: 12px;	
	}
	.pT50, .pTB50 {
		padding-top: 30px;	
	}
	.pTB50, .pB50, .pB100 {
		padding-bottom: 30px;	
	}
	.pB100 {
		padding-bottom: 50px;	
	}
	.blog .well {
		margin-top: 30px;	
	}
	.location .greySection {
		padding: 42px 30px 30px;	
	}
	.location, .location p {
		font-size: 18px;	
	}
	.pluses ul {
		padding-left: 21px;
	}
}
div.col-md-10.col-md-offset-1.text-center.pB50 > div.col-md-6.greenBG {
	margin-bottom: 70px;
}
/*Maps Styling*/
.gm-style > div:nth-child(4) > div:nth-child(1), div.gm-style-cc:nth-child(3),
.gm-style > div:nth-child(16) > div:nth-child(1),div.gm-style-cc:nth-child(2){
    display:none;
}
.wpgmza-infowindow p.wpgmza_infowindow_title, .wpgmza_infowindow_address {
   display:none;
}
div.wpgmza_infowindow_description {
    padding: 0 20px;
}
div.wpgmza_infowindow_description, div.wpgmza_infowindow_description p, div.wpgmza-infowindow p{
    font-size: 13px;
    font-weight: 400;
    line-height: 2em !important;
}
div.maps_titel {
    font-size: 16px;
    font-weight: bold;
}
div.maps_header {
   margin-bottom: 10px;
}
div.maps_adresse{
  width: 60%;
  display: inline-block;
}
div.maps_button {
  width: 40%;
  float: right;
  padding: 10px 0;
  background-color: #7cab48;
  text-align: center;
  color: white;
}
div.maps_button:hover {
 background-color: #4f6c2e;
}
div.maps_button>a, div.maps_button>a:hover{
  padding: 10px 15px;
  color: white !important;
}
div.maps_bild {
  background-position: 0% 70%;
  background-size: cover;
  height: 120px;
  margin-bottom: 10px
}
div.maps_beschreibung {
width:300px;
}
div.wpgmza-infowindow>p {
	margin-top: 10px;
	padding-left: 20px;
	font-weight: bold;
}
.corona_sars_hinweis {
	width: 33%;
	text-align: center;
	margin: -75px auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 4px black;
	box-shadow: 4px 4px rgba(0,0,0,0.2);
}
.zweig {
	width: 50%;
	max-width: 500px;
	margin: -80px 0 -30px 0;
}
@media (max-width: 1200px) {
	.corona_sars_hinweis {
		width: 40%;
		margin-top: 55px;
		margin-bottom: -80px;
	}
}
@media (max-width: 1000px) {
	.corona_sars_hinweis {
		width: 40%;
		margin-top: 25px;
		margin-bottom: -80px;
	}
}
@media (max-width: 768px) {
	.corona_sars_hinweis {
		width: 40%;
		margin-top: 25px;
		margin-bottom: -80px;
	}
	.zweig {
		margin: -70px 0 -30px 0;
	}
}
@media (max-width: 480px) {
	.zweig {
		width: 80%;
    	margin-top: -63px;
    	margin-bottom: -40px;
	}
}
li#menu-item-3466::after {
	content: "2";
	color: white;
	background-color: #d93333;
	border-radius: 100%;
	/* height: 14px; */
	/* width: 14px; */
	display: block;
	position: absolute;
	font-size: 10px;
	/* text-align: center; */
	padding: 0px 5px;
	margin: -1px auto;
	font-weight: 800;
	top: 0px;
	right: 2px;
}
@media (max-width: 999px) {
	li#menu-item-3466::after {
		top: 4px;
		left: 50px;
		right: unset;
	}
}