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

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

html {
	font-size: 16px;
}

body {}

a {
	text-decoration: none;
}
	a:hover, a:active, a:focus {
		text-decoration: underline;
	}

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {
	position: relative;
}

#branding {
	float: left;
	width: auto;
}

#logo {
	width: 100px;
	transition: all 0.3s ease;
}
	.header-container.sticky #logo {
		width: 55px;
	}

.navigation {
	float: left;
	position: relative;
	clear: none;
	padding: 2.75em 0 1.375em 1.375em;
	transition: all 0.3s ease;
}
	.header-container.sticky .navigation {
		padding: 1.03125em 0 1.03125em 1.375em;
	}

/* title */
#title {
	padding-top: 6.875em;
	padding-bottom: 9.625em;
}
	.page-template-default #title {
		padding-top: 5.5em;
		padding-bottom: 6.875em;
	}

/* main */
.main-container {}
	.has-angle .main-container {
		margin-top: -13.0625em;
	}

#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-logos */
#widget-area-logos .widget-inner {
	opacity: 0.35;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
}
	#widget-area-logos .widget-inner:hover {
		opacity: 1.0;
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-ms-filter: grayscale(0);
		filter: grayscale(0);
	}

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



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

.layout.blue-top {
	padding-top: 0;
	padding-bottom: 4.125em;
	margin-top: -8.25em;
}

.layout.blue-bottom {
	padding-top: 4.125em;
	padding-bottom: 0;
	margin-bottom: -8.25em;
}

/* layout-slider */
.layout-slider .slide {
	overflow: hidden;
}

.layout-slider .slide .bg-image:after {
	width: 160px;
	height: 36px;
	right: 40px;
	top: 40px;
}

.layout-slider .slide .inner {
	position: relative;
}

.layout-slider .slide .title-subline {
	padding: 1.375em 40px;
	position: absolute;
	left: 0;
	bottom: 2.75em;
	z-index: 5;
}

.layout-slider .slide .title {
	font-size: 6.750rem;
	font-size: 3.375rem;
	color: rgba(255,255,255, 1);
}

.layout-slider .slide .subline {
	font-size: 3.375rem;
	font-size: 2rem;
	color: rgba(255,255,255, 1);
}

.layout-slider .slide .description {
	position: absolute;
	right: 40px;
	bottom: 0;
	z-index: 5;
	padding: 55px 20px 0 35px;
	display: flex;
	width: 240px;
	height: 240px;
	border-radius: 100%;
	transform: translateY(33.333%);
}

.layout-slider .slide .description span {
	display: inline-block;
	line-height: 1.546875;
	font-size: 1rem;
}

/* layout-content */
.layout-content {
	padding: 8.25em 0;
}

/* layout-teaser */
.layout-teaser {
	padding: 8.25em 0;
}

/* custom */
.layout.seal-quality .max-width {
	position: relative;
}
	.layout.seal-quality .max-width:after {
		content: '';
		background: url(img/50jahre-gepruefte-qualitaet.png) no-repeat center center;
		background-size: cover;
		width: 173px;
		height: 336px;
		position: absolute;
		right: 0;
		top: -20px;
		z-index: 5;
		transform: translate(-100%, -8.25em);
	}
	
.layout.seal-quality .layout-title,
.layout.seal-quality .field-body {
	padding-right: 40%;
}

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

/* post-type-manufacturer */
.post-type-manufacturer.post-view-full .list-manufacturer-body {
	margin-bottom: 5.5em;
}

.post-type-manufacturer.post-view-full .field-thumbnail .manufacturer-category {
	display: block;
}

.post-type-manufacturer.post-view-full .manufacturer-meta {
	padding-top: 2.75em;
	padding-bottom: 2.75em;
}

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

.post-type-manufacturer.post-view-teaser .wrapper-manufacturer-category {
	width: 120px;
	padding-right: 40px;
	display: block;
}

.post-type-manufacturer.post-view-teaser .manufacturer-category {
	width: 80px;
	height: 80px;
}

.post-type-manufacturer.post-view-teaser .wrapper-manufacturer-excerpt {
	width: 100%;
}

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

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

/* field-taxonomy */	
.field-taxonomy a {
	opacity: 1;
	-moz-transition: all ease 0.3s;	
	-webkit-transition: all ease 0.3s;	
	transition: all ease 0.3s;
}
	.field-taxonomy a[href]:hover,
	.field-taxonomy a[href]:focus,
	.field-taxonomy a[href]:active {
		text-decoration: none;
		opacity: 0.75;
	}

