#_top_logo_left{
	float:left;
	min-width:20%;
	max-width:20%;
	min-height:160px;
	background-image: url('../media/SchreinerInnung-Logo.png');
	background-repeat: no-repeat;
	background-position: center;
}
#_top_logo_right{
	float:right;
	min-width:60%;
	max-width:60%;
	min-height:160px;
}

#_top_logo_right_text{
	float:right;
	width:70%;
	min-height:160px;
	background-image: url('../media/SchreinereiRainerBuchhauser.png');
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: left bottom;
	display: inline-block;
}
#_top_logo_right_sawblade{
	float:right;
	width:30%;
	min-height:160px;
	background-image: url('../media/Sawblade.png');
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position:center bottom;
	display: inline-block;
}

#_top_nav_container{
	clear:both;
	margin:auto;
	min-width:60%;
	display: inline-block;
}

/*Strip the ul of padding and list styling*/
nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	background: rgba(101, 179, 45, 0.8);
	position: absolute;
	top:160px;
	left:0;
	right:0;
}

/*Create a horizontal list with spacing*/
nav li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
nav li a {
	display:block;
	min-width:200px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	color: #fff;
	text-decoration: none;
}

/*Hover state for top level links*/
nav li:hover a {
	background:rgba(0, 0, 0, 0.3);
}

/*Style for dropdown links*/
nav li:hover ul a {
	/*background: #990099;
	background: -webkit-linear-gradient(bottom, #990099, #00ffff);
	background: -moz-linear-gradient(bottom, #990099, #00ffff);
	background: -ms-linear-gradient(bottom, #990099, #00ffff);
	background: -o-linear-gradient(bottom, #990099, #00ffff);
	background: linear-gradient(to top, #990099, #00ffff);*/

	/*background: #f3f3f3;*/
	background: #eee;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
nav li:hover ul a:hover {
	background: rgba(0,0,0,0.3);
	color: #fff;
}
nav li:hover ul:hover {
	background: #eee;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
nav li ul {
	display: none;
}

/*Make dropdown links vertical*/
nav li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
nav li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
nav ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	/*background: #19c589;*/
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
nav input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
nav input[type=checkbox]:checked ~ #menu{
    display: block;
}

._footer_container{
	background: rgba(101, 179, 45, 0.8);
	color: #fbfbfb;
}
._footer_container_left{
	float:left;
	width:20%;
	padding-left: 20px;
}
._footer_container_right{
	float:right;
	width:20%;
	text-align: right;
	line-height: 38px;
	padding-right: 20px;
}

._footer_container_mobile{
	display:none;
}

.xpage_kachel{
	height: 250px;
    width: 250px;
    object-fit: cover;
    object-position: top center;
}
/*Responsive Styles*/

@media screen and (max-width : 760px){
	#_top_logo_left{
		position: absolute;
		top:0;
		display:block;
		left:140px;
		min-height: 40px;
		min-width: 40px;
		background-image: url('../media/SchreinerInnung-Logo-Small.png');
		background-repeat: no-repeat;
		background-position: center;
	}
	#_top_logo_right{
		position: absolute;
		top:0;
		display:block;
		right:10px;
		min-height: 40px;
		min-width:170px;
		float:right;
		background-image: url('../media/SchreinereiRainerBuchhauser.png');
		background-repeat: no-repeat;
		background-size:100% auto;
		background-position: left bottom;

	}

	#_top_logo_right_text{
		float:right;
		width:70%;
		min-height:160px;
		background-image: url('../media/SchreinereiRainerBuchhauser.png');
		background-repeat: no-repeat;
		background-size:100% auto;
		background-position: left bottom;
		display: none;
	}
	#_top_logo_right_sawblade{
		display:none;
		float:right;
		width:30%;
		min-height:160px;
		background-image: url('../media/Sawblade.png');
		background-repeat: no-repeat;
		background-size: 80% auto;
		background-position:center bottom;
	}
	
	#_top_nav_container{
	}

	/*Make dropdown links appear inline*/
	nav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	nav li {
		margin-bottom: 1px;
	}
	nav li a {
		display:block;
		min-width:120px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		background: #2f3036;
		/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
		color: #fff;
		text-decoration: none;
	}
	/*Make all menu links full width*/
	nav ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
		text-align: center;
		max-width:120px;
		background: rgba(101, 179, 45, 0.8);
	}
	
	._footer_container_mobile{
		background: rgba(101, 179, 45, 0.8);
		color: #fbfbfb;
		font-size: smaller;
		display: block;
		text-align: center;
		line-height: 95%; 
	}
	._footer_container_left{
		display:none;
	}
	._footer_container_right{
		display:none;
	}
	
	.xpage_kachel{
	height: 80px;
    width: 80px;
    object-fit: cover;
    object-position: top center;
}
}
