/*
Theme Name: NO/OK Bootstrap
Theme URI: http://www.nook.ch/
Description: NO/OK Bootstrap Theme
Version: 1.0
Author: Denis Grütze
Author URI: http://www.nook.ch/
*/

/* ----------------------------------
		Custom Fonts
-----------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?iez4io');
	src:url('fonts/icomoon.eot?iez4io#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?iez4io') format('truetype'),
		url('fonts/icomoon.woff?iez4io') format('woff'),
		url('fonts/icomoon.svg?iez4io#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'hind_siliguriregular';
    src: url('fonts/hindsiliguri-regular-webfont.woff2') format('woff2'),
         url('fonts/hindsiliguri-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hind_siligurilight';
    src: url('fonts/hindsiliguri-light-webfont.woff2') format('woff2'),
         url('fonts/hindsiliguri-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hind_siliguribold';
    src: url('fonts/hindsiliguri-bold-webfont.woff2') format('woff2'),
         url('fonts/hindsiliguri-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* ----------------------------------
		Custom Global Styles
-----------------------------------*/
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'hind_siligurilight', sans-serif;
	/*font-weight:400;*/
	height: 100%;
	width: 100%;
}
.tooltip {
	font-family: 'hind_siligurilight', sans-serif;
	font-size:120%;
}
/* ----------------------------------
		Custom Carousel Styles
-----------------------------------*/
.carousel {
	/* Set the carousel height here*/
	height: 100%;
	margin:0;
	overflow:hidden;
	background-color:transparent;
}
.carousel .item,
.carousel .active {
	height: 100%;
	background-color:transparent;
}

.carousel .carousel-inner {
	height: 100%;
	/*-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;*/
}
.carousel .carousel-indicators{
	/*display:none;*/
	position:absolute;
	bottom: 1px;
	text-align:center;
}
.carousel .carousel-indicators li {
	text-align:center;
	text-indent: 0;
	margin: 0;
	margin-left:10px !important;
	margin-right:10px !important;
	width: 15px;
	height: 15px;
	border: none;
	border-radius: 50%;
	line-height: 30px;
	color: #000;
	background-color:rgba(255,255,255,1);
	transition: all 0.25s ease;
	/*
	border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	*/
	 -webkit-box-shadow: 0 4px 8px -4px #000000;
	-moz-box-shadow: 0 4px 8px -4px #000000;
	box-shadow: 0 4px 8px -4px #000000;
}
.carousel .carousel-indicators li.active,
.carousel .carousel-indicators li:hover {
	margin: 0;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color:rgba(0,0,0,1);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.carousel .carousel-caption {
	/*position:relative;
	 display:table-cell;
  vertical-align:middle;*/
	
	top: 0;
	right:0;
	left:0;
	bottom:0;
	width: 100%;
	height:100%;
	padding:0;
	
	text-align:center;
	font-family: 'hind_siligurilight';
	font-size:100%;
	color:#ffffff;
	/*border:1px dotted red;*/
	
	 display: table;
}


.caption-middle {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
	/*border:5px dashed green;*/
}
.caption-bottom {
    display: table-cell;
    vertical-align:bottom;
    margin: 0 auto;
	/*border:5px dashed green;*/
}
.caption-bottom img {
	width:400px;
	height:auto;
	}
.caption-top {
	display: table-cell;
	text-align:center;
	vertical-align: top;
	margin: 0 auto;
	padding-top:50px;
	padding-left:0px;
	/*border:5px dashed white;*/
}
.caption-top img {
	width:280px;
	/*border:5px dashed white;*/
}

.carousel .carousel-caption h1 {
	font-family: 'hind_siligurilight';
	font-size:1000%;
	text-align:center;
	color:#ffffff;
	/*line-height:137%;*/
	padding:0;
	margin:0;
	
}

/* Workaround for Internet Explorer 10 and above */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.carousel .carousel-caption h1 {
		margin-bottom:1px;
	}
}
.carousel .carousel-caption p {
	font-family: 'hind_siligurilight';
	font-size:300%;
	text-align:center;
	color:#ffffff;
	
	text-shadow: none;
	
}
.carousel .carousel-caption p b {
	font-family: 'hind_siliguriregular';
	font-weight:bold;
	/*font-size:300%;
	text-align:center;
	color:#ffffff;
	
	text-shadow: none;*/
	
}
.carousel .carousel-caption span.blackBg {
	display:none;
	
	
	/*background-color:rgba(0,0,0,0.7);*/
	padding:3px;
	margin:0;
	/*white-space:pre-wrap;*/
	text-shadow: 0 0 10px rgba(0,0,0,0.5), 0 0 10px rgba(0,0,0,0.5), 0 0 10px rgba(0,0,0,0.5);
}

.carousel .carousel-caption span.blackText {
	/*background-color:rgba(0,0,0,0.7);*/
	color:#333;
	padding:3px;
	margin:0;
	/*white-space:pre-wrap;*/
	/*text-shadow: 0 0 10px rgba(255,255,255,0.5), 0 0 10px rgba(0,0,0,0.5), 0 0 10px rgba(0,0,0,0.5);*/
}
.carousel .carousel-caption span.whiteBg {
	/*background-color:rgba(0,0,0,0.7);*/
	color:#333;
	padding:3px;
	margin:0;
	/*white-space:pre-wrap;*/
	text-shadow: 0 0 10px rgba(255,255,255,0.5), 0 0 10px rgba(255,255,255,0.5), 0 0 10px rgba(255,255,255,0.5);
}

