/* ==========================================================================
   Global Styles
   ========================================================================== */


body {
	/*background: #FFFFFF;*/
    background: url(../img/cardboard.jpg) repeat;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}



h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    color: #333333;
    text-transform: uppercase;
}

h3 {
	font-size: 37px;
    letter-spacing: 0px;
    line-height: 37px;
    text-transform: uppercase;
   
}

h4 {
	font-size: 21px;
    letter-spacing: -0.5px;
    line-height: 19px;
    text-transform: uppercase;
    color: #f5002f;
    margin-top: 30px;
}

h5 {
	font-size: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
}


p {
	color: #3f3f3f;
}

li {
	color:#3f3f3f;
}

blockquote {
	margin-top: 40px;
}

.section-title {
	margin-top: 50px;
	margin-bottom: 70px;
}


.section-title img {
	vertical-align: top;
}


a:hover {
	transition: color 0.35s;
	-moz-transition: color 0.35s; /* Firefox 4 */
	-webkit-transition: color 0.35s; /* Safari and Chrome */
	-o-transition: color 0.35s; /* Opera */
	text-decoration: none;
}

table {
	width: 100%;
	margin-bottom: 10px;
}

[class^="icon-"], [class*=" icon-"] {
	vertical-align: middle;
}

[class^="glyphicons-"], [class*=" glyphicons-"] {
	vertical-align: middle;
}



/* Kontaktbutton */
.btn-red{
	background: none repeat scroll 0 0 #f9425f;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    padding: 16px 30px;
    
}

.btn-red:hover, .btn-red:active {
	background: #c88691;
	color: #FFFFFF;
	transition: all 0.35s ease 0s;
}




/* Scroll to Top Button */

.scrollToTop, a.scrollToTop {
	width:25px;
	height:20px;
	border-radius: 4px;
	padding:10px;
	text-align:center;
	background: rgba(40,40,40,0.85);
	font-weight: bold;
	font-size: 19px;
	color: #FFFFFF;
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;

}
.scrollToTop:hover{
	text-decoration:none;
	color: #ececec;
}

/* Text Selektion */

::selection {
	background: #f9425f; /* Safari */
	color: #FFFFFF;
	}
::-moz-selection {
	background: #f9425f; /* Firefox */
	color: #FFFFFF;
}


/* IFrame für Google Map */
iframe {
	width: 100%;
	height: inherit;
	border: none;
	background-color: transparent;
	overflow: hidden;
}


/* ==========================================================================
   Navbar Styles
   ========================================================================== */ 

.navbar-inverse .navbar-inner {
	background: url(../img/p6.png) repeat scroll 0 0 transparent;	
	background-color: #FFFFFF;
	border-color: transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0)
}


.navbar-inverse .btn-navbar {
	margin-top: 15px;
}

.navbar-inner {
	border: none;
	height: 64px;
}

.navbar .brand {
	padding-top: 0px;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

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

.navbar .nav > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
	text-shadow: none;
	color: #232527;
	padding: 22px 10px;
}

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



.navbar-fixed-top {
    margin-bottom: 0px;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0px;
}



/* ==========================================================================
   Home Styles
   ========================================================================== */ 
#home {
	background:url(../img/background_home.jpg);
	height: 1000px;
}


#home img {
	padding-top: 25%;
}





/* ==========================================================================
   Philosophie Styles
   ========================================================================== */ 
#philosophie {
	background: rgba(241,231,228,0.7);
	padding: 60px 0px 130px 0px;
}



/* ==========================================================================
   Wohnberatung Styles
   ========================================================================== */
#wohnberatung {
    background: rgba(255,105,112,0.7);
	padding: 60px 0px 130px 0px;
}

#wohnberatung h4 {
    color: #e8ff6b;
}

.nav-tabs {
    margin-top: 50px;
	border:0px;
}

.nav-tabs a{
	background: #e8ff6b;
	color: #ff6970;

}
.nav-tabs a:hover {
	background: #e8ff6b;
	color: #ff6970;
}

.tab-content {
    margin-top: 50px;
}

.carousel {
      margin-bottom: 20px;
}

.carousel .carousel-indicators {
  	z-index: 11;
}

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel .item {
	height: 360px;
}

.carousel .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;

      visibility: hidden;
    }

.carousel:hover .carousel-control { visibility: visible; }

.carousel p {
	line-height: 1.4em;
}



/* ==========================================================================
   stilberatung Styles
   ========================================================================== */
#stilberatung {
	background: rgba(232,255,107,0.7);
	padding: 60px 0px 130px 0px;
}



/* ==========================================================================
   About Styles
   ========================================================================== */
#about {
	/*background-color: rgba(255,87,158,0.7);*/
    background: url(../img/background_about.jpg);
	padding: 60px 0px 130px 0px;
}

.ch-grid {
	margin: 200px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 240px;
	height: 240px;
	display: inline-block;
	margin: 20px;
	margin-bottom: 85px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow:inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-item:after {
	clear: both;
}

.ch-img-1 { 
	background-image: url(../img/portrait.jpg);
}

.ch-info {
	position: absolute;
	background: rgba(69,72,74,0.90);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 19px;
	margin: 70px 30px 0;
	padding: 10px 0 0 0;
	height: 40px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0.4s;
	-moz-transition: all 0.5s ease-in-out 0.4s;
	-o-transition: all 0.5s ease-in-out 0.4s;
	-ms-transition: all 0.5s ease-in-out 0.4s;
	transition: all 0.5s ease-in-out 0.4s;
}

.ch-info p a {
	display: block;
	color: #75D2D7;
	color: rgba(117,210,215,0.85);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #75D2D7;
	text-decoration: none;
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.2),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}

