/*!
 * medium-down.css
 *
 * @link https://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage cleantheme
 */

/* ######################################## *\
		HTML
\* ######################################## */



/* ######################################## *\
		STRUKTUR
\* ######################################## */



/* ######################################## *\
		SIDEBARS / WIDGET-AREAS
\* ######################################## */



/* ######################################## *\
		WIDGETS
\* ######################################## */



/* ######################################## *\
		LAYOUTS / BLÖCKE
\* ######################################## */



/* ######################################## *\
		INHALTE
\* ######################################## */



/* ######################################## *\
		FELDER
\* ######################################## */



/* ######################################## *\
		ELEMENTE
\* ######################################## */



/* ######################################## *\
		MENÜS
\* ######################################## */

/* main-menu */
.nav-button {
	display: block;
	position: absolute;
	z-index: 5;
	top: 66%;
	right: 15px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	background: none;
	-webkit-tap-highlight-color: rgba(255,255,255, 0); 
	transform: translateY(-50%);
}
	
.nav-button span {
	display: block;
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 10px;
	width: 20px;
	height: 2px;
	background: rgba(0,0,0, 1);
	border-radius: 2px;
	transition: background 0 0.3s;
}
	.nav-button span:before,
	.nav-button span:after {
		 position: absolute;
		 z-index: 5;
		 display: block;
		 left: 0;
		 width: 100%;
		 height: 2px;
		 border-radius: 2px;
		 background-color: rgba(0,0,0, 1);
		 content: "";
		 transition-duration: 0.3s, 0.3s;
		 transition-delay: 0.3s, 0;
	}
		.nav-button span:before {
			top: -6px;
			transition-property: top, transform;
		}
		.nav-button span:after {
			bottom: -6px;
			transition-property: bottom, transform;
		}

.mm-ocd-opened .nav-button span {
	background: none;
}
	.mm-ocd-opened .nav-button span:before,
	.mm-ocd-opened .nav-button span:after {
		transition-delay: 0, 0.3s;
		background-color: rgba(0,116,162, 1);
	}
		.mm-ocd-opened .nav-button span:before {
			top: 0;
			transform: rotate(45deg);
		}
		.mm-ocd-opened .nav-button span:after {
			bottom: 0;
			transform: rotate(-45deg);
		}
	
/* ######################################## *\
		SEITENNUMMERIERUNG / BREADCRUMBS
\* ######################################## */



/* ######################################## *\
		KOMMENTARE
\* ######################################## */



/* ######################################## *\
		MISC / CONTRIB
\* ######################################## */


	 
/* ######################################## *\
		WORDPRESS CORE
\* ######################################## */
	
html.js {
	margin-top:	0 !important;
}

#wpadminbar {
	display: none;
}

/* ######################################## *\
		KEIN JAVASCRIPT
\* ######################################## */


