/*!
 * 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 {}

#logo {
	width: 180px;
	margin: 2.75em 0 1.375em;
}

.navigation {
	position: relative;
	padding-bottom: 1.375em;
}

/* main */
.main-container {}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {
	padding-top: 5.5em;
}

#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-bottom */
.widget-area-bottom-container {
	padding-bottom: 5.5em;
}

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

/* footer-contact */
.widget.footer-contact {
	width: 40%;
}

/* footer-network */
.widget.footer-network {
	width: 30%;
}

/* footer-more-about-us */
.widget.footer-more-about-us {
	width: 30%;
}

/* footer-social */
.widget.footer-social {
	order: 2;
	width: 60%;
	margin-bottom: 0;
}

.widget.footer-social .widget-title {
	width: 75%;
}

.widget.footer-social .field-body {
	width: 25%;
}

.widget.footer-social .field-body ul li a:hover {
	background: none;
	color: rgba(255,255,255, 1);
	border-color: rgba(255,255,255, 1);
}

/* footer-menu */
.widget.footer-menu li a:hover {
	color: rgba(255,255,255, 1);
	text-decoration: none;
}

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

/* layout */
.layout {
	padding: 5.5em 0;
}

/* layout-teaser */
.layout-teaser a .title:after {
	display: block;
	content: '\f178';
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	color: rgba(219,42,110, 1);
	opacity: 0;
	margin: 0.34375em auto 0;
	transform: translateX(-10px);
	transition: all .3s ease;
}
	.layout-teaser a:hover .title:after {
		opacity: 1;
		transform: translateX(0);
	}

/* layout-content-image */
.front .layout-content-image .list-2,
.page-id-9930 .layout-content-image .list-2 {
	display: flex;
	align-items: center;
}

.front .layout-content-image,
.page-id-9930 .layout-content-image {
	padding: 1.375em 0;
}

.front .layout-content-image.image-position-right .list-2,
.page-id-9930 .layout-content-image.image-position-right .list-2 {
	flex-direction: row-reverse;
}

.layout-content-image .list-2 > .item-image {
	padding-top: 0.4em;
}

.layout-content-image.image-position-right .list-2 > .item-image {
	float: right;
}

/* layout-list-instrument */
.layout.layout-list-instrument .instrument_category {
	margin-bottom: 4.125em;
	padding-bottom: 4.125em;
}

/* layout-list-team */
.layout.layout-list-team .team_category {
	margin-bottom: 4.125em;
	padding-bottom: 4.125em;
}

/* layout-list-country */
.layout.layout-list-country .country-bar:hover {
	background: rgba(34,49,68, 1);
}

.layout.layout-list-country .country-bar > * {
	padding: 1.375em;
}

.layout.layout-list-country .country-bar .more .txt {
	display: inline-block;
	position: relative;
	top: -4px;
	right: 4px;
	transition: all .3s ease;
}
	.layout.layout-list-country .country-bar:hover .more .txt {
		color: rgba(255,255,255, 1);
	}

.layout.layout-list-country .country-more {
	columns: 4;
}

/* layout-newsletter-news */
.layout-newsletter-news {
	background: -moz-linear-gradient(left, rgba(219,42,110) 0%, rgba(219,42,110) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(219,42,110) 0%,rgba(219,42,110) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(219,42,110) 0%,rgba(219,42,110) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	position: relative;
}
	.layout-newsletter-news:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: url(img/circles.png) no-repeat 5% -100%;
		background-size: 640px auto;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		pointer-events: none;
	}

/* layout-news */
.layout-content + .layout.layout-news {
	margin-top: -2.75em;
}

/* layout-timeline */
.layout-timeline .list:after {
	left: 50%;
}

.layout-timeline .list > .list-item {
	margin-top: 0;
}

.layout-timeline .list > .list-item .inner {
	padding-left: 0;
}
	.layout-timeline .list > .list-item:nth-of-type(odd) .inner {
		margin-left: calc(50% + 11px + 2.75em);
	}
		.layout-timeline .list > .list-item:nth-of-type(odd) .inner:before {
			left: -2.75em;
		}
	.layout-timeline .list > .list-item:nth-of-type(even) .inner {
		margin-right: calc(50% + 11px + 2.75em);
	}
		.layout-timeline .list > .list-item:nth-of-type(even) .inner:before {
			left: auto;
			right: -2.75em;
			transform: translate3d(100%,-50%,0);
		}
		.layout-timeline .list > .list-item:hover .inner:before {
			background: rgba(219,42,110, 1);
			border-color: rgba(219,42,110, 1);
		}
	.layout-timeline .list > .list-item .inner:before {
		top: 42px;
	}