.ch-info-mobile {
	padding-top: 10px;
}

.ch-info-mobile h3 {
	color: #232527;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 19px;
	margin: 0px 30px 0;
	padding: 10px 0 0 0;
	height: 40px;
	font-family: 'Open Sans', sans-serif;
}

.ch-info-mobile a, .ch-info-mobile a:hover, .ch-info-mobile a:active {
	color: #f5002f;
}


/* ==========================================================================
   Contact Styles
   ========================================================================== */ 
#contact {
    background: rgba(144,240,240,0.7);
	padding: 0px 0px 130px 0px;
}


.map {
	padding-bottom: 60px;
	height: 265px;
}



#contact h5 {
	margin-bottom: 15px;
}

p.tel, p.tel a, p.tel a:hover  {
	color: #232527;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
}

ul.socialize {
	list-style: none;
	margin-left: 0px;
}

ul.socialize li {
	display: inline;
	line-height: 30px;
}

ul.socialize li a {
	color: #F85D5D;
	text-decoration: none;
}

ul.socialize li a:hover {
	color: #d64c4c;
	text-decoration: none;
}

ul#customer_update_list {
	list-style: none;
	padding-top: 20px;
}
ul#customer_update_list li {
	display: none; /* Prevents the entire feed list from showing momentarily on page load */
}

.customer-feed {
	position: relative;
	width: 90%;
	height: 230px;
	padding: 6px 10px 20px 0px;
	background: #232527;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 70px;
	font-size: 10pt;
}

.customer-feed:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 21px;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #232527 transparent;
	display: block;
	width: 0;
	z-index: 1;
	
}


.customer-feed span {
	color: #FFFFFF;
	display: block;
	line-height: 1.1em;
}

.customer-feed span a {
	color: #FFFFFF;
	text-decoration: none;
	
}

.customer-feed span a:hover{
	color: #f1f1f1;
	text-decoration: none;
}

.customer-feed a {
	color: #ffffff;
	text-decoration: none;
}

.customer-feed a:hover {
	color: #f1f1f1;
	text-decoration: none;
}

/* ==========================================================================
   Impressum Styles
   ========================================================================== */
#impressum {
	background-color: #d1a9b0;
	padding: 130px 0px 130px 0px;
	height: auto;
}


/* ==========================================================================
	Link Styles
	========================================================================== */

#links {
    background: rgba(255,105,112,0.7);
    height: 100px;
}

.link {
	margin-top: 25px;
}

#links .section-title {
	margin-top: 20px;
}



/* ==========================================================================
   Footer Styles
   ========================================================================== */ 
footer {
    background: rgba(165,172,172,0.7);
	padding: 40px 0px 0px 0px;
	
}

ul.footer-links {
	list-style: none;
}

ul.footer-links li {
	display: inline;
	padding-left: 10px;
}

ul.footer-links a {
	color: #232527;
	letter-spacing: -0.5px;
	font-size: 14px;
	font-weight: bold;
}

ul.footer-links a:hover {
	color: #979797;
	text-decoration: none;
}

footer a {
	color: #232527;
}

footer a:hover {
	color: #979797;
	text-decoration: none;
}








/* ==========================================================================
   Mobile Styles
   ========================================================================== */ 



/* Landscape phones and down */
@media (max-width: 480px) { 

.navbar, .nav.pull-right {
    background: #232527;
    top:9px;
}

.navbar .nav > li > a {
	padding: 14px 15px;
}



.hero-text h1 {
	font-size: 40px;
    letter-spacing: 5px;
    line-height: 36px;
    margin-bottom: 20px;
}


.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	padding-left: 10px;
	padding-right: 10px;
}

h3 {
	font-size:30px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow:inset 0 0 0 0px rgba(255,255,255,0.0), 0 0px 0px rgba(0,0,0,0.0);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 0px rgba(0,0,0,0.0),
		0 0px 0px rgba(0,0,0,0.0);
}
.ch-item:hover .ch-info {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 0;
}

.ch-item:hover .ch-info p {
	opacity: 0;
}


#contact .span4 {
	padding-bottom: 30px;
}


.map {
	display: none;
}

#contact {
	padding: 0px 0px 10px 0px;
}

#links {
	display: none;
}

.carousel .item {
	height: 700px;
}

}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 


.navbar, .nav.pull-right {
    background: #232527;
    top:9px;
}

.navbar .nav > li > a {
	padding: 14px 15px;
}


.hero-text h1 {
	font-size: 40px;
    letter-spacing: 5px;
    line-height: 36px;
    margin-bottom: 20px;
}


.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	padding-left: 10px;
	padding-right: 10px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow:inset 0 0 0 0px rgba(255,255,255,0.0), 0 0px 0px rgba(0,0,0,0.0);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 0px rgba(0,0,0,0.0),
		0 0px 0px rgba(0,0,0,0.0);
}
.ch-item:hover .ch-info {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 0;
}

.ch-item:hover .ch-info p {
	opacity: 0;
}


#contact .span4 {
	padding-bottom: 30px;
}

.carousel .item {
	height: 430px;
}

}