.carousel-control.left,
.carousel-control.right {
	display:none;
	background-image: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right{
	font-size: 90px;
	line-height: 90px;
}
/* Carousel Fade Snimation */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* Background images are set within the HTML using inline CSS, not here */
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
/* Blur for Carousel Background Images */
.blur {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
}

/* ----------------------------------
		Custom Footer Styles
-----------------------------------*/
.footer {
	margin:0;
	padding:0;
	padding-top:10px;;
	padding-bottom: 10px;
	display:block;
	background-color:#342516;
}
.footer .container {
	width:100%;
	margin:0;
	padding:0;
}
.footer .row {
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
.footer p {
	margin:0;
	padding:0;
	font-size:140%;
	color:#ffffff;
}
.footer a {
	color:#E1E1E1;
	text-decoration:none;
	cursor:pointer;
}
.footer a i{
	color:#E1E1E1;
	text-decoration:none;
	cursor:pointer;
	
	margin:10px;
	margin-top:0;
	margin-right:5px;
	padding:0;
}
.footer a i:hover{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	
	margin:10px;
	margin-top:0;
	margin-right:5px;
	padding:0;
}
.footer .tooltip.left .tooltip-arrow,
.footer .tooltip.right .tooltip-arrow {
	background-color:#222;
	color:#222;
	border-left-color:#fff;

}
.footer .tooltip  .tooltip-inner {
	background-color:#fff;
	color:#222;
}
/* ----------------------------------
		Custom Address Styles
-----------------------------------*/
address i,
address i:first-child{
	margin:0;
	vertical-align:middle;
}
/* ----------------------------------
		Custom Horizontal Ruler Styles
-----------------------------------*/
.container hr {
	/*border: 1px solid red;*/
	margin-top:20px;
	margin-bottom:20px;
}
/* ----------------------------------
		Custom Headline Styles
-----------------------------------*/
h1.sectionHeadline {
	font-family: 'hind_siligurilight';
	font-size:300%;
	line-height:normal;
	line-height:1;
	text-align:left;

	padding:0 !important;

	
}

/* ----------------------------------
		Custom Blockqoute Styles
-----------------------------------*/
blockquote {
	border-left: none;
}
blockquote p:before {
	content: "\f10d"; 
	font-family: FontAwesome;
	float: left;
	margin-right: 10px;
}
blockquote p:after {
	content: "\f10e";
	font-family: FontAwesome;
	/*float: left;*/
	margin-left: 10px;
}

.modal-content textarea {
	resize: none;
}

/* ----------------------------------
		Custom .pageSection Styles
-----------------------------------*/
.pageSection {
	width:100%;
	height:auto;
	/*min-height:100%;*/
	padding:0;
	margin:0;
	/*border: 5px solid red;*/
	
		
}
.pageSection .container {
	width:100%;
	height:auto;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

.pageSection-last {
	border-bottom: none;
}
.pageSection-first {
	border-bottom: none;
	padding-bottom:0px;
}
.pageSection p {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
}
/* ----------------------------------
		Custom #displaySection Styles
-----------------------------------*/
#displaySection-0 {
	padding-top:0px;
	/* set home page carousel here */
	height:75% !important;
}
body.post #displaySection-0,
body.page #displaySection-0 {
	padding-top:0px;
	/* set home page carousel here */
	height:0 !important;
}
#displaySection-2 {
	background-color:#e7ddca;
}
#displaySection-4 {
	background-color:#e7ddca;
}
#displaySection-6 {
	background-color:#e7ddca;
}
#displaySection-5 {
	/*background-color:#f5e3b4;*/
}

/* ----------------------------------
		Custom Color Styles
-----------------------------------*/

.nav li,
.nav a {
	/*font-size:110%;*/
	border:none;
	outline: none;
}

.navbar-brand {
	/*position:absolute;*/
	width:auto;
	height:auto;
	padding:0;
	margin:0 !important;
	outline:0;
	z-index:3;
	/*border:1px solid red;*/
}
/* Remove Outline from image when linked ! */
a.navbar-brand ,
a.navbar-brand:active,
a.navbar-brand:hover ,
a.navbar-brand:focus  {
	outline:0;
}
.menu-logo {
	width:auto;
	height:40px;
	margin:0;
	padding:0;
	outline:0;
	margin-top:-10px;
	/*border:1px solid red;*/
}
.main-navbar .navbar-nav {
	font-size:160%;
}

.post-information > div {
	padding-top:10px !important;
	padding-bottom:10px!important;
}
.post-information i.fa-clock-o{
	cursor:default;
	margin:10px;
	margin-left:0;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	color: #E1E1E1;
}
.post-information i.fa-arrow-circle-o-up,
.post-information i.fa-arrow-circle-o-down {
	cursor:default;
	margin:10px;
	/*margin-left:0;
	margin-right:0;*/
	padding-left:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	color: #E1E1E1;
}
.post-information i.fa-clock-o:hover {
	cursor:default;
	color: #000;
}
.post-information i.fa-arrow-circle-o-up:hover,
.post-information i.fa-arrow-circle-o-down:hover {
	cursor:pointer;
	color: #000;
}



ul.fa-ul li {
	padding-bottom:10px;
}
i.fa-li{
	margin-left:0;
	margin-top:-4px;
	margin-left:5px;
	padding-right:5px;
	font-size:160%;
	line-height:1em;
}



.row {
	width:92%;
	max-width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	
}

.row-fluid {
	margin-bottom:40px;
	
}

.row-no-padding {
	width:100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px !important;
	padding-right: 0px !important;

}
.row div {
	
}

.row-no-bottom-padding {
	margin-bottom:0px;
	
}

.col-no-padding {
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	
}

.project-no-padding {
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.project-no-padding-next {
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 20px !important;
}

.col-padding {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.col-no-padding .thumbnail {
	position: relative;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	border:none;
	background-color:transparent !important;
	border-right:1px solid transparent;
	border-bottom:1px solid transparent;
}

.col-padding .thumbnail {
	position: relative;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	border:none;
}

.col-no-padding .thumbnail img {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	border:none;
	/*border-radius:10px;
	border-color:transparent;*/
}
.thumbnail-no-border {
	border:none;
	padding:0;
}
.thumbnail-no-border img {
	border:none;
	margin:0;
	padding:0;
}





/* customized light nav bar style */
.navbar-light {
  background-color: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.9);
 border-bottom: none !important;
 font-weight:300;
}
.navbar-light .navbar-brand {
  color: #ffffff;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #ffffff;
}
.navbar-light .navbar-text {
  color: #ffffff;
}

.navbar-light  .navbar-nav > li > a:hover{
	color: #b1380b;
	/*font-weight:bold;*/
	/*font-weight:700;*/
	background-color:transparent;
}

.navbar-light .navbar-nav > li > a{
	color: #342516;
	font-weight:300;
	background-color:transparent;
}


.navbar-light .navbar-nav > li > .active > a{
	color: #b1380b;
	/*font-weight:bold;*/
	/*font-weight:700;*/
	background-color:transparent;
}
.navbar-light .navbar-nav > li > a:hover,
.navbar-light .navbar-nav > li > .active > a:hover{
	/*color: #ffffff;*/
	background-color:transparent;
}

.navbar-light .navbar-nav > li > a:focus,
.navbar-light .navbar-nav > .active > a:focus {
 /* color: #ffffff;*/
   background-color:transparent;
}
.navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:hover {
	color: #b1380b;
	/*font-weight:bold;*/
 /* font-weight:700;*/
  /*background-color: rgba(0,0,0,0.7);*/
 background-color:transparent;
}
.navbar-light .navbar-nav > .open > a, .navbar-light .navbar-nav > .open > a:hover, .navbar-light .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color:  #342516;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #b1380b;
	/*font-weight:bold;*/
  background-color:  transparent;
}
.navbar-light .navbar-toggle,
.navbar-inverse .navbar-toggle  {
	
  border-color:  #342516;
}
.navbar-light .navbar-toggle:hover, .navbar-light .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color:  #342516;
}
.navbar-light .navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-light .navbar-collapse,
.navbar-light .navbar-form,
.navbar-inverse .navbar-collapse,
.navbar-default .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #342516;
  border-top: none;
    box-shadow:none;
}
.navbar-light .navbar-link,
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-light .navbar-link:hover,
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse ul.dropdown-menu {
	 border: none !important;
    box-shadow:none !important;
}
.navbar-toggle {
    width: 100%;
    float: none;
    margin-right: 0;
	color:#fff;
}






