/*!
 * medium-down.css
 *
 * @link http://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage agoodstart
 * 
 * @version 4.0.0
 */

/* ######################################## *\
    HTML / SEITEN-ELEMENTE
\* ######################################## */



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



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



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



/* ######################################## *\
    SEITEN: PAGES / POST TYPE ARCHIVES
\* ######################################## */



/* ######################################## *\
    INHALTE: POSTS / PAGES / CPTs
\* ######################################## */



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



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

/* main-menu */
.menu-toggler {
	background: url(img/icon-menu-toggler-white.png) no-repeat center center;
	background-size: 22px 14px;
	height: 44px;
	width: 44px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 35;
}
	.menu-toggler.open {
		background-image: url(img/icon-menu-toggler-black.png);
		background-size: 22px 14px;
	}

.main-menu-container {
	display: none;
	position: absolute;
	z-index: 25;
	top: 0;
	left: 0;
	width: 50%;
	background: #fff;
	padding: 54px 0 10px;
}

.main-menu-container .menu-depth-0 .menu-item {
	border-bottom: 1px solid #f0f0f0;
}
	.main-menu-container .menu-depth-0 .menu-item:last-of-type {
		border-bottom: none;
	}

.main-menu-container .menu-link {
	display: block;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
	.main-menu-container .menu-link-depth-1 {
		text-transform: inherit;
	}


.main-menu-container .menu-link-depth-0 {
	padding: 15px 25px;
}

.main-menu-container .menu-depth-1 {
	padding-bottom: 10px;
}

.main-menu-container .menu-link-depth-1 {
	padding: 6px 25px 6px 35px;
}

.main-menu-container .menu-link-depth-1 span:before {
	content: "› ";
}

.main-menu-container .sub-menu {
	background: #f0f0f0;
}



/* ######################################## *\
    FORMUALRE / TABELLEN
\* ######################################## */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	max-width: 100%;
}


/* ######################################## *\
    SUCHFORMULAR
\* ######################################## */



/* ######################################## *\
    SEITENNUMMERIERUNG / BREADCRUMBS
\* ######################################## */



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



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


   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */
   
   

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


