

b {
	font-family: "LLBrownWeb-Regular";
	font-weight: normal;
}

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	color:#335743;
}


a:active, a.active {
	color:#335743;
}



/* Farben */
.ccoolgrey {
	color: #687576;
}

.clightgrey {
	color: #8f9aa0;
}

.bglightgrey {
	background-color: #8f9aa0;
}

.bgcoolgrey {
	background-color: #687576;
}

.corange {
	color: #ff6600;
}

.bgorange {
	background-color:#ff6600;
}

.c291 {
	color:#335743;
}



textarea {
	width: 100%;
	outline: 0;
	border: 1px solid black;
	resize: none;
}
textarea.resize{
    resize: vertical;
}
/* Base  */ 

body {

	background:url("./../images/schwabingertor.jpg") no-repeat;
	background-size:cover;
	background-attachment: fixed;
	-webkit-text-size-adjust: none;
	

}

body.nobg {
	background:#fff;

}

/* Head und Navigation */
/*
header {
	height:auto;
	padding: 20px 0 10px 0;
	border-bottom:1px solid #000;
	position: fixed;
	max-width:940px;
	width:calc(100% - 40px); 
	z-index:100;
	background:#fff;
}
*/
header.nobg {
	background: none;
}

#gienger_logo {
	width:168px;
	height:66px;
}


#navigation_mobile {
	display:none;
}

#navigation_mobile_menu {
	display:none;
}


#navi_mobile_home {
	display:none;
}

.navigation_icons {
	display:block;
	/*background:url(./../images/navigation_sprite.svg) no-repeat; */
	float:left;
	margin-right:6px;
	margin-top:-4px; 
	width:24px;
	height:24px;
	 -webkit-background-size: cover;
    background-size: cover;
}

.i_moebel.navigation_icons {
	background-position: -1.7rem 0rem;
}

.i_moebel.navigation_icons.active {
	background-position: -1.7rem -1.5rem;
}

.i_moebel.navigation_icons.wt {
	background-position: -1.7rem -3rem;
}

.i_geraete.navigation_icons {
	background-position: -3.35rem 0rem;
}

.i_geraete.navigation_icons.active {
	background-position: -3.35rem -1.5rem;
}

.i_geraete.navigation_icons.wt {
	background-position: -3.35rem -3rem;
}

.i_ausstattung.navigation_icons {
	background-position: -6.5rem 0rem;
}

.i_ausstattung.navigation_icons.active {
	background-position: -6.5rem -1.5rem;
}

.i_ausstattung.navigation_icons.wt {
	background-position: -6.5rem -3rem;
}

.i_kontakt.navigation_icons {
	background-position: -0rem 0rem;
}

.i_kontakt.navigation_icons.active {
	background-position: -0rem -1.5rem;
}

.i_kontakt.navigation_icons.wt {
	background-position: -0rem -3rem;
}

.i_info.navigation_icons {
	background-position: -4.95rem 0rem;
}

.i_info.navigation_icons.active {
	background-position: -4.95rem -1.5rem;
}

.i_info.navigation_icons.wt {
	background-position: -4.95rem -3rem;
}

.i_einstellungen.navigation_icons {
	background-position: -8.2rem 0rem;
}

.i_einstellungen.navigation_icons.active {
	background-position: -8.2rem -1.5rem;
}

.i_einstellungen.navigation_icons.wt {
	background-position: -8.2rem -3rem;
}


/* Login */

#loginbox {


	position:absolute;
	bottom:80px;
	height:auto;
	padding:15px;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: rgba(255,255,255,0.8);
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-ms-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


#loginbox .icon_arrow {
	float: right;
    margin-left: 0.4rem;
    margin-top: 0.5rem;
    display: block;
    height: 0.5rem;
    width: 0.5rem;
    background: url('./../images/pfeil.svg') no-repeat;
}

.input_row {
	height:30px;
	line-height:30px;
}



input[type=text], input[type="password"] {
	color:black;

	display:block;

	outline:none;
	background:#fff;
	border: 1px solid #000;
	box-shadow:none;
	-webkit-appearance:none;
	vertical-align: middle;
}

input[type=text]:focus, input[type=password]:focus  {
	border: 1px solid #335743;
}

a.button, span.button, input[type=submit],input[type=button] {
	cursor:pointer;
	-webkit-appearance:none;
	outline: 0;
	padding:8px;
	background: #335743;
	color:white;
	box-shadow: none;
	border:0;
	box-sizing:border-box;
	width:100%;
	border-radius: 3px;
	text-align: center;
    border:1px solid #335743;
}
a.button:hover, span.button:hover, input[type=submit]:hover,input[type=button]:hover,.button {
	padding:8px;
	background: #335743;
	color:white;
}

a.button:hover, span.button:hover, input[type=submit]:hover {
	background:#335743;
}

a.button:active, a.button.active, span.button.active, span.button:active, input[type=submit]:active {
	background:rgb(117,154,179);
}