/*--------------------------------------------------------------------------------------*/

/* customized nav container bar style */
.navbar-collapse{
	/*border:1px solid red;*/
	width:100%;
	margin:0;
	padding:0;
	/*border: 10px solid #4577CB !important;*/
}
.navbar-nav {
	/*-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;*/
	padding:0;
	margin:0;
	padding-top:40px;
	padding-bottom:20px;
	/*border:1px solid green;*/
}
.navbar-light .navbar-nav{
	
	
	text-align:center;
}
.navbar-inverse .container,
.navbar-light .container{
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:94%;
	/*background-color:rgba(255,0,0,0.02);*/
	
}
.navbar-inverse .navbar-nav{
	/*width:100%;
	text-align:center;*/
}

.navbar-inverse .navbar-nav > li {
	/*float: none;
	display:inline-block;
	padding:0;
	margin:0;*/
}
/*
.navbar-light .navbar-nav > li {
	float:none;
	width:auto;
	display: inline-block;
	padding:0 !important;
	margin:0 !important;
	border:1px solid blue;

}
*/
/* customized inverse nav bar style */
.navbar-inverse {
	background-color: rgba(255,255,255,1);
	border-color: rgba(255,255,255,1);
	border-bottom: none !important;
	font-weight:300;
}
.navbar-inverse .navbar-brand {
	color: #342516;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #342516;
}
.navbar-inverse .navbar-text {
	color: #342516;
}
/* Default Link */
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > a {
	color: #342516;
	background-color:transparent;
}
/* Default Link - hover*/
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > a:hover{
	color: #b1380b;
	/*font-weight:bold;*/
	/*font-weight:700;*/
	background-color:transparent;
}
/* Active Link */
.navbar-inverse .navbar-nav > li > .active > a,
.navbar-inverse .navbar-nav > .active > a {
	color: #b1380b;
	/*font-weight:bold;*/
	/*font-weight:700;*/
	background-color:transparent;
}
/* Active Link - Hover*/
.navbar-inverse .navbar-nav > li > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #b1380b;
	/*font-weight:bold;*/
	background-color:transparent;
}
/* Default Link - Focus*/
.navbar-inverse .navbar-nav > li > a:focus {
	color: #342516;
	background-color:transparent;
}
/* Active Link - Focus*/
.navbar-inverse .navbar-nav > .active > a:focus{
	color: #b1380b;
	/*font-weight:bold;*/
	background-color:transparent;
}
/* Default Link - Focus + Hover*/
.navbar-inverse .navbar-nav > li > a:focus:hover {
	color: #b1380b;
	/*font-weight:bold;*/
	background-color:transparent;
}





/* ///////////////////////////// NAVIGATION POSITIONS ///////////////////////////// */
.navbar-brand {
	position: absolute;
	padding:0;
	margin:0;

	padding-top:15px;

	left: 15px;
	text-align: left;

	/*border:1px solid green;*/
}

.navbar-center  {
	position: absolute;
	padding:0;
	margin:0;
	
	text-align:center;
	/*border: 1px solid red;*/
	left:15px;
	right:15px;
}
.navbar-right {
	position: absolute;
	padding:0;
	margin:0;
	padding-top:15px;
	right:15px;
	left:auto;
	/*float:right;*/
	text-align:right;
	/*border: 1px solid blue;*/
}
.navbar-right ul.dropdown-menu li a,
.navbar-right ul.dropdown-menu li a:link,
.navbar-right ul.dropdown-menu li a:visited {

}

.navbar-right ul.dropdown-menu li a:hover {
	color: #798200;
	background:none;
	background-color:transparent;
}




.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}
.navbar{
 float:none;
  }
.main-navbar {
	/*height:90px;	*/
}

.order-demo-btn-menu {
	display:inline-block;
	background-color:rgba(80,194,236,1) !important;
	border-radius:15px !important;
	height:30px !important;
	color:#FFF  !important;
	margin-top:10px;
	padding-top:5px !important;
	
	font-family: 'hind_siliguribold';
}
.order-demo-btn {
	display:inline-block;
	background-color:rgba(80,194,236,1) !important;
	border-radius:15px !important;
	height:30px !important;
	color:#FFF  !important;
	padding-left:10px;
	padding-right:10px;
	font-family: 'hind_siliguribold';
	
	text-decoration:none;
}
.order-demo-btn:hover{
	text-decoration:none;
	background-color:rgba(67,160,199,1) !important;
}

@media (max-width: 1100px) {
	.navbar-right,
	.navbar-brand {
	display:none !important;
}
}

@media (max-width: 940px) {
	
	body.page {
		padding-top:50px;
	}
	
	
	.navbar-light,
	.navbar-inverse {
		background-color: #342516;
		border-color: #342516;
		border-bottom: none !important;
		font-weight:300;
		font-size:200%;
	}

	.navbar-nav {
		/*border:1px solid red;*/
		margin:0 !important;
		padding:0 !important;
		width:100% !important;
		
	}
	.navbar,
	.navbar .container {
		margin:0  !important;
		margin-left:0 !important;
		margin-right:0 !important;
		padding:0  !important;
		width:100%  !important; 
	}
	.navbar-collapse {
		margin:0!important;
		padding:0!important;
		margin-bottom:10px !important;
		text-align:center;
	}
	.navbar-light .navbar-toggle,
	.navbar-inverse .navbar-toggle  {
		border-color:  #342516;
	}
	.navbar-light .navbar-toggle:hover, .navbar-light .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color:  #342516;
	}

	.navbar-center  {
		/*position: realtive !important;
		display:inline-block !important;
		width:auto;*/
		position: static !important;
		display:block !important;
		text-align:center;
		/*border: 1px solid red;*/
		
		margin:0 !important;
		padding:0 !important;
		width:100% !important;
		height:auto;
		
		left:0;
		right:0;
	}
	.navbar-right {
		/*position:relative !important;
		display:inline-block !important;
		width:auto;*/
		/*padding:0 !important;
		margin:0 !important;
		
		position: static !important;
		display:block !important;
		text-align:center;*/
		/*border: 1px solid blue;
		left:0;
		right:0;
		margin-top:20px !important;*/
		/*float:left !important;*/
	}
	
	.navbar-right li.open ul.dropdown-menu li {
	
	
	color:#FFF;
	}

	
	
	.navbar-right ul.dropdown-menu li a,
	.navbar-right ul.dropdown-menu li a:link,
	.navbar-right ul.dropdown-menu li a:visited {
	font-size:180%;
	text-align:center;
	color:#FFF;
	}

	.navbar .nav > li {
		float:left;
		width:100%;
		/*display:block;*/
		/*margin:0 !important;
		padding:0 !important;*/
	  
	}
	.navbar{
		/*float:left!important;*/
	}
	.collapse{
		/*float:left!important;*/
	}
	
	
	.order-demo-btn-menu {
	
	border-radius:20px !important;
	height:40px !important;
	
	margin-top:0 !important;
	padding-top:10px !important;
	
	/*font-family: 'hind_siliguribold';*/
}
	