.layout-timeline .field-year {
	position: relative;
}
	.layout-timeline .list-item:nth-of-type(odd) .field-year {
		float: left;
	}	
	.layout-timeline .list-item:nth-of-type(even) .field-year {
		float: right;
	}
	.layout-timeline .field-year:before {
		content: '';
		display: block;
		width: 0;
		background: rgba(41,57,80, .15);
		height: 2px;
		position: absolute;
		z-index: 1;
		top: 42px;
		left: -4px;
		transform: translateX(-100%);
		transition: all .6s ease;
	}
	.layout-timeline .list-item:nth-of-type(even) .field-year:before {
		left: auto;
		right: -4px;
		transform: translateX(100%);
	}
		.layout-timeline .list-item:hover .field-year:before {
			width: 36px;
		}

.layout-timeline .list-item:hover .field-thumbnail:after {
	border-width: 4px;
}


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

/* post-type-competence */
.post-type-competence.post-view-teaser .field-thumbnail {
	position: relative;
}
	.post-type-competence.post-view-teaser:hover .field-thumbnail:after {
		border-color: rgba(148,156,167, 1);
	}
	.post-type-competence.post-view-teaser .field-thumbnail:before {
		content: '\f178';
		display: block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		color: rgba(255,255,255, 1);
		background: rgba(219,42,110, 1);
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		border-radius: 50%;
		transform: translate3d(-25%,25%, 0);
		opacity: 0;
		transition: all .3s ease;
		font-size: 1.25rem
	}
	.post-type-competence.post-view-teaser:hover .field-thumbnail:before {
		opacity: 1;
		transform: translate3d(0,25%, 0);
	}

/* post-type-target_industry */
.post-type-target_industry.post-view-teaser .field-thumbnail {
	position: relative;
}
	.post-type-target_industry.post-view-teaser:hover .field-thumbnail:after {
		border-color: rgba(148,156,167, 1);
	}
	.post-type-target_industry.post-view-teaser .field-thumbnail:before {
		content: '\f178';
		display: block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		color: rgba(255,255,255, 1);
		background: rgba(219,42,110, 1);
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		border-radius: 50%;
		transform: translate3d(-25%,25%, 0);
		opacity: 0;
		transition: all .3s ease;
		font-size: 1.25rem
	}
	.post-type-target_industry.post-view-teaser:hover .field-thumbnail:before {
		opacity: 1;
		transform: translate3d(0,25%, 0);
	}

/* post-type-instrument */
.post-type-instrument.post-view-teaser .field-thumbnail {
	position: relative;
}
	.post-type-instrument.post-view-teaser:hover .field-thumbnail:after {
		border-color: rgba(148,156,167, 1);
	}
	.post-type-instrument.post-view-teaser .field-thumbnail:before {
		content: '\f178';
		display: block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		color: rgba(255,255,255, 1);
		background: rgba(219,42,110, 1);
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		border-radius: 50%;
		transform: translate3d(-25%,25%, 0);
		opacity: 0;
		transition: all .3s ease;
		font-size: 1.25rem
	}
	.post-type-instrument.post-view-teaser:hover .field-thumbnail:before {
		opacity: 1;
		transform: translate3d(0,25%, 0);
	}

/* post-type-distributor */
.post-type-distributor.post-view-teaser .field-thumbnail {
	position: relative;
}
	.post-type-distributor.post-view-teaser:hover .field-thumbnail:after {
		border-color: rgba(148,156,167, 1);
	}
	.post-type-distributor.post-view-teaser .field-thumbnail:before {
		content: '\f178';
		display: block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		color: rgba(255,255,255, 1);
		background: rgba(219,42,110, 1);
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		border-radius: 50%;
		transform: translate3d(-25%,25%, 0);
		opacity: 0;
		transition: all .3s ease;
		font-size: 1.25rem
	}
	.post-type-distributor.post-view-teaser:hover .field-thumbnail:before {
		opacity: 1;
		transform: translate3d(0,25%, 0);
	}

/* post-type-team */
.post-type-team .field-email a:hover {
	color: rgba(0,0,0, 1);
}

.post-type-team.post-view-teaser .field-thumbnail {
	position: relative;
}
	.post-type-team.post-view-teaser a:hover .field-thumbnail:after {
		border-color: rgba(148,156,167, 1);
	}
	.post-type-team.post-view-teaser a .field-thumbnail:before {
		content: '\f178';
		display: block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		color: rgba(255,255,255, 1);
		background: rgba(219,42,110, 1);
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		border-radius: 50%;
		transform: translate3d(-25%,25%, 0);
		opacity: 0;
		transition: all .3s ease;
		font-size: 1.25rem
	}
	.post-type-team.post-view-teaser a:hover .field-thumbnail:before {
		opacity: 1;
		transform: translate3d(0,25%, 0);
	}

