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

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

html {}

body {}

h1, .page-title {
	font-size: 3.375rem;
}

h2, .headline {
	font-size: 2.5rem;
}

h3, .h3 {
	font-size: 2rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

.pull-blockquote,
.pull-caption,
.pull-img {
	margin: 0.34375em 2.75em 2.75em;
	width: calc(66.666% - 5.5em);
}
	.pull-right {
		margin-right: calc(-25% - 8px);
	}
	.pull-left {
		margin-left: calc(-25% - 8px);
	}
	.pull-img {
		width: inherit;
	}

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {}

#branding {}

#logo {}
	.header-container.sticky #logo {
		width: 75px;
	}

.navigation {
  padding: 2.75em 0 1.375em 5.15625em;
}
	.header-container.sticky .navigation {
		padding: 1.03125em 0 1.03125em 6.875em;
	}

/* featured */
#featured .bg-image {
	padding-top: 860px !important;
}

/* main */
.main-container {}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {}

#footer {}

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

/* no sidebar */
.no-sidebar #content {
	width: 100%;
}

/* sidebars */
.sidebar-primary.sidebar-secondary .content-container,
.sidebar-primary.sidebar-secondary .sidebar-area {
	clear: none;
	float: left;
}

.sidebar-primary.sidebar-secondary #content {
	margin-left: calc((100% + 40px) / 4);
	margin-right: calc((100% + 40px) / 4);
	width: auto;
}

.sidebar-primary.sidebar-secondary #primary {
	margin-left: -100%;
	width: calc((100% + 40px) / 4);
}

.sidebar-primary.sidebar-secondary #secondary {
	margin-left: calc((-100% - 40px) / 4);
	width: calc((100% + 40px) / 4);
}

/* primary */
.sidebar-primary.no-sidebar-secondary .content-container,
.sidebar-primary.no-sidebar-secondary .sidebar-area {
	clear: none;
	float: left;
}

.sidebar-primary.no-sidebar-secondary #content {
	margin-left: calc((100% + 40px) / 3);
	margin-right: 0%;
	width: auto;
}

.sidebar-primary.no-sidebar-secondary #primary {
	margin-left: -100%;
	width: calc((100% + 40px) / 3);
}

/* secondary */
.sidebar-secondary.no-sidebar-primary .content-container,
.sidebar-secondary.no-sidebar-primary .sidebar-area {
	clear: none;
	float: left;	
}

.sidebar-secondary.no-sidebar-primary #content {
	margin-left: 0%;
	margin-right: calc((100% + 40px) / 3);
	width: auto;
}

.sidebar-secondary.no-sidebar-primary #secondary {
	margin-left: calc((-100% - 40px) / 3);
	width: calc((100% + 40px) / 3);
}

/* widget-area-footer */
.widget-area-footer-container {
	position: relative;
}
	.widget-area-footer-container:before,
	.widget-area-footer-container:after {
		content: '';
		width: 1px;
		height: 150%;
		background: rgba(255,255,255, 0.33);
		position: absolute;
		bottom: 0;
		left: 33.333%;
		z-index: 1;
		transform: translateX(-40px);
	}
		.widget-area-footer-container:after {
			left: 66.666%;
		}

#widget-area-footer {
	align-items: flex-end;
	margin-top: -6vw;
	padding-bottom: 4.125em;
}

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

/* footer-menu */
.widget.footer-menu {
	width: 33.333%;
	margin-bottom: 0 !important;
	order: 1;
}

/* footer-social */
.widget.footer-social {
	width: 33.333%;
	order: 2;
	margin-bottom: 0 !important;
}
	
/* footer-contact */
.widget.footer-contact {
	width: 33.333%;
	order: 3;
	margin-bottom: 0 !important;
}
	.widget.footer-contact:before {
		top: -2.0625em;
		width: 100px;
		height: 154px;
	}

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

/* layout-slider */
.layout-slider .slide .bg-image {
	
}
	.layout-slider .slide .bg-image:after {
		width: 218px;
		height: 50px;
	}

.layout-slider .slide .title-subline {
	bottom: 5.5em;
}

.layout-slider .slide .title {
	font-size: 6.750rem;
}

.layout-slider .slide .subline {
	font-size: 3.375rem;
}

.layout-slider .slide .description {
	right: 0;
}

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

/* post-type-manufacturer */
.post-type-manufacturer.post-view-full #manufacturer-product .field-body ul {
	column-count: 3;
}

.post-type-manufacturer.post-view-teaser .manufacturer-meta.meta-links {
	display: flex;
}

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



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



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

/* main-menu */
#main-menu {
	font-size: 1.25rem;
}

#main-menu .menu-link-depth-0 {
	padding: 8px 24px;
}

#main-menu .menu-item.current-menu-item .menu-link-depth-0 > i:after,
#main-menu .menu-item.current-menu-ancestor .menu-link-depth-0 > i:after,
#main-menu .menu-item.current-menu-item .menu-link-depth-0 > .menu-link-title:after,
#main-menu .menu-item.current-menu-ancestor .menu-link-depth-0 > .menu-link-title:after {
	left: 25px;
}

#main-menu .menu-item:hover .menu-link-depth-0 > .menu-link-title:after {
	left: 25px;
}
	
#main-menu .menu-depth-1 {
	top: 56px;
	padding: 1.375em 15px;
}

/* search */
.search-container {
	top: 17px;
}

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



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



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


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


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