.navbar-inverse .navbar-nav > li {
	/*float: none;
	display:block;
	padding:0;
	margin:0;*/
	/*margin-top:5px;
	margin-bottom:5px;*/
}

.navbar-light .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a{
	color: #ffffff;
	font-weight:300;
	background-color:transparent;
	/*border:1px solid green;*/
	margin-left:15px !important;
	margin-right:15px !important;
	

}
.navbar-light .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:hover{
	color: #ffffff;
	text-decoration:underline;
}
.navbar-light .navbar-nav > li > .active > a:hover,
.navbar-inverse .navbar-nav > li > .active > a:hover,
.navbar-light .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:hover{
	color: #ffffff;
	text-decoration:underline;
}
.navbar-light .navbar-nav > li > .active > a,
.navbar-inverse .navbar-nav > li > .active > a,
.navbar-light .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a{
	color: #ffffff;
	text-decoration:none;
}

.navbar-right,
	.navbar-brand {
	display:none !important;
}

	.navbar-light .navbar-nav .open .dropdown-menu > li > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	
	.navbar-light .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-light .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		text-decoration:underline;
	}
	.navbar-light .navbar-nav .open .dropdown-menu > .active > a, .navbar-light .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-light .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ffffff;
		text-decoration:underline;
		background-color: #798200;
	}
	
	

	.dropdown-toggle,
	 .dropdown-toggle:active, .open .dropdown-toggle {
        color: #ffffff !important;
		text-decoration:underline;
		background-color: #798200;
    }
}


/*
.navbar-inverse .navbar-link {
	color:#F3C;
}
.navbar-inverse .navbar-link:hover {
	color:#996;
}

.navbar-inverse .navbar-nav > li > .active > a{
	color: #e1e1e1;
	background-color:transparent;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > .active > a:hover{
	#e1e1e1;
	background-color:transparent;
}

.navbar-inverse .navbar-nav > a,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #e1e1e1;
	background-color:transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #e1e1e1;
	background-color:#0000ff;
}
.navbar-inverse .navbar-toggle {
	border-color: rgba(0,0,0,0.7);
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: rgba(0,0,0,0.7);
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #ffffff;
}
.navbar-inverse .navbar-link {
	color: #e1e1e1;
}
.navbar-inverse .navbar-link:hover {
	color: #e1e1e1;
}
*/
/*
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	}
}
*/








a.wpIconLink:focus,
i:focus[class^="wpicon-"],
i:focus[class*=" wpicon-"]:focus,
.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
}
/* hide resize handler on input textareas */
textarea {
	resize:none;
}

address h1.address-headline {
	margin:0;
	padding:0;
	font-size:140%;
	text-align: left;
	/*border: 1px solid red;*/
}

.gm-style-iw + div {
	display: none;
}
.gm-style-iw {
	text-align:center;
}


div.circle-avatar{
/* make it responsive */
max-width: 60%;
width:60%;
height:auto;
display:block;
/* div height to be the same as width*/
padding-top:60%;

/* make it a cirkle */
border-radius:50%;
border: 5px solid #red;

/* Centering on image`s center*/
background-position-y: center;
background-position-x: center;
background-repeat: no-repeat;

/* it makes the clue thing, takes smaller dimention to fill div */
background-size: cover;

/* it is optional, for making this div centered in parent*/
margin: 0 auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}










    


object {
	pointer-events:none;
	
}
svg {
	width:100%;
	height:auto;
}


body {
	/*font-family: 'Fira Sans', sans-serif;*/
	color:#585854;
	overflow-y:scroll;
	overflow-x:hidden;
}
.carousel-caption p {
	/*font-family: 'Fira Sans', sans-serif;*/
}
.pageSection p {
	font-weight:200;
	font-size:200%;
	/*letter-spacing: -0.3px;*/
}
p.smalltext{
	font-size:180%;
}
h1.sectionHeadline {
	/*font-size:350%;
	text-align:center;*/
	/*padding-bottom:10px;*/
	/*margin-top:17.2%;*/
	margin-bottom:40px;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	width:88%;
	max-width:870px;
	font-weight:300;
	font-size: 400%;
	line-height:130%;
	color: #b1380b;
	
	
	/*color:#FF0000;*/
	/*letter-spacing: 5px;*/
/*	border: 1px solid red;*/
}

.hide-headline h1.sectionHeadline{
	display:none;
}
.hide-headline .row{
	margin-top:40px;
}

h1 {
	font-size: 300%;
	line-height:130%;
	color: #b1380b;
	/*color:#FF0000;*/
}

h2{
		font-size:260%;
	color: #b1380b;
	margin-top:0;
	padding-top:2px;
}




.pageSectionWrapper {
		/*border:5px solid green;*/
		/*width:100%;
		max-width:auto;*/
		/*display:block;*/
		width:100%;
	/*	max-width:3000px;*/
		height:100%;
		margin:0 !important;
		padding:0 !important;
		/*max-height:100%;
		overflow-y: hidden; */
		/*position:relative;
		overflow:hidden;*/
		/*float:none;*/
		float: left;
}
.pageSection {
	/*border:1px solid red;*/
	width:100%;
	height:auto;
	/*min-height:100%;
	display: block;*/
	/*overflow-y:hidden;
	float:left;
	padding:0 !important;
	margin:0 !important;*/
	display:block;
	/*border:none;*/
	position:relative;
	left:0;
	top:0;
	/*border-right:1px solid black;*/
	/*overflow-y:scroll;*/
}



.row {
	/*border: 1px solid red;*/
}

#projectHolder {
	padding:0;
	margin:0;
	border:none !important;
}