/* post-type-network */
.post-type-network.post-view-teaser .field-thumbnail {
	position: relative;
}
	.post-type-network.post-view-teaser:hover .field-thumbnail:after {
		border-color: rgba(148,156,167, 1);
	}
	.post-type-network.post-view-teaser .field-thumbnail:before {
		content: '\f178';
		display: block;
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		color: rgba(255,255,255, 1);
		background: rgba(219,42,110, 1);
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		border-radius: 50%;
		transform: translate3d(-25%,25%, 0);
		opacity: 0;
		transition: all .3s ease;
		font-size: 1.25rem
	}
	.post-type-network.post-view-teaser:hover .field-thumbnail:before {
		opacity: 1;
		transform: translate3d(0,25%, 0);
	}

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

/* field-body */
.field-body a.more-link:hover {
	padding-left: 0.6875em;
}
.field-body a.more-link:hover:before {
	margin-right: 0.2em;
}

/* field-permalink */
.field-permalink a:hover {
	padding-left: 0.6875em;
}

.field-permalink a:hover i {
	margin-left: 0.5em;
}

/* 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: 1;
	text-decoration: none;
	background: rgba(25,25,25, 1);
	color: rgba(255,255,255, 1);
}

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

/* guide */
#guide a {
	opacity: 1;
	-moz-transition: all ease 0.3s;	
	-webkit-transition: all ease 0.3s;	
	transition: all .3s ease;
}
	#guide a[href]:hover {
		border-color: transparent;
		background: rgba(219,42,110, 1);
		color: rgba(255,255,255, 1);
		transform: translateY(-5px);
		box-shadow: 0 1px 2px rgba(0,0,0, .25);
	}
	
/* identity */
.identity {
	margin: 0 auto;
}

.identity {
  position: relative;
  width: 31.25rem;
  height: 31.25rem;
  padding: 0;
  margin: 0 auto;
  transform: scale(0.55);
}
	#layout-intro .identity {
		position: absolute;
		z-index: 5;
		right: 0;
		bottom: 0;
	}

.identity li {
	font-size: 1rem;
  display: flex;
  padding: 0 !important;
  align-items: center;
}
	.identity li:before {
		content: none !important;
	}
	.identity li:not(:first-child) {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 8.75rem;
	  height: 8.75rem;
	  margin: -4.375rem;
	}
		.identity li:not(:first-child):first-of-type {
		  transform:rotate(-90deg) translate(15.625rem) rotate(90deg);
		}
		.identity li:not(:first-child):nth-of-type(2) {
		  transform:rotate(-45deg) translate(15.625rem) rotate(45deg);
		}
		.identity li:not(:first-child):nth-of-type(3) {
		  transform:rotate(0deg) translate(15.625rem) rotate(0deg);
		}
		.identity li:not(:first-child):nth-of-type(4) {
		  transform:rotate(45deg) translate(15.625rem) rotate(-45deg);
		}
		.identity li:not(:first-child):nth-of-type(5) {
		  transform:rotate(135deg) translate(15.625rem) rotate(-135deg);
		}
		.identity li:not(:first-child):nth-of-type(6) {
		  transform:rotate(180deg) translate(15.625rem) rotate(-180deg);
		}
		.identity li:not(:first-child):nth-of-type(7) {
		  transform:rotate(225deg) translate(15.625rem) rotate(-225deg);
		}
		.identity li:not(:first-child):nth-of-type(8) {
		  transform:rotate(270deg) translate(15.625rem) rotate(-270deg);
		}
	.identity li:first-child {
	  content: '';
	  position: absolute;
	  width: 13.75rem;
	  height: 13.75rem;
	  padding: 0.6875em;
	  border-radius: 50%;
	  top: 15.625rem;
	  left: 15.625rem;
	  margin-left: -6.875rem;
	  margin-top: -6.875rem;
	  text-align: center;
	  background-color: #eaebee;
	  box-shadow: 0 0 0 .5rem #7f8996;
	  color: rgba(105,117,133, 1);
	}
		.identity li:first-child:before {
		  content: '' !important;
		  position: absolute;
		  z-index: -1;
		  width: 46.875rem;
		  height: 46.875rem;
		  padding: 0;
		  line-height: 0;
		  border-radius: 50%;
		  top: -15.625rem;
		  left: -15.625rem;
		  background: #303f56;
		}
		#layout-intro .identity li:first-child {
			background-color: rgba(233,235,238, 0.85);
			box-shadow: 0 0 0 .5rem rgba(128,138,151, 0.85);
		}
			#layout-intro .identity li:first-child:before {
				background: rgba(49,65,88, 0.85);
			}