#login_submit {
   font-family: inherit;
    font-size: inherit;
    background: none;
    border: 0;
    color:#000;
    padding:0px 0px 0px 10px;
}

#login_submit:hover {
	color:rgb(117,154,179);
}

/* Standard-Pages */

/* Standard-Pages */

.intro_img {
	
	height:auto;
	background:url(./../images/MUC-real-estate-V3-Perspektive-02.jpg) no-repeat;
	background-size:cover;
}

.content {
	margin-top:20px;
	height:auto;
	padding-bottom:20px;
	position:relative;
	top:117px;
}

.article {
	position: relative;
	border-bottom: 1px solid #000;
	width:100%;
	height:auto;
	float:left;
	margin-top:2rem;
	padding-bottom: 1rem;
}
.col-xs-12.product_wrapper {
    margin: 20px 0px;
}
.product_wrapper:first-child {
	margin-top:0;
}

.product_wrapper .prod_img {
	/*width: 24%; */
	max-width:240px;
	height:auto;
	float:left;
}

.product_wrapper .kueche_img {
	width: 45%;
	height:auto;
	float:left;	
}

.product_wrapper .prod_descr {
	/*width: 440px; */
	width:80%; 
	height:auto;
	float:left;
	margin-top:1.5rem;
	/*margin-left:4rem; */
}

.product_wrapper .kueche_descr {
	/*width: 440px; */
	width:80%;
	height:auto;
	float:left;
	/* margin-top:1.5rem; */
	/*margin-left:2.5rem; */
}

.product_wrapper .prod_descr ul, .product_wrapper .kueche_descr ul  {
	list-style-type: none;
	padding:0;
}

.product_wrapper .prod_descr ul li, .product_wrapper .kueche_descr ul li {
	/*background: url('./../images/pfeil.svg') no-repeat;
	background-size: 0.4rem;
	background-position: 0rem 0.35rem; 
	padding: 0 0 0 .75rem; */
	height:auto;
	margin-bottom:.5rem;
}

.product_wrapper .prod_extendedinfo {
	overflow:hidden;
	display:block;
	margin-top:.5rem;
	max-height:15rem;
	-webkit-transition: max-height 1s ease;
	transition: max-height 1s ease;	
}

.product_wrapper .prod_extendedinfo.hide {
	max-height:0;
	height:auto;

}


.icon_arrow {
	float:left;
	margin-right:0.4rem;
	margin-top:0.4rem;
	display:block;
	height:0.4rem;
	width:0.4rem;
	background: url('./../images/pfeil.svg') no-repeat;
	-webkit-transition: transform .25s;
	transition: transform .25s;	
}

.icon_arrow.rotate {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*
.product_wrapper .prod_logo {

	position:absolute;
	right:0;
	width: 15%;
	height:auto;
}
*/
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: none!important;
}

.subnavigation_mobile{display:none;}
.desktop_subnavi{display:block;}
.paging {
    display: block;
    width: 100%;
	margin-bottom: 15px;
}
.paging span {
   background-color: #d3d3d3;
width: 44px;
float: left;
margin-left: 7px;
text-align: center;
padding: 7px;
color: #fff;
border: 1px solid #DDD6D6;
border-radius: 4px;
}
.paging span a{color:#fff;width: 100%;
display: block;}
.paging span.current {
    color: #335743;
	font-weight: bold;
}

.action_btn {
    color: #46b1f9;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
	cursor:pointer;
}
.clear{
	clear:both;
}
table.table td.actions,th.actions{
     text-align: right;
      padding-right: 0px;
}
footer {
     width: 100%;
     height: 60px;
    background-color: #f5f5f5;
}
.footer > .container {
    padding:10px 15px;
   
}
.page-content{
	 min-height: calc(85vh - 70px);
}
.form-content,.page-main-content{
	margin:15px 0px 0px 0px; 
}

input[type="file"]{
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
    left:0;
	bottom:4px;
	width:100%;
}

.add-photo-btn{
    position: relative;
    cursor: pointer;
    text-align: center;
    background-color: #e4e4e4;
    color: #000;
    display: block;
    width: 150px;
    height: 31px;
    font-size: 15px;
    line-height: 30px;
    float: left;
    border-radius: 6px;
}
body {
  padding: 20px;
}
.error{
	color:red;
}


a.user-button{
	cursor: pointer;
-webkit-appearance: none;

outline: 0;
display: inline-block;
padding: 8px;
background: #335743;
color: white;
box-shadow: none;
border: 0;
box-sizing: border-box;
width: 100%;
}
a.user-button:hover{
	padding:8px;
	background: #335743;
	color:white;
}

a.user-button:hover{
	background:rgb(117,154,179);
}