.image-box-mask {
/*
	background-color:rgba(0,0,0,0.5);
*/
	color:#ffffff;
	
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	
	width: 102%;
	height: 102%;
	position: absolute;
	overflow: hidden;
	top: -1px;
	left: -1px;
	padding:0;
	/*z-index:1;*/
	/*-webkit-transition: 1s ease-in-out;*/
	
	/*
	-webkit-transition-property:opacity;
-webkit-transition-duration:.3s;
	-webkit-transition-delay:0;
	*/
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity .3s ease-in-out 0s;
	-moz-transition: opacity .3s ease-in-out 0s;
	-o-transition: opacity .3s ease-in-out 0s;
	-ms-transition: opacity .3s ease-in-out 0s;
	transition: opacity .3s ease-in-out 0s;
	
	/*-webkit-backface-visibility: hidden;*/
}

.page .image-box-mask {
/*
	background-color:rgba(0,0,0,0.5);
*/
	color:#ffffff;
	
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	padding:0;
	/*z-index:1;*/
	/*-webkit-transition: 1s ease-in-out;*/
	
	/*
	-webkit-transition-property:opacity;
-webkit-transition-duration:.3s;
	-webkit-transition-delay:0;
	*/
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity .3s ease-in-out 0s;
	-moz-transition: opacity .3s ease-in-out 0s;
	-o-transition: opacity .3s ease-in-out 0s;
	-ms-transition: opacity .3s ease-in-out 0s;
	transition: opacity .3s ease-in-out 0s;
	
	/*-webkit-backface-visibility: hidden;*/
}


.image-box-active {
	height:100%;
}


.image-box h2,
.image-box p {
	margin: 0;
	position: relative;
	text-align: center;
}
.image-box hr,
.image-box-active hr {
	margin-top:3px;
	margin-bottom:6px;
	width:20%;
	border-bottom:2px solid white;
}
.image-box h2 {
/* font-weight: normal !important;
  //font-family: 'Nova Square', cursive;
  //font-size: 22px;
 // text-transform: uppercase;
 // background: rgba(0, 0, 0, 0.8);
 */
 
 font-weight:300;
 font-size:210%;
 
 margin-top:10%;
 
  background: transparent;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  
  -webkit-transition: .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out 0s;
  -o-transition: .3s ease-in-out 0s;
  -ms-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s;
 
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.image-box-active h2 {
	margin-top:25%;
	font-size:500% ;
	font-weight:300;
}
.image-box-active p,
.image-box p {
 /*
 	font-weight: normal !important;
	font-family: verdana, sans-serif;
	font-size: 18px;
	text-align: center;
*/

	font-weight:300;
	font-size:110%;
	color:#ffffff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	
	  -webkit-transition: .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out 0s;
  -o-transition: .3s ease-in-out 0s;
  -ms-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s;
  padding-bottom:8px !important;
}

.image-box-active p {
	padding-top:10px;
	font-size:135%;
}

.image-box {
	z-index: 9;
	cursor: default;
	overflow: hidden;
	text-align: center;
	position: relative;
	width:100%;
	height:100%;
	border:none !important;
	/*background-color:#F00;*/
	float:left !important;
}
a div.image-box {
	cursor:pointer;
}
.image-box-active img,
.image-box img {
	/*display: block;*/
	margin:0;
	padding:0;
	border:none;
	/*-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
*/
	position: relative;
	
	-webkit-transition: .3s ease-in-out 0s;
	-moz-transition:  .3s ease-in-out 0s;
	-o-transition:  .3s ease-in-out 0s;
	-ms-transition:  .3s ease-in-out 0s;
	transition:  .3s ease-in-out 0s;

	
	width: 100%;
	height: auto;
	
	top: 0px;
	left: 0px;
	/*border:none !important;*/
}
.image-box-active img,
.no-touch .image-box:hover > img,
.touch .image-box > img {
	/*-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);*/

/*
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
*/
}
.image-box-active > .image-box-mask,
.no-touch .image-box:hover > .image-box-mask,
.touch .image-box > .image-box-mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.image-box-active h2,
.image-box-active p,
.touch .image-box h2,
.touch .image-box p,
.image-box:hover h2,
.image-box:hover p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}



@media (max-width: 767px) {
	

	/*
.image-box > img,
.image-box:hover > img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.image-box > .image-box-mask,
.image-box:hover > .image-box-mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.image-box h2,
.image-box:hover h2,
.image-box p,
.image-box:hover p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
*/
}
















body.page {
	color:#FFFFFF;
	/*background-color:#222222;*/
}
body.page .pageSection {
	min-height:auto;
}
body.page #displaySection-1.pageSection,
body.page #displaySection-2.pageSection  {
	display:block;
	/*width:100%;*/
	height:auto;
	min-height:100%;
	padding:0;
	margin:0;
	border-bottom: 1px solid #000;
	/*text-align:center;*/
	/*table-layout: fixed;*/
	/*border: 1px solid red;*/
	/*background-image:url('http://www.wendepunkt.com/wp_new/wp-content/themes/wendepunkt_bootstrap/images/stripes-red-pattern.png');*/
	
}
body.page #displaySection-1.pageSection .container, 
body.page #displaySection-2.pageSection .container {
	/*width:100%;*/
	height:100%;
	padding:0px;
	display:block;
	/*vertical-align:middle;
	 table-layout: fixed;*/
}

.rowBottomPage {
	display:block;
	position:absolute;
	/*border: 1px solid red;*/
	width:100%;
	text-align:center;
	bottom:0;
	padding-bottom:80px;
}

.rowBottomPageNext {
	margin-top:80px;
	margin-bottom:80px;
}

#contact-form input,
#contact-form textarea {
	text-align:left;
	font-size:180%;
	line-height:1.3;
	padding-top:4px;
	padding-bottom:0;
	padding-left:15px;
	padding-right:15px;
	border:none;
	heigth:auto;
}
#contact-form select {
	text-align:left;
	font-size:180%;
	line-height:1;
	color:#ff9900;
	border:none;
}

#contact-form select option{
	color:#666;
}
#contact-form select option.first_item{
	color:#ff9900;
}
#contact-form .btn-infors-send {
	color: #ffffff;
	background-color: #ff9900;
	border-color:transparent;
	border-radius:20px;
	height:40px;
	font-size:230%;
	line-height:130%;
	padding-left:25px;
	padding-right:25px;
}

#contact-form .onsite_demo_extras label {
	font-size: 160%;
	font-weight:100;
	margin:0;
	padding:0;
}
#contact-form .onsite_demo_extras {
	padding-left:20px;
}
#contact-form .onsite_demo_extras div {
	width:auto !important;
	margin-right:10px;
	display:inline-block;
}
#contact-form .onsite_demo_extras div input{
	/*width:7em !important;*/
	
}
#contact-form .onsite_demo_extras div + div {
	width:auto !important;
	display:inline-block;
}
#contact-form .onsite_demo_extras div + div input {
	/*width:5em !important;*/
	
}



#contact-form ::-webkit-input-placeholder {
   color:#ff9900;
}