/* field-share */ 
.field-share a[href]:hover,
.field-share a[href]:focus {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.5;
}

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

/* formulare */
.btn, .button, input[type="submit"] {
	opacity: 1;
	-moz-transition: all ease 0.3s;	
	-webkit-transition: all ease 0.3s;	
	transition: all ease 0.3s;
}

.btn:hover, .btn:focus, 
.button:hover, .button:focus,
input[type="submit"]:hover, input[type="submit"]:focus {
	opacity: 0.75;
	text-decoration: none;
}

.btn-o:hover, .btn-o:focus, 
.button-o:hover, .button-o:focus {
	opacity: 0.75;
	text-decoration: none;
}

.btn-tertiary:hover, button-tertiary:hover {
	opacity: 1;
	background-color: rgba(0,36,78, 1);
	color: rgba(255,255,255, 1);
}

/* guide */
#guide a {
	opacity: 1;
	-moz-transition: opacity ease 0.3s;	
	-webkit-transition: opacity ease 0.3s;	
	transition: opacity ease 0.3s;
}
	#guide a[href]:hover {
		text-decoration: none;
		opacity: 0.75;
	}

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

/* main-menu */
.main-menu-container {
	display: block !important;
	clear: none;
}

#main-menu {
	font-size: 1rem;
}

#main-menu .menu-item-depth-0 {
	float: left;
	position: relative;
}

#main-menu .menu-link-depth-0 {
	padding: 8px 14px;
	color: rgba(0,36,78, 1);
	display: block;
}
	#main-menu .menu-item-depth-0:hover .menu-link-depth-0,
	#main-menu .menu-item-depth-0 .menu-link-depth-0:focus,
	#main-menu .menu-item-depth-0 .menu-link-depth-0:active {
		color: rgba(0,36,78, 1);
		text-decoration: none;
	}
	#main-menu .menu-item-depth-0.current-menu-item .menu-link-depth-0,
	#main-menu .menu-item-depth-0.current-menu-ancestor .menu-link-depth-0 {
		color: rgba(0,36,78, 1);
		text-decoration: none;
		font-weight: bold;
	}
	#main-menu .menu-item-depth-0.menu-item-has-children .menu-link-depth-0:before {
		content: '';
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-bottom: 12px solid rgba(0,0,0, 0.04);
		width: 0;
		height: 0;
		position: absolute;
		bottom: -13px;
		left: 50%;
		margin-left: -12px;
		z-index: 26;
		display: none;
	}
		#main-menu .menu-item-depth-0.menu-item-has-children:hover .menu-link-depth-0:before {
			display: block;
		}
	#main-menu .menu-item-depth-0.menu-item-has-children .menu-link-depth-0:after {
		content: '';
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid rgba(0,36,78, 1);
		width: 0;
		height: 0;
		position: absolute;
		bottom: -14px;
		left: 50%;
		margin-left: -10px;
		z-index: 27;
		display: none;
	}
		#main-menu .menu-item-depth-0.menu-item-has-children:hover .menu-link-depth-0:after {
			display: block;
		}

#main-menu .menu-depth-1 {
	position: absolute;
	z-index: 25;
	top: 50px;
	left: 0;
	background: rgba(0,36,78, 1);
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	border-top: 1px solid rgba(0,0,0, 0.05);
	border-radius: 2px;
	min-width: 236px;
	font-size: 0.875rem;
	line-height: normal;
	padding: 10px 0;
	margin: 0;
	display: none;
}
	#main-menu .menu-item-depth-0:last-child .menu-depth-1 {
		left: auto;
		right: 0;
	}
	#main-menu .menu-item-depth-0:hover .menu-depth-1 {
		display: block;
	}
	#main-menu .menu-depth-1:before {
		content: "";
		position: absolute;
		z-index: 1;
		left: 0;
		top: -16px;
		height: 16px;
		width: 100%;
	}
	#main-menu .menu-item-has-description .menu-depth-1 {
		top: 59px;
	}

#main-menu .menu-depth-1 {
	padding: 1.375em 15px;
}

#main-menu .sub-menu .menu-item {
	position: relative;
}