.identity li span {
	position: relative;
}
	.identity li span:before {
	  content: '';
	  position: absolute;
	  width: 1.375em;
	  height: 1.375em;
	  background: #eaebee;
	  border-radius: 50%;
	  margin-left: -2.0625em;
	  top: 0;
	}
	 	.identity li:first-child span:before {
			content: none;
		}

#post-63 #layout-intro .field-body,
#post-4254 #layout-intro .field-body,
#post-7158 #layout-intro .field-body,
#post-6299 #layout-intro .field-body,
#post-7745 #layout-intro .field-body,
#post-7840 #layout-intro .field-body {
	margin-right: 26em;
}

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

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

#main-menu {
	font-size: 1rem;
	font-family: 'Titillium Web', sans-serif;
}

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

#main-menu .menu-link-depth-0 {
	padding: 8px 14px;
	color: rgba(255,255,255, 1);
	display: block;
	text-decoration: none;
	font-size: 1.125rem;
}
	#main-menu .menu-item-depth-0:first-of-type .menu-link-depth-0 {
		padding-left: 0;
	}
	#main-menu .menu-item-depth-0:last-of-type .menu-link-depth-0 {
		padding-right: 0;
	}
	#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: -18px;
		left: 20px;
		z-index: 26;
		display: none;
	}
		#main-menu .menu-item-depth-0.menu-item-has-children:hover .menu-link-depth-0:before {
			display: none;
		}
	#main-menu .menu-item-depth-0.menu-item-has-children .menu-link-depth-0:after {
		content: '';
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-bottom: 12px solid rgba(212,215,220, 1);
		width: 0;
		height: 0;
		position: absolute;
		bottom: -22px;
		left: 20px;
		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-item-depth-0 .menu-link-depth-0 .menu-link-title {
	position: relative;
}

#main-menu .menu-item-depth-0.current-menu-item .menu-link-depth-0 .menu-link-title:after,
#main-menu .menu-item-depth-0.current-menu-ancestor .menu-link-depth-0 .menu-link-title:after,
#main-menu .menu-item-depth-0:hover .menu-link-depth-0 .menu-link-title:after,
#main-menu .menu-item-depth-0:focus .menu-link-depth-0 .menu-link-title:after,
#main-menu .menu-item-depth-0:active .menu-link-depth-0 .menu-link-title:after {
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: 5;
	background: rgba(255,255,255, 1);
}

#main-menu .menu-depth-1 {
	position: absolute;
	z-index: 25;
	top: 62px;
	left: -0.6875em;
	background: rgba(212,215,220, 1);
	min-width: 240px;
	line-height: normal;
	padding: 1.375em 0.6875em 2.75em;
	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: -25px;
		height: 25px;
		width: 100%;
	}

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

#main-menu .sub-menu .menu-link {
	display: block;
	padding: 0.34375em 0;
	color: rgba(41,57,80, 1);
	transition: padding 0.3s ease;
	font-size: 1.125rem;
}
	#main-menu .sub-menu .menu-item:hover > .menu-link,
	#main-menu .sub-menu .menu-item:focus > .menu-link,
	#main-menu .sub-menu .menu-item:active > .menu-link {
		color: rgba(41,57,80, 1);
		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(41,57,80, 1);
		font-weight: bold;
		text-decoration: none;
	}

#main-menu .sub-menu .menu-item-depth-1 .menu-link:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 1rem;
	display: inline-block;
	margin-left: -1.375em;
	width: 1.375em;
	text-align: center;
}

#main-menu .sub-menu .menu-link-depth-1 {
	padding-left: 1.375em;
}
	#main-menu .sub-menu .menu-item-depth-1:hover > .menu-link,
	#main-menu .sub-menu .menu-item-depth-1:focus > .menu-link,
	#main-menu .sub-menu .menu-item-depth-1:active > .menu-link {
		padding-left: 2.0625em;
	}

/* ######################################## *\
		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;
	}

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



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

/* off canvas */
/* share */
#share .inner ul li a:hover {
	background: none;
	color: rgba(255,255,255, 1);
	border-color: rgba(255,255,255, 1);
}

/* card */
.card.card-hover {
	transition: all .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.05);
		transform: scale(1.05);
	}

/* owl-carousel */
	.owl-carousel.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover {
		background: rgba(41,57,80, 1);
	}
	
.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(41,57,80, 1);
	}

#swipebox-prev:not(.disabled):hover:after,
#swipebox-next:not(.disabled):hover:after {
	color: rgba(41,57,80, 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(41,57,80, 1);
}

.tos-prev:hover span,
.tos-next:hover span {
	color: rgba(41,57,80, 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
\* ######################################## */