#contact-form :-moz-placeholder { /* Firefox 18- */
   color:#ff9900;;  
}

#contact-form ::-moz-placeholder {  /* Firefox 19+ */
   color:#ff9900;;  
}

#contact-form :-ms-input-placeholder {  
   color:#ff9900;;  
}

#contact-form .form-group {
	/*padding-top:0;*/
	margin-top:0;
	
	/*padding-bottom:0;*/
	margin-bottom:5px;
}


/* Image Swiper CSS */
#swiper.swiper-container {
	width: 100%;
	height: 400px;
	padding-bottom:60px;
	margin-bottom:60px;
	/*background-color:#222;*/
}
#swiper .swiper-slide img{
	width:auto;
	height:380px;
}
#swiper .swiper-slide {
	width: auto;
	background-position: center;
	background-size: cover;
	
	/* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 60%;
	  
	  	padding-bottom:40px !important;
}
#swiper .swiper-slide:nth-child(1n) {
	width: auto;
}
#swiper .swiper-slide p {
	/*border:1px solid white;*/
	padding-top:10px;
	width:100%;
	text-align:center;
	font-size:150%;
}



#swiper .swiper-pagination-bullet{
	background-color:#585854;
	width:10px;
	height:10px;
	margin:0;
	padding:0;
	margin-left:10px;
	margin-right:10px;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#swiper .swiper-pagination-bullet-active{
	background-color:#798200;
	margin-bottom:-5px !important;
	width:20px;
	height:20px;
}



/* Image Swiper CSS */
#swiper_experts.swiper-container {
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:40px;
	width: 100%;
	height: auto;
	/*background-color:#222;*/
}
#swiper_experts .swiper-slide img{
	width:auto;
	height:160px;
}
#swiper_experts .swiper-slide {
	width: auto;
	background-position: center;
	background-size: cover;
}
#swiper_experts .swiper-slide:nth-child(1n) {
	width: auto;
}
#swiper_experts .swiper-slide p {
	/*border:1px solid white;*/
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:20px;
	width:100%;
	text-align:center;
	/*font-size:200%;*/
}
#swiper_experts .swiper-slide p.orange {
	padding-top:0;
	padding-bottom:0px;
	color:#ff9900;
}
#swiper_experts .swiper-pagination-bullet{
	background-color:#666;
	width:10px;
	height:10px;
	margin:0;
	padding:0;
	margin-left:15px;
	margin-right:15px;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#swiper_experts .swiper-pagination-bullet-active{
	background-color:#666;
	margin-bottom:-5px !important;
	width:20px;
	height:20px;
}
#swiper_experts .img-circle {
		width:160px !important;
		height:160px !important;
        border-radius: 50%;
    }


.fullWindowBox {
	display: inline-block;
	/*border:10px solid red;*/
	width:100%;
	
	min-height:100%;
	height:100%;
	
	margin:0 !important;
	padding:0 !important;
}

p {
	color:#585854;
	/*border: 1px dotted green;*/
	margin-bottom:20px !important;
	/*color:#FF0000;*/
}
p a {
	color: #b1380b;
	text-decoration:none;
}
p a:hover,
p a:focus {
	color: #b1380b;
	text-decoration:none;
	outline:none;
}
.pageSection ul li {
	font-weight:200;
	font-size:200%;
	
	}


/*
.wpicon-wendepunkt_pfeil 001
.wpicon-wendepunkt_pfeil_left_neg 002
.wpicon-wendepunkt_pfeil_right 005
*/

.white-text {
	display:block;
	color:#ffffff;
	margin:0;
	padding:0;
}
.white-text-shadow {
	display:block;
	color:#ffffff;
	margin:0;
	padding:0;
	text-shadow: 0 0 20px rgb(0,0,0), 0 0 20px rgb(0,0,0), 0 0 20px rgb(0,0,0);
}



#infowindow_content {
	font-size:100%;
}
#infowindow_content p {
	font-size:130%;
}


.panel {
	border:none;
	}
.panel .panel-heading {
	color: #ffffff;
	background-color: #b1380b;
	border-radius:0 !important;
	}
.panel .panel-heading h4{
	font-size:200%;
}
.panel .panel-heading h4.panel-title a{
	outline:none;
	display:block !important;
	width:100%;
	text-decoration:none;
}
.panel .panel-heading h4.panel-title a:hover{
	text-decoration:none;
}
#accordion1 .panel-body p,
#accordion1 .panel-body h1 {
	padding-left:10px;
	padding-right:10px;
}
#accordion2 .panel-body p,
#accordion2 .panel-body h1 {
	padding-left:10px;
	padding-right:10px;
}
#accordion8 .panel-body p,
#accordion8 .panel-body h1 {
	padding-left:10px;
	padding-right:10px;
}