#main-menu .sub-menu .menu-link {
	display: block;
	padding: 0.6875em 0;
	color: rgba(255,255,255, 1);
	border-top: 1px solid rgba(0,0,0, 0.12);
	transition: padding 0.3s ease;
	position: relative;
}
	#main-menu .sub-menu .menu-item:hover > .menu-link,
	#main-menu .sub-menu .menu-item > .menu-link:focus,
	#main-menu .sub-menu .menu-item > .menu-link:active {
		color: rgba(255,255,255, 1);
		background: rgba(0,0,0, 0.06);
		text-decoration: none;
		padding-left: 0.6875em;
	}
	#main-menu .sub-menu .menu-item.current-menu-item > .menu-link,
	#main-menu .sub-menu .menu-item.current-menu-ancestor > .menu-link {
		color: rgba(255,255,255, 1);
		font-weight: bold;
		text-decoration: none;
	}

#main-menu .menu-item-depth-1 .sub-menu {
	margin: 0;
	padding: 0;
}

#main-menu .menu-item-depth-1:first-child .menu-link,
#main-menu .menu-depth-2 .menu-link {
	border-top: 0;
}

#main-menu .sub-menu .menu-item-depth-2 .menu-link:before {
	content: '›';
	display: inline-block;
	margin-left: -1.375em;
	width: 1.375em;
	text-align: center;
}

#main-menu .sub-menu .menu-link-depth-2 {
	padding-left: 1.375em;
}
	#main-menu .sub-menu .menu-item-depth-2:hover > .menu-link,
	#main-menu .sub-menu .menu-item-depth-2:focus > .menu-link,
	#main-menu .sub-menu .menu-item-depth-2:active > .menu-link {
		padding-left: 2.0625em;
	}
	#main-menu .sub-menu .menu-item-depth-2 .menu-link-depth-2:before {
		content: '›';
	}
#main-menu .sub-menu .menu-link-depth-3 {
	padding-left: 2.0625em;
}
	#main-menu .sub-menu .menu-item-depth-3:hover > .menu-link,
	#main-menu .sub-menu .menu-item-depth-3:focus > .menu-link,
	#main-menu .sub-menu .menu-item-depth-3:active > .menu-link {
		padding-left: 2.75em;
	}
	#main-menu .sub-menu .menu-item-depth-3 .menu-link-depth-3:before {
		content: '››';
	}
#main-menu .sub-menu .menu-link-depth-4 {
	padding-left: 2.75em;
}
	#main-menu .sub-menu .menu-item-depth-4:hover > .menu-link,
	#main-menu .sub-menu .menu-item-depth-4:focus > .menu-link,
	#main-menu .sub-menu .menu-item-depth-4:active > .menu-link {
		padding-left: 3.4375em;
	}
	#main-menu .sub-menu .menu-item-depth-4 .menu-link-depth-4:before {
		content: '›››';
	}

#main-menu .menu-link-description {
	display: block;
	font-size: 0.625rem;
	opacity: 0.5;
}

#main-menu .menu-item i {}
	#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 {
		content: '';
		width: 100%;
		max-width: 22px;
		height: 4px;
		background: rgba(52,169,54, 1);
		position: absolute;
		left: 14px;
		bottom: 0;
		z-index: 1;
	}

#main-menu .menu-item .menu-link-title {}
	#main-menu .menu-item.home .menu-link-title {
		display: none;
	}
	#main-menu .menu-item:hover .menu-link-depth-0 > .menu-link-title: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 {
		content: '';
		width: 100%;
		max-width: 75px;
		height: 4px;
		background: rgba(52,169,54, 1);
		position: absolute;
		left: 14px;
		bottom: 0;
		z-index: 1;
	}
		#main-menu .menu-item:hover .menu-link-depth-0 > .menu-link-title:after {
			left: 14px;
		}
		
/* search */
.search-container {
	position: absolute;
	right: 0;
	top: -2px;
}

.search-button {
	display: block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	position: relative;
}
	.search-button.active {
		color: rgba(28,169,239, 1);
		background: rgba(28,169,239, 0.12);
	}
	
.search-button i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
	
.site-search {
	position: absolute;
	top: 0px;
	right: 46px;
	z-index: 25;
	width: 320px;
	padding: 5px 0;
}
	.site-search:after {
		content: '';
		position: absolute;
		right: -10px;
		width: 0; 
		height: 0; 
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid rgba(28,169,239, 1);
		top: 50%;
		margin-top: -10px;
	}

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

