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

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

html {
  font-size: 16px;
}

body {
  font-size: 0.875rem;
}

/* make-font-size-great-again */
.font-size-is-great-again {
  font-size: 18px;
}

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

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}  
  h1 a:hover, h2 a:hover,
  h3 a:hover, h4 a:hover,
  h5 a:hover, h6 a:hover {}
  h1 a:active, h1 a:focus,
  h2 a:active, h2 a:focus,
  h3 a:active, h3 a:focus,
  h4 a:active, h4 a:focus,
  h5 a:active, h5 a:focus,
  h6 a:active, h6 a:focus {}

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {
	position: relative;
	z-index: 10;
}
	.header-container.headhesive {
		background: rgb(242,241,238);
		background: -moz-linear-gradient(-45deg, rgba(242,241,238,1) 0%, rgba(227,226,223,1) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(242,241,238,1) 0%,rgba(227,226,223,1) 100%);
		background: linear-gradient(135deg, rgba(242,241,238,1) 0%,rgba(227,226,223,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1ee', endColorstr='#e3e2df',GradientType=1 );
	}
	.header-container:not(.headhesive) {
		padding-left: 0.6875em;
		padding-right: 0.6875em;
	}
#header {
  position: relative;
}

#branding {}
	.headhesive #branding {
		display: none;
	}

#logo {
	float: none;
	clear: both;
	text-align: center;
}

.navigation {
  position: relative;
	padding-right: 64px;
	background: rgb(242,241,238);
	background: -moz-linear-gradient(-45deg, rgba(242,241,238,1) 0%, rgba(227,226,223,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(242,241,238,1) 0%,rgba(227,226,223,1) 100%);
	background: linear-gradient(135deg, rgba(242,241,238,1) 0%,rgba(227,226,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1ee', endColorstr='#e3e2df',GradientType=1 );
	border-radius: 2px;
}

/* main */
.main-container {
	position: relative;
	z-index: 5;
}
	.not-front .main-container {
		margin-top: 0;
	}

#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% + 39px) / 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);
  }

/* featured */
.widget-area-featured-container {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

/* front */
#widget-area-front {
	margin-top: 5.5em;
}

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

/* widget_taxonomy_list */
.widget_taxonomy_list .taxonomy-item > a:hover {
  color: rgba(59,87,126, 1);
}

/* widget_archive_list */
.widget_archive_list .archive-item > a:hover {
  color: rgba(59,87,126, 1);
}

.widget_archive_list .archive-item > a.ui-accordion-header-active:hover {
  color: rgba(0,0,0, 1);
  cursor: text;
}

/* widget_nav_menu */
.widget_nav_menu_advanced .menu-item > a:hover {
  color: rgba(255,255,255, 1);
}

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

.faq-accordion .accordion-header {
	transition: all .3s ease-in-out;
}
	.faq-accordion.alternative-style .accordion-header {
		font-size: 0.875rem;
	}

.faq-accordion .accordion-header:hover {
	background: rgba(77,115,168, .25);
}
	.faq-accordion.alternative-style .accordion-header:hover {
		background: none;
	}


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

/* post-view-highlights */
.post-view-highlights .list-item {
	border-bottom: none;	
	transition: all .3s ease-in-out;
}
	.post-view-highlights .list-item:nth-of-type(2) {
		border-right: 1px solid rgba(255,255,255, .15);
	}
	.post-view-highlights .list-item:hover {
		background: rgba(16,30,54, 1);
		transform: scale(1.03);
	}

.post-view-highlights .list-item .bg-image {
	filter: grayscale(1) contrast(1.5);
	transition: all .3s ease-in-out;
}
	.post-view-highlights .list-item:hover .bg-image {
		filter: grayscale(0) contrast(1);
	}

/* post-type-member */
.post-type-member.post-view-grid .inner {
	transition: all .3s ease-in-out;
}
	.post-type-member.post-view-grid .inner:hover {
		background: rgba(77,115,168, 1);
		color: rgba(255,255,255, 1);
		text-decoration: none;
		transform: scale(1.05);
	}

.post-type-member.post-view-grid .inner:hover .title {
	color: rgba(255,255,255, 1);
}

.post-type-member.post-view-grid .inner:hover .field-thumbnail img {
	-moz-mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* post-view-intro */
.post-view-intro .field-intro {
	padding: 20px;
}

	.post-type-page.post-view-intro .field-intro a:hover {
		background: rgba(225,87,113, 1);
		padding: 0.171875em 0.34375em;
		border-color: transparent;
	}


/* flexible-content */
.layout-overview .list-overview .list-item {
	margin-top: 10px;
}

.layout-overview .list-overview .list-item .inner {
	transition: all .3s ease-in-out;
}
	.layout-overview .list-overview .list-item .inner:hover {
		background: rgba(77,115,168, 1);
		color: rgba(255,255,255, 1);
		text-decoration: none;
		transform: scale(1.05);
	}

.layout-overview .list-overview .list-item .inner:hover .title {
	color: rgba(255,255,255, 1);
}

/* post-view-slider */
.post-view-slider .field-slider {
	border-bottom-width: 27px;
}
	.post-view-slider .field-slider:after {
		height: 54px;
	}

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

/* field-body */
.field-body a:not([href*="/wp-content/uploads/"]):hover  {
	border-color: rgba(225,87,113, 1);
	text-decoration: none;
}



/* 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:hover,
  .field-taxonomy a:focus,
  .field-taxonomy a:active {
    text-decoration: none;
    opacity: 0.75;
  }
    .field-taxonomy.taxonomy-tag a:hover,
    .field-taxonomy.taxonomy-tag a:focus,
    .field-taxonomy.taxonomy-tag a:active {
      background: rgba(0,0,0, 0.25);
      color: rgba(255,255,255, 1);
    }

/* field-share */ 
.field-share a:hover,
.field-share a: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;
}

/* guide */
#guide a {
  -moz-transition: background ease 0.3s;	
  -webkit-transition: background ease 0.3s;	
  transition: background ease 0.3s;
}
  #guide a:hover,
  #guide a:focus,
  #guide a:active {
    text-decoration: none;
    background: rgba(255,255,255, 1);
    color: rgba(0,0,0, 1);
  }

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

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

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