/* Only affects 1600px width and higher */
@media only screen and (min-width: 1600px){ 
body { font-size: 10px; }
.project-no-padding {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.project-no-padding-next {
	padding-top: 0px !important;
	padding-bottom: 80px !important;
}
}
/* Only affects 1200px-1600px width */
@media only screen and (max-width: 1600px){ 
body { font-size: 10px; }
.project-no-padding {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.project-no-padding-next {
	padding-top: 0px !important;
	padding-bottom: 80px !important;
}

}
/* Only affects 900px-1200px width */
@media only screen and (max-width: 1200px){ body { font-size: 10px; }}
/* Only affects 600px-900px width */
@media only screen and (max-width: 900px){ body { font-size: 10px; }}
/* Only affects 400-600px width */
@media only screen and (max-width: 600px){ 
body { font-size: 8px; }
p.smalltext{ font-size:235%; }
.project-no-padding {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.project-no-padding-next {
	padding-top: 0px !important;
	padding-bottom: 20px !important;
}
.image-box-active h2 {
	
	font-size:300%;
	
}

h1.sectionHeadline {
	/*font-size:350%;
	text-align:center;*/
	/*padding-bottom:10px;*/
	/*margin-top:17.2%;*/
	
	font-size: 280%;
	
	/*color:#FF0000;*/
	/*letter-spacing: 5px;*/
	/*border: 1px solid red;*/
}
.pageSection p,
.panel .panel-heading h4 {
	
	font-size:230%;
	/*letter-spacing: -0.3px;*/
}
.caption-bottom img {
	width:300px;
	height:auto;
	}
	.pageSection ul li {
	
	font-size:230%;
	
	}
}
/* Only affects 400px width and lower */
@media only screen and (max-width: 400px){
	body { font-size: 8px; }
	p.smalltext{ font-size:235%; }
	h1.agenturHeadline {
	/*margin-top:80px;
	font-weight:700;*/
	font-size: 500%;
}
.project-no-padding {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.project-no-padding-next {
	padding-top: 0px !important;
	padding-bottom: 20px !important;
}
.image-box-active h2 {
	
	font-size:300%;
	
}
h1.sectionHeadline {
	
	font-size: 280%;
	
}
.pageSection p,
.panel .panel-heading h4 {
	
	font-size:230%;
	/*letter-spacing: -0.3px;*/
}
.pageSection ul li {
	
	font-size:230%;
	
	}
.caption-bottom img {
	width:300px;
	height:auto;
	}
	}








@media only screen and (min-width: 1600px){

.image-box h2 {
	
	font-size:270%;
	
}
	}
	
	@media only screen and (min-width: 1800px){

.image-box h2 {
	
	font-size:370%;
	
}
	}

.navbar-toggle .icon-bar {
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	top:6px;
	-webkit-transition: rotate(45deg);
	-moz-transition: rotate(45deg);
	-ms-transition: rotate(45deg);
	-o-transition: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	opacity:0;
}
.navbar-toggle.active .icon-bar:nth-of-type(4) {
	top:-6px;
	-webkit-transition: rotate(-45deg);
	-moz-transition: rotate(-45deg);
	-ms-transition: rotate(-45deg);
	-o-transition: rotate(-45deg);
	transform: rotate(-45deg);
}



.collapsing {
  -webkit-transition: height 0.15s;
  -moz-transition: height 0.15s;
  -ms-transition: height 0.15s;
  -o-transition: height 0.15s;
  transition: height 0.15s;

}
.navbar .navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
  margin-left: auto;
  margin-right: auto;
}







.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}


@media (min-width: 768px) and (max-width: 940px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

a.sst_button,
a:visited.sst_button {
	color:#ffffff;
	background-color:#b1380b;
	padding:15px;
	margin-bottom:10px;
	border:none;
	border-radius:25px;
	text-decoration:none;

	/*font-weight:200;
	font-size:230%;*/
	font-size:100%;
	
}
a:hover.sst_button{
	color:#ffffff;
	background-color:#342516;
}


#fscf_required1,
#fscf_required2,
#fscf_captcha_code1,
#fscf_captcha_code2 {
	margin-bottom:30px !important;
}

/*!
* Lightbox for Bootstrap 3 by @ashleydw
* https://github.com/ashleydw/lightbox
*
* License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
*/
.ekko-lightbox-container{position:relative}
.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}
.ekko-lightbox-nav-overlay a{text-decoration:none;z-index:100;display:block;width:49%;height:100%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}
.ekko-lightbox-nav-overlay a:empty{width:49%;outline:none;}
.ekko-lightbox a:hover{text-decoration:none;opacity:1}
.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}
.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}
.ekko-lightbox .modal-footer{text-align:left}



#bs-carousel-2,
#bs-carousel-3,
#bs-carousel-4,
#bs-carousel-5 {
	/*border: 1px solid red;*/
	min-height: 100px;
}

#bs-carousel-2.fade-carousel .slides img,
#bs-carousel-5.fade-carousel .slides img {
	width:100%;
}

.fiveitems {
	width:25%;
	padding:10px;
	
	/*border: 1px solid #cccccc !important;*/
}

.fiveitems img{
	width:100%;
	height: 100%;
	/*border: 1px solid red;*/
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
	  /*  position: relative;
		height: 70vh;*/
}
.fade-carousel .carousel-inner .item {
   /* height: 70vh;*/
}

#bs-carousel-3 {
	
}



#bs-carousel-3.fade-carousel {
	/*margin-top:40px;
	margin-bottom:40px;*/
	 position: relative;
	/* border:1px solid red;*/
  width: 100%;
  height: auto!important;
	
}
#bs-carousel-3.fade-carousel .carousel-inner .item {
    display: run-in;
  width: 100%;
  height: auto!important;
}

#bs-carousel-2.fade-carousel .carousel-indicators,
#bs-carousel-3.fade-carousel .carousel-indicators,
#bs-carousel-4.fade-carousel .carousel-indicators,
#bs-carousel-5.fade-carousel .carousel-indicators
{
	
	z-index:1;
	bottom:20px;
	}





#bs-carousel-2.fade-carousel .carousel-indicators > li,
#bs-carousel-3.fade-carousel .carousel-indicators > li,
#bs-carousel-4.fade-carousel .carousel-indicators > li,
#bs-carousel-5.fade-carousel .carousel-indicators > li  {
    text-align:center;
	text-indent: 0;
	margin: 0;
	margin-left:10px !important;
	margin-right:10px !important;
	width: 15px;
	height: 15px;
	border: none;
	border-radius: 50%;
	line-height: 30px;
	color: #000;
	background-color:rgba(255,255,255,1);
	transition: all 0.25s ease;
	/*
	border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	*/
	 -webkit-box-shadow: 0 4px 8px -4px #000000;
	-moz-box-shadow: 0 4px 8px -4px #000000;
	box-shadow: 0 4px 8px -4px #000000;

}
#bs-carousel-2.fade-carousel .carousel-indicators > li.active,
#bs-carousel-3.fade-carousel .carousel-indicators > li.active,
#bs-carousel-4.fade-carousel .carousel-indicators > li.active,
#bs-carousel-5.fade-carousel .carousel-indicators > li.active {
  margin: 0;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color:rgba(0,0,0,1);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}

#bs-carousel-3.fade-carousel .slides .slide-1, 
#bs-carousel-3.fade-carousel .slides .slide-2,
#bs-carousel-3.fade-carousel .slides .slide-3,
#bs-carousel-3.fade-carousel .slides .slide-4 {
  height: auto;
  width: 100%;
  background-size:contain !important;
  background-position: center center;
  background-repeat: no-repeat;
}

#bs-carousel-3.fade-carousel .slides img,
#bs-carousel-4.fade-carousel .slides img {
	width:100%;
}




/* Boxen für Wohnungsvermietung */

.rent_box_container {
	/*border: 1px solid blue;*/
	float:left;
	width: 20%;
}

.rent_box {
	background-color:#b1380b;
	border: 2px solid #b1380b;
	color:#ffffff;
	text-align:center;
	
	padding:20px;
	
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	
	height: 170px;
}
.rent_box h1 {
	color:#ffffff;
	text-align:center;
	font-size:150%;
	text-align:left;
	
	margin:0;
	padding:0;
}
.rent_box h2 {
	color:#ffffff;
	text-align:left;
	
	margin:0;
	padding:0;
	font-size:300%;
}

.rent_box.off{
	background-color:transparent;
	border: 2px solid #b1380b;
	color:#b1380b;
}


.rent_box.off hr{
	border-color:#b1380b;
}
.rent_box.off h1 {
	color:#b1380b;
	text-align:left;
	
	margin:0;
	padding:0;
}
.rent_box.off h2 {
	color:#b1380b;
	text-align:left;
	
	margin:0;
	padding:0;
}