/* prev-next */
#pagination.prev-next a {
	opacity: 1;
	-moz-transition: opacity ease 0.3s;	
	-webkit-transition: opacity ease 0.3s;	
	transition: opacity ease 0.3s;
}
	#pagination.prev-next a:hover,
	#pagination.prev-next a:focus,
	#pagination.prev-next a:active {
		opacity: 0.75;
		text-decoration: none;
	}
	
/* single.prev-next */
#pagination.single.prev-next {
	margin-bottom: 0;
}

#pagination.single.prev-next .page-overview {
	position: absolute;
	left: 10%;
	bottom: calc(100% - 40px);
	z-index: 1;
	border-right: 0;
}

#pagination.single.prev-next .page-overview .label {
	display: block;
}

#pagination.single.prev-next .page-overview a {
	width: 80px;
	height: 80px;
	border-radius: 9999px;
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
}

#pagination.single.prev-next .page-prev-next {
	width: 360px;
}

#pagination.single.prev-next .post-link {
	height: 90px;
}

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



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

/* card */
.card.card-hover {
	transition: box-shadow 0.3s ease 0s;
}
	.card.card-hover:hover {
		box-shadow: 0 2px 3px rgba(0,0,0, 0.1), 0 5px 10px rgba(0,0,0, 0.25);
	}

/* owl-carousel */
.owl-carousel.owl-theme .owl-nav {
	position: static;
	width: auto;
	height: auto;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
	top: 50%;
	margin-top: -32px;
	height: 64px;
}
	.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: 0;
	}
	.owl-carousel.owl-theme .owl-nav .owl-next {
		right: 0;
	}
	.owl-carousel.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover {
		background: rgba(28,169,239, 1);
	} 
	.owl-carousel.owl-theme.gallery-thumbnails .owl-nav [class*="owl-"] {
		top: 50%;
		height: 32px;
		width: 32px;
		margin-top: -16px;
		font-size: 1.5rem;
	}
		.owl-carousel.owl-theme.gallery-thumbnails .owl-nav .owl-prev {
			left: 0;
		}
		.owl-carousel.owl-theme.gallery-thumbnails .owl-nav .owl-next {
			right: 0;
		}
	
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
	transform: scale(1.5);
}

.owl-carousel.owl-theme .owl-thumbs {
	padding-left: 0;
	text-align: center;
}

/* make-font-size-great-again */
.font-size-is-great-again {
	font-size: 18px;
}
	
/* swipebox */
#swipebox-close:hover,
#swipebox-prev:not(.disabled):hover,
#swipebox-next:not(.disabled):hover {
	background: rgba(255,255,255, 1);
}
	#swipebox-close:hover:after {
		color: rgba(28,169,239, 1);
	}

#swipebox-prev:not(.disabled):hover:after,
#swipebox-next:not(.disabled):hover:after {
	color: rgba(28,169,239, 1);
}

/* TosRUs */
.tos-desktop .tos-close:hover,
.tos-desktop .tos-next:hover,
.tos-desktop .tos-prev:hover {
	background: rgba(255,255,255, 1);
}

.tos-close:hover span:after {
	color: rgba(28,169,239, 1);
}

.tos-prev:hover span,
.tos-next:hover span {
	color: rgba(28,169,239, 1);
}

.tos-desktop .tos-wrapper.tos-has-thumbnails .tos-pagination a:hover {
	opacity: 1;
}
	 
/* ######################################## *\
		WORDPRESS CORE
\* ######################################## */ 

.gallery.gallery-columns-9 .gallery-item {
	float: left;
	width: 11.111% !important;
}
	.gallery.gallery-columns-9 .gallery-item:nth-child(9n+1) {
		clear: left;
	}

.gallery.gallery-columns-3 figcaption {
	display: block;
}

html.js {
	margin-top:	0 !important;
}

#wpadminbar {
	opacity: 1;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	background: none;
}
	#wpadminbar:hover {
		opacity: 1;
		transform: translateY(0);
		background: #23282d;
	}
	#wpadminbar:before {
		position: absolute;
		right: 0;
		top: 0;
		content: 'Administration';
		background: #23282d;
		color: #fff;
		z-index: 1;
		padding: 0 15px;
		transform: translateY(50%);
		font-size: 12px;
		border-radius: 0 0 0 6px;
	}
		#wpadminbar:hover:before {
			display: none;
		}

#wpadminbar > * {
	opacity: 0;
}
	#wpadminbar:hover #wp-toolbar {
		opacity: 1;
	}

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


