

b {
	font-family: "LLBrownWeb-Regular";
	font-weight: normal;
}

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	color:rgb(154,202,235);
}


a:active, a.active {
	color:rgb(154,202,235);
}



/* Farben */
.ccoolgrey {
	color: #687576;
}

.clightgrey {
	color: #8f9aa0;
}

.bglightgrey {
	background-color: #8f9aa0;
}

.bgcoolgrey {
	background-color: #687576;
}

.corange {
	color: #ff6600;
}

.bgorange {
	background-color:#ff6600;
}

.c291 {
	color:rgb(154,202,235);
}



textarea {
	width: 100%;
	outline: 0;
	border: 1px solid black;
	resize: none;
}

/* 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 rgb(154,202,235);
}

a.button, span.button, input[type=submit] {
	cursor:pointer;
	-webkit-appearance:none;
	/*font-size:1rem; */
	outline: 0;
	display:inline-block;
	padding:8px;
	background: rgb(154,202,235);
	color:white;
	box-shadow: none;
	border:0;
	box-sizing:border-box;
	width:100%;

}

a.button:hover, span.button:hover, input[type=submit]:hover {
	background:rgb(117,154,179);
}

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;
}
#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;
}

.product_wrapper, .article {
	position: relative;
	border-bottom: 1px solid #000;
	width:100%;
	height:auto;
	float:left;
	margin-top:2rem;
	padding-bottom: 1rem;
}

.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;
}


@media (max-width: 768px) {
  #navigation_mobile {
  	display: block;
  }

#navigation_mobile {
    display: block;
    height: 48px;
    width: 48px;
    position: fixed;
    top: 0;
    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;
  }
}