#main-menu .menu-link {
	display: block;
	color: rgba(255,255,255, .66);
	padding: 0.34375em 15px;
}
  #main-menu .menu-link:hover,
  #main-menu .menu-link:focus,
  #main-menu .menu-link:active {
    text-decoration: none;
  }

.headhesive #main-menu .logo .menu-link-depth-0 { /* logo @ headhesive */
	background: url(../images/logo-mobile.png) left center no-repeat !important;
	background-size: 150px auto !important;
	width: 40px;
	border-right: none;
}

.headhesive #main-menu .logo .menu-link-depth-0 span { /* hide home @ headhesive */
	font: 0px/0 a;
	text-shadow: none;
	color: transparent;
}

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

#main-menu .menu-link-depth-0 {
  padding-top: 1em;
  padding-bottom: 0.6875em;
	color: rgba(0,0,0, 1);
	display: block;
	border-right: 1px solid rgba(0,0,0, 0.15);
	font-family: 'FunctionPro', Arial, sans-serif;
	-moz-osx-font-smoothing: grayscale;
}
	#main-menu .menu-item-depth-0:hover .menu-link-depth-0,
	#main-menu .menu-item-depth-0:focus .menu-link-depth-0,
	#main-menu .menu-item-depth-0:active .menu-link-depth-0 {
		color: rgba(255,255,255, 1);
    background: rgba(81,81,81, 1);
		text-decoration: none;
	}
  	#main-menu .menu-item-depth-0:last-of-type .menu-link-depth-0 {
      border-right: 0;
    }
  #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(255,255,255, 1);
    background: rgba(81,81,81, 1);
    text-decoration: none;
  }

  #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: 0;
    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(48,55,57, 1);
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1px;
    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: 57px;
	left: 0;
	background: rgba(48,55,57, 1);
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	border-top: 1px solid rgba(0,0,0, 0.05);
	border-radius: 0 0 2px 2px;
	min-width: 220px;
	display: none;
	font-size: 0.875rem;
	line-height: normal;
	padding: 10px 0;
	margin: 0;
}
  #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 .mega .menu-depth-1 {
	min-width: 900px;
	margin-left: -450px;
}

	#main-menu .mega .menu-item-depth-1 {
		float: left;
		width: 25%;
	}
*/

/* flyout
#main-menu .menu-item-depth-1 {
	position: relative;
}
  #main-menu .menu-item-depth-1.menu-item-has-children .menu-link-depth-1:after {
    content: '›';
    float: right;
  }

#main-menu .sub-menu .menu-link {}
	#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(59,87,126, 1);
		text-decoration: none;
	}
	#main-menu .sub-menu .menu-item.current-menu-item:not(.current-menu-item-not-active-anchor):not(.current-menu-item-not-active-parameter) > .menu-link,
	#main-menu .sub-menu .menu-item.current-menu-ancestor > .menu-link {
  	color: rgba(59,87,126, 1);
		text-decoration: none;
	}

#main-menu .menu-item-depth-1 .sub-menu {
	position: absolute;
	z-index: 25;
	top: -11px;
	left: 102%;
	background: rgba(255,255,255, 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: 220px;
	display: none;
	font-size: 0.875rem;
	line-height: normal;
	padding: 10px 0;
	margin: 0;
}
  #main-menu .menu-item:hover > .sub-menu {
		display: block;
	}

  #main-menu .menu-item-depth-1 .sub-menu:before {
    content: '';
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid rgba(0,0,0, 0.04);
    width: 0;
    height: 0;
    position: absolute;
    top: 14px;
    left: -12px;
    z-index: 26;
  }
  #main-menu .menu-item-depth-1 .sub-menu:after {
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255,255,255, 1);
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
    left: -10px;
    z-index: 27;
  }
  
#main-menu .menu-item-depth-1 .menu-item {
	position: relative;
}

#main-menu .menu-item-depth-1 .menu-item.menu-item-has-children > .menu-link:after {
  content: '›';
  float: right;
}
/* /flyout */

