/*!
 * template.css
 *
 * @link https://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage agoodstart
 */

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



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

/* header */
#branding {
	width: 25%;
}

/* backlink */
#backlink .inner {
	width: 25%;
	width: calc(25% - 120px);
}

/* main */
.content-container {
	margin-left: 25%;
}

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

/* widget-area-footer */
#widget-area-footer {
	margin-left: 25%;
}

/* widget-area-bottom */
#widget-area-bottom .wrapper {
	margin-left: 25%;
}

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

/* widget_jumper */
.widget_jumper .jumper {
	width: 25%;
	width: calc(25% - 120px);
}

.widget_jumper .jumper-item a {
	font-size: 0.875rem;
}

/* ######################################## *\
		LAYOUTS
\* ######################################## */

.layout .inner-layout {
	margin-left: 25%;
}

/* layout-intro */
.page-template-page-layout-intro .layout-intro .wave-bottom-right {
	margin-top: -10vw;
}

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



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



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

/* identity */
.identity {
  transform: scale(0.8);
}
	#layout-intro .identity {
		transform: scale(0.6) translateX(50%);
	}

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



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

/* breadcrumbs */
#breadcrumbs .wrapper {
	margin-left: 25%;
}

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



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


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

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


