/* ############################################################
	FARBKLIMA
###############################################################

	Rot:		#960033	(Aktiv)
	Baige:		#F4F1EA (Hintergrund Links)
	Braun:		#503D2E (Hintergrund, Text)
	Sand:		#A48A77	(Menutext)

###############################################################
	ALLGEMEINES
############################################################ */

body {
	overflow-x: hidden;
}

/* ############################################################
	ICONS, BURGER
############################################################ */

/* Hamburger */
#home__button {
	z-index: 4;
	position: fixed;
	top: 45px;
	right: 20px;
	width: 33px;
	height: 22px;
}

	#home__button button.toggle-push-right {
		display: inline-block;
		cursor: pointer;
		border: none;
		background-image: url("/Portal/wangerag/Images/Icons/hamburger.png");
		background-color: transparent;
		background-repeat: no-repeat;
		background-size: 33px 22px; /* 66px 44px */
		width: 33px;
		height: 22px;
		margin: 0;
		padding: 0;
	}
	#home__button button.toggle-push-right-active {
		background-image: url("/Portal/wangerag/Images/Icons/schliessen-kreuz.png");
		width: 23px;
		height: 23px;
		background-size: 23px 23px;
		float: right;
	}
	#home__button button.toggle-push-right:focus {
		outline: none;
	}

/* ############################################################
	NAVIGATIONSBALKEN
############################################################ */

nav.push-menu-right {
	display: none;
	position: fixed;
	overflow: hidden;
	z-index: 4;
	top: 105px;
	right: 0;
	width: 100%;
	height: calc(100% - 90px);
	margin: 0;
	padding-bottom: 0;
	background-color: #960033;
}
@media (min-width: 760px) {
	nav.push-menu-right {
		display: none;
	}
}

/* ############################################################
	MAINMENÜ (navgoco.css)
############################################################ */



/* ############################################################
	SECONDMENÜ (navgoco.css)
############################################################ */



/* ############################################################
	THIRDMENÜ
############################################################ */



/* ############################################################
	FUNKTIONALITÄT
############################################################ */