/* flat */
#main-menu .sub-menu .menu-link {}
	#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(255,255,255, 1);
		text-decoration: none;
	}
	#main-menu .sub-menu .menu-item.current-menu-item:not(.current-menu-item-not-active-anchor):not(.current-menu-item-not-active-parameter) > .menu-link,
	#main-menu .sub-menu .menu-item.current-menu-ancestor > .menu-link {
  	color: rgba(255,255,255, 1);
		text-decoration: none;
	}  
  
#main-menu .menu-item-depth-1 .sub-menu {
	margin: 0;
	padding-left: 0;
}
  #main-menu .menu-item-depth-1 .menu-depth-2 {
    margin-bottom: 0.34375em;
  }

#main-menu .menu-item-depth-1 .menu-item {
	list-style: none;
}

#main-menu .menu-item-depth-2 .menu-link {
  padding-top: 0.171875em;
  padding-bottom: 0.171875em;
}
  #main-menu .menu-item-depth-2 .menu-link:before {
    content: '›';
    display: inline-block;
    margin-left: -1.375em;
    width: 1.375em;
    text-align: center;
  }
  #main-menu .menu-link-depth-2 {
    padding-left: 3.09375em;
  }
    #main-menu .menu-item-depth-2 .menu-link-depth-2:before {
      content: '›';
    }
  #main-menu .menu-link-depth-3 {
    padding-left: 3.78125em;
  }
    #main-menu .menu-item-depth-3 .menu-link-depth-3:before {
      content: '››';
    }
  #main-menu .menu-link-depth-4 {
    padding-left: 4.46875em;
  }
    #main-menu .menu-item-depth-4 .menu-link-depth-4:before {
      content: '›››';
    }
/* /flat */


/* social media */
.social-menu-container {
	position: fixed;
	z-index: 25;
	top: 33vh;
	right: 0;
}

#social-menu .menu-link {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(40,40,40, 1);
	color: rgba(255,255,255, 1);
	font-size: 1rem;
	line-height: 40px;
	margin-bottom: 2px;
	text-align: center;
	transition: transform .3s ease-in-out;
}
	#social-menu .menu-link:hover {
		transform: translateX(3px);
        filter: invert(1);
	}

#social-menu .menu-link i {
	margin: 0;
}

#social-menu .menu-link span {
	display: none;
}

#social-menu li.icon-twitter a {
    background: url('img/x-twitter.png') rgba(40,40,40, 1) no-repeat center center;
    background-size: 14px auto;
}

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

.search-container {
  position: absolute;
  right: 0;
  top: 6px;
}

.search-button {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: relative;
  color: rgba(0,0,0, .5);
}
  .search-button.active,
  .search-button:hover {
    color: rgba(0,0,0, .8);
  }
  
.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(255,255,255, 1);
    top: 50%;
    margin-top: -10px;
  }

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

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

.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 {
  width: auto;
  position: static;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  color: rgba(0,0,0, 1);
  font-size: 1.5rem;
}
  .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    color: rgba(59,87,126, 1);
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -40px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -40px;
  }
  
/* swipebox */
#swipebox-close:hover,
#swipebox-prev:not(.disabled):hover,
#swipebox-next:not(.disabled):hover {
  background: rgba(255,255,255, 1);
}

#swipebox-close:hover:before,
#swipebox-close:hover:after {
  background: rgba(59,87,126, 1);
}

#swipebox-prev:not(.disabled):hover:after,
#swipebox-next:not(.disabled):hover:after {
  color: rgba(59,87,126, 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;
  background: none;
}
  #wpadminbar:hover {
    opacity: 1;
    background: #23282d;
  }
  #wpadminbar:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    line-height: 32px;
    content: 'Administration';
    background: #23282d;
    color: #fff;
    z-index: 1;
    padding: 0 15px;
    border-radius: 0 0 0 8px;
  }
    #wpadminbar:hover:before {
      display: none;
    }

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

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