a.user-button:active{
	background:rgb(117,154,179);
}
.col-xs-12.appliance_content{
	border-bottom: 1px solid;
	padding: 10px 0px;
}
.col-xs-12.appliance_content:last-child{
	border-bottom: 0px;
}
.message{color:#3c763d;}
.col-sm-6.col-xs-12.mobel_data {
   padding-right: 0px;
	padding-left: 0px;
}
.mobel_left_content .mobel_cols .col-sm-4{padding-left:0px; }
.mobel_left_content .mobel_value{text-align:left;padding-left: 5px;background-color: #f0f0f0;}
.mobel_right_content .mobel_value{text-align:right;padding-right: 5px;background-color: #f0f0f0;}

.mobel_cols{
	border-bottom:1px solid #000;
}
.mobel_left_content .mobel_cols:last-child{
	border-bottom:0px solid #000;
}
.mobel_data{margin-bottom:10px;}
.user_profiles ul{padding: 0px;}
.user_profiles ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
	cursor: pointer;
   
}
.acc_li_head {
   padding: 10px;
   background-color: #335743;
   color: #fff;
   font-size: 16px;
   font-weight: bold;
   cursor: pointer;
}
.acc_li_content{
	padding-top:10px;
	padding-bottom:10px;
}

#dealer_contacts .dealer_contact{margin-bottom:10px;}

/* mobile css starts here*/

@media (max-width: 768px) {
.mobel_left_content .mobel_cols:last-child{
	border-bottom:1px solid #000;
}
.mobel_cols:last-child{border-bottom:0px solid #000;}
.mobel_right_content .mobel_cols .col-sm-4{padding-left:0px; }
.mobel_right_content .mobel_value{text-align:left;padding-left: 5px;background-color: #f0f0f0;}
.desktop_subnavi{display:none;}
.subnavigation_mobile{display:block;width: 200px;}
.subnavigation_mobile  .nav.navbar-nav{margin:0px;}

  #navigation_mobile {
  	display: block;
  }

#navigation_mobile {
    display: block;
    height: 48px;
    width: 48px;
    position: absolute;
    top:-219px;
    background: #8f9aa0 url(../images/navi_mobile.svg) no-repeat;
    background-position: 0rem .2rem;
    margin-left: 0rem;
}

#navigation_mobile #arrow {
	height:0.4rem;
	width:0.4rem;
	bottom:0.2rem;
	left:calc(50% - 0.2rem);
	position:absolute;
	display:block;
	background:url(./../images/pfeil_weiss.svg) no-repeat;
	-webkit-transform-origin: 50% 40%;
	transform-origin: 50% 40%;
	-webkit-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

#navigation_mobile #arrow.active {
	-webkit-transform: rotate(180deg);
	transform:rotate(180deg);
}

#navigation_mobile_menu {
	display:block;
	max-height:0;
	height:auto;
    position: fixed;
    /* bottom: 0; */
    background: #8f9aa0;
    left:15px;
    width: calc(100% - 30px);
    top: 48px;
    box-sizing: border-box;
    z-index: 100;
	-webkit-transition: max-height 1s ease;
	transition: max-height 1s ease;	
    overflow:hidden;
}

#navigation_mobile_menu ul {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:10px;

}



#navigation_mobile_menu li {
	list-style-type: none;
	padding-top:1rem;
	padding-bottom:1rem;
}



#navigation_mobile_menu li a {
	color:white;
}



#navigation_mobile_menu.active {
	max-height:30rem;
}

#navi_mobile_home {
	display:block;
}
  #navigation_desktop {
  	display:none;
  }

}

.left-nav ul {
	padding:0px;
	margin:0px;
}
.left-nav ul li {
	list-style: none;
	padding: 5px 0px;
	text-align: center;
	margin-bottom: 5px;
	background:#ccc;
}
.left-nav ul li.active {
	background:#335743;
}
.left-nav ul li.active a {
	color:#fff;
}
.inp_datepicker .glyphicon-calendar{
	position: relative;
top: -25px;
left: 95%;
}
.modal-footer .error{
    text-align: left;
    display:block;
    margin-bottom: 5px;
}
.table-search-form{
   padding: 10px 0px;
margin: 10px 0px;
border: 1px solid #ccc;
}
.table-search-form input[type="text"]{
    border-color: #ccc;
}
.userlist_div{
    border: 1px solid #000;
padding: 10px 5px;

}
.userlist_div span{
display: inline-block;
width: 140px;
vertical-align: top;

}
.autocomplete-list{float:left;list-style:none;padding:0;width:95%;position: absolute;z-index: 10000;}
.autocomplete-list li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;}
.autocomplete-list li:hover{background:#ece3d2;cursor: pointer;}

.left-nav ul li ul li{
    padding:5px;
    margin-bottom: 0px;
}
.left-nav ul li.active ul li.active a{
     color:#fff;
}
.left-nav ul li.active ul li a{ color:#000;}
.left-nav ul li ul li a{
    padding:0px;
    font-size: 12px;
    text-align: right;
    color:#000;
}

.complain_cnt{
padding: 2px 7px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
float: right;
background: red;
color: #fff;
font-weight: bold;
clear: both;
}