.npfc_link,
.npfc_link:hover {
	text-decoration:none !important;
}

.rent_box:hover,
.rent_box:hover.off{
	background-color:#342516;
	border: 2px solid #342516;
	color:#ffffff;
	text-decoration:none !important;
}
.rent_box:hover hr,
.rent_box:hover.off hr{
	border-color:#ffffff;
}
.rent_box:hover h1,
.rent_box:hover.off h1 {
	color:#ffffff;
	text-align:left;
	
	margin:0;
	padding:0;
	text-decoration:none !important;
}
.rent_box:hover h2,
.rent_box:hover.off h2 {
	color:#ffffff;
	text-align:left;
	
	margin:0;
	padding:0;
	text-decoration:none !important;
}


#dachwohungen_posts_container .rent_box{
	background-color:#002d5a;
	border: 2px solid #002d5a;
	color:#ffffff;
}
#dachwohungen_posts_container .rent_box.off{
	background-color:#e6f6fc;
	border: 2px solid #002d5a;
	color:#002d5a;
}
#dachwohungen_posts_container .rent_box:hover,
#dachwohungen_posts_container .rent_box:hover.off{
	background-color:#342516;
	border: 2px solid #342516;
	color:#ffffff;
	text-decoration:none !important;
}
#dachwohungen_posts_container .rent_box.off h1,
#dachwohungen_posts_container .rent_box.off h2 {
	color:#002d5a;
}
#dachwohungen_posts_container .rent_box.off hr{
	border-color:#002d5a;
}
#gartenwohungen_posts_container .rent_box{
	background-color:#003828;
	border: 2px solid #003828;
	color:#ffffff;
}
#gartenwohungen_posts_container .rent_box.off{
	background-color:#e8f2cf;
	border: 2px solid #003828;
	color:#003828;
}
#gartenwohungen_posts_container .rent_box:hover,
#gartenwohungen_posts_container .rent_box:hover.off{
	background-color:#342516;
	border: 2px solid #342516;
	color:#ffffff;
	text-decoration:none !important;
}
#gartenwohungen_posts_container .rent_box.off h1,
#gartenwohungen_posts_container .rent_box.off h2 {
	color:#003828;
}
#gartenwohungen_posts_container .rent_box.off hr{
	border-color:#003828;
}


#dachwohungen_posts_container .rent_box:hover.off h1,
#dachwohungen_posts_container .rent_box:hover.off h2,
#gartenwohungen_posts_container .rent_box:hover.off h1,
#gartenwohungen_posts_container .rent_box:hover.off h2 {
	color:#ffffff;
}
#dachwohungen_posts_container .rent_box:hover.off hr,
#gartenwohungen_posts_container .rent_box:hover.off hr{
	border-color:#ffffff;
}
@media (max-width: 767px) {
	.rent_box_container {
		width: 50%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.rent_box_container {
		width: 33%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 940px) {

}


/*
Anpassungen 20260424
*/
#dachwohungen_posts_container hr,
#gartenwohungen_posts_container hr {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left:10px;
}
#dachwohungen_posts_container .rent_box h1,
#dachwohungen_posts_container .rent_box h2,
#gartenwohungen_posts_container .rent_box h1,
#gartenwohungen_posts_container .rent_box h2 {
	text-align:center;
}
#dachwohungen_posts_container .rent_box,
#gartenwohungen_posts_container .rent_box {
	mask-repeat:no-repeat;
	mask-size:contain;
	padding-top:35px;
}
#dachwohungen_posts_container .pbox_1 .rent_box,
#gartenwohungen_posts_container .pbox_1 .rent_box {
	mask-image:url('images/a.svg');
}
#dachwohungen_posts_container .pbox_2 .rent_box,
#gartenwohungen_posts_container .pbox_2 .rent_box {
	mask-image:url('images/a.svg');
}
#dachwohungen_posts_container .pbox_3 .rent_box,
#gartenwohungen_posts_container .pbox_3 .rent_box {
	mask-image:url('images/a.svg');
}
#dachwohungen_posts_container .pbox_4 .rent_box,
#gartenwohungen_posts_container .pbox_4 .rent_box {
	mask-image:url('images/a.svg');
}
#dachwohungen_posts_container .pbox_5 .rent_box,
#gartenwohungen_posts_container .pbox_5 .rent_box {
	mask-image:url('images/a.svg');
}











.loginform_wohnungen {
	/*border:1px solid #ff0000 !important;*/
}
.loginform_wohnungen label,
.loginform_wohnungen input[type="password"],
.loginform_wohnungen input[type="submit"] {
	font-weight:200 !important;
	font-size:200%;
	line-height:1;
	margin-bottom:20px;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}





/* Freie Wohnung Info Overlay */				
.wohnung-frei-overlay {
	position:fixed;
	top:0;
	right:0;
	width: 100%;
	height:100%;
	z-index:40;
}

.wohnung-frei-overlay-inner {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);   
    background: rgba(178,52,0,0.9);
}
.wohnung-frei-overlay-inner-content_wrapper{
	width: 600px;
    height: 600px;
	display:table-cell;
	vertical-align:middle;
	
	}
.wohnung-frei-overlay-inner p {
	display: flex;
    align-items: center;
	justify-content: center;
	font-size:300%;
	text-align:center;
	color:#fff;
	/*border: 1px solid #fff;*/
}
.wohnung-frei-overlay-inner i {
	color:#fff;
}
.wohnung-frei-overlay-inner p a.has_text_before {
	margin-left:20px;
}


@media (max-width: 940px) {
.header_logo {
	width:200px !important;
	height:auto !important;
	}
	
}
.header_logo {
	display:none !important;
	}
@media (max-width: 940px) {
.header_logo {
	/*display:inline !important;*/
	display:none !important;
	}
}


/* Mietflaechen Tabelle */
table.mietflaechen {
	display:inline !important;
	width:100% !important;
	height:auto;
	padding: 0 !important;
	margin: 0 !important;
}
table.mietflaechen td{
	border-bottom:1px solid #ccc;
	font-weight:200 !important;
	font-size:200% !important;
}
table.mietflaechen td+td{
	width:1%;
	text-align:right;
	white-space:nowrap;
}
table.mietflaechen tr:last-child td {
	border-bottom:2px solid #000 !important;
	font-weight:bold !important;
}
@media only screen and (max-width: 600px){
	table.mietflaechen td{
		font-size:230% !important;
	}
}
@media only screen and (max-width: 400px){
	table.mietflaechen td{
		font-size:230% !important;
	}
}


@media (max-width: 940px) {
.ekko-lightbox-nav-overlay a {
	opacity:1 !important;
	}
	}