/*!
 * large.css
 *
 * @link http://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage agoodstart
 * 
 * @version 4.0.0
 */

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

html {
  font-size: 16px;
}

body {
  font-size: 0.9rem;
}

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 {}

blockquote {
	transform: translateX(-10%);
}

/* weitere Stile im WYSIWYG */
.field-body .infobox {
	width: 33.333%;
	min-width: 240px;
}

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {}

#header {
  position: relative;
}

#branding {
	float: left;
}

#logo {}

.navigation {
  position: relative;
	text-align: center;
}

/* 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: 25%;
  margin-right: 25%;
  width: auto;
}

.sidebar-primary.sidebar-secondary #primary {
  margin-left: -100%;
  width: 25%;
  padding-top: 2.75em;
}
	.single-post.sidebar-primary.sidebar-secondary #primary {
		padding-top: 0;
	}

.sidebar-primary.sidebar-secondary #secondary {
  margin-left: -25%;
  width: 25%;
  padding-top: 2.75em;
}
	.single-post.sidebar-primary.sidebar-secondary #secondary {
		padding-top: 0;
	}

/* 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: 33.333%;
  margin-right: 0%;
  width: auto;
}

.sidebar-primary.no-sidebar-secondary #primary {
  margin-left: -100%;
  width: 33.333%;
}

/* 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: 33.333%;
  width: auto;
}

.sidebar-secondary.no-sidebar-primary #secondary {
  margin-left: -33.333%;
  width: 33.333%;
}

/* logos */
#widget-area-logos section {
  width: 16.667%;
}

#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);
  }
  
/* magazines */
#widget-area-magazines section {
  width: 10%;
}

#widget-area-magazines .widget-inner {
  opacity: 0.35;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
  #widget-area-magazines .widget-inner:hover {
  	opacity: 1.0;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
  }


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

/* widget_taxonomy_list */
.widget_taxonomy_list .taxonomy-item > a:hover {
  color: rgba(0,159,227, 1);
}

/* widget_archive_list */
.widget_archive_list .archive-item > a:hover {
  color: rgba(0,159,227, 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);
}

/* top kategorie */
.top-kategorie.widget_taxonomy_list .taxonomy-item > a:hover {
	color: rgba(255,255,255, 1);
}

.top-kategorie.widget_taxonomy_list .taxonomy-item .count {
	transition: all .3s ease;
}
	.top-kategorie.widget_taxonomy_list .taxonomy-item:hover .count {
		background: rgba(255,255,255, 1);
		color: rgba(0,0,0, 1);
	}

/* social-links */
.social-links.widget a:hover {
	background: rgba(40,40,40, 1);
	transform-origin: center center;
	transform: translateY(-10%);
	box-shadow: 2px 2px 4px rgba(0,0,0, .25);
}

.social-links.widget a:hover i {
	color: rgba(255,255,255, 1);
}

/* ######################################## *\
    SEITEN: PAGES / POST TYPE ARCHIVES
\* ######################################## */



/* ######################################## *\
    INHALTE: POSTS / PAGES / CPTs
\* ######################################## */

/* post-type-post */
.post-type-post.post-view-teaser .field-thumbnail {
	background: rgba(0,159,227, 1);
}

.post-type-post.post-view-teaser .field-thumbnail .bg-image {
	filter: contrast(1) grayscale(0%);
	transition: opacity .3s ease, filter .6s ease;
}
	.post-type-post.post-view-teaser:hover .field-thumbnail .bg-image {
		opacity: 0.15;
		filter: contrast(5) grayscale(100%);
	}

.post-type-post.post-view-slide .content-wrapper {
	width: 33.333%;
}

.post-type-post.post-view-related .field-thumbnail {
	background: rgba(0,159,227, 1);
}

.post-type-post.post-view-related .field-thumbnail .bg-image {
	filter: contrast(1) grayscale(0%);
	transition: opacity .3s ease, filter .6s ease;
}
	.post-type-post.post-view-related:hover .field-thumbnail .bg-image {
		opacity: 0.12;
		filter: contrast(5) grayscale(100%);
	}

/* post-type-page */
.post-type-page.post-view-magazines .list-item {
	border-right: 1px solid rgba(255,255,255, .12);
	padding: 1.375em;
}

.post-type-page.post-view-magazines .list-item .bg-image {
  opacity: 0.35;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
  .post-type-page.post-view-magazines .list-item a:hover .bg-image {
  	opacity: 1.0;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
  }

/* post-type-event */
.post-type-event.post-view-teaser.post-scope-large {
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
  .post-type-event.post-view-teaser.post-scope-large:hover {
    background: rgba(0,0,0, 0.025);
  }

.post-type-event.post-view-teaser a {
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
  .post-type-event.post-view-teaser a:hover,
  .post-type-event.post-view-teaser a:focus {
    background: rgba(0,0,0, 0.025);
  }
  .post-type-event.post-view-teaser.post-scope-large a {
    background: none;
  }
  
.post-type-event.post-view-sidebar .map {
  height: 240px;
}

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

/* field-taxonomy */  
.field-taxonomy h4 {
	font-size: 0.75rem;
	padding: 5px 8px;
}

.field-taxonomy a {
  font-size: .75rem;
  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: none;
      border-color: rgba(0,0,0, 1);
      color: rgba(0,0,0, 1);
      opacity: 1;
    }

/* field-author */
.field-author {
  font-size: .75rem;
}

/* field-date */
.field-date {
  font-size: .75rem;
}

/* 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 {
  opacity: 1;
  -moz-transition: opacity ease 0.3s;	
  -webkit-transition: opacity ease 0.3s;	
  transition: opacity ease 0.3s;
}
  #guide a:hover,
  #guide a:focus,
  #guide a:active {
    text-decoration: none;
    opacity: 0.75;
  }

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

/* main-menu */
.main-menu-container {
	display: inline-block !important;
	margin: 1.375em 0 0;
}

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

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

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

#main-menu .menu-link-depth-0 {
  padding-top: 4px;
  padding-bottom: 4px;
	color: rgba(255,255,255, 1);
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
}
	#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);
		text-decoration: none;
	}
  	#main-menu .menu-item-depth-0:first-of-type .menu-link-depth-0 {
      padding-left: 0;
    }
    #main-menu .menu-item-depth-0 .menu-link-depth-0 span:after {
	  	content: '';
	  	display: block;
	  	width: 100%;
	  	height: 2px;
	  	background: rgba(255,255,255, 1);
	  	margin-top: 0.34375em;
      opacity: 0;
      transition: opacity 0.3s ease;
  	}
       #main-menu .menu-item-depth-0:hover .menu-link-depth-0 span:after {
        opacity: 1;
       }
  #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);
    text-decoration: none;
    position: relative;
  }
  	#main-menu .menu-item-depth-0.current-menu-item .menu-link-depth-0 span:after,
  	#main-menu .menu-item-depth-0.current-menu-ancestor .menu-link-depth-0 span:after {
	  	content: '';
	  	display: block;
	  	width: 100%;
	  	height: 2px;
	  	background: rgba(255,255,255, 1);
	  	margin-top: 0.34375em;
  	}

  #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: -12px;
    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(40,40,40, 1);
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    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: 42px;
	left: 0;
	background: rgba(40,40,40, 1);
	box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	border-top: 1px solid rgba(0,0,0, 1);
	border-radius: 2px;
	min-width: 220px;
	display: none;
	font-size: 0.875rem;
	line-height: normal;
	padding: 10px 0;
	margin: 0;
	text-align: left;
}
  #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%;
  }

/* 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(0,116,162, 1);
		text-decoration: none;
	}
	#main-menu .sub-menu .menu-item.current-menu-item:not(.current-menu-item-not-active-anchor) > .menu-link,
	#main-menu .sub-menu .menu-item.current-menu-ancestor > .menu-link {
  	color: rgba(0,116,162, 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, .5);
		text-decoration: none;
	}
	#main-menu .sub-menu .menu-item.current-menu-item:not(.current-menu-item-not-active-anchor) > .menu-link,
	#main-menu .sub-menu .menu-item.current-menu-ancestor > .menu-link {
  	color: rgba(255,255,255, .5);
		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 */
		
/* ######################################## *\
    SUCHFORMULAR
\* ######################################## */

.search-container .inner {
  position: relative;
}

.search-button {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0px;
  top: 13px;
  text-align: center;
  line-height: 42px;
  color: rgba(255,255,255, 1);
  cursor: pointer;
}
  .search-button.active {
    color: rgba(0,0,0, 1);
    background: rgba(255,255,255, 1);
  }
  
#search {
  position: absolute;
  top: 14px;
  right: 87px;
  z-index: 25;
  width: 36%;
  max-width: 320px;
  padding: 5px 0;
}
  #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(20,20,20, 1);
    top: 50%;
    margin-top: -10px;
  }

/* social */
.social-navigation {
	float: left;
	margin-top: 1.15em;
}

.social-navigation a:hover {
	background: rgba(40,40,40, 1);
	transform-origin: center center;
	transform: translateY(-10%);
	box-shadow: 2px 2px 4px rgba(0,0,0, .25);
}

.social-navigation a:hover i {
	color: rgba(255,255,255, 1);
}

/* ######################################## *\
    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.5;
    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 [class*="owl-"] {
  opacity: 1;
  -moz-transition: opacity ease 0.3s;	
  -webkit-transition: opacity ease 0.3s;	
  transition: opacity ease 0.3s;  
}
  .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(255,255,255, 1);
    color: rgba(0,0,0, 1);
    opacity: 1;
  }

/* swipebox */
#swipebox-close:hover {
	background: rgba(255,255,255, 1);
}
	#swipebox-close:hover:after,
	#swipebox-close:hover:before {
		background: rgba(0,0,0, 1);
	}

#swipebox-prev:hover,
#swipebox-next:hover {
	background: rgba(255,255,255, 1);
}	
	#swipebox-prev:hover:after,
	#swipebox-next:hover:after {
		color: rgba(0,0,0, 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;
}

.gallery-icon {
	position: relative;
}

.gallery-icon img {
	transition: opacity .3s ease;
}
	.gallery-icon:hover img {
		opacity: .15;
	}

a[data-rel^='lightbox'] {
	position: relative;
	background: rgba(0,159,227, 1);
	display: inline-block;
}
	a[data-rel^='lightbox']:before {
		content: '\f00e';
		font-family: 'FontAwesome';
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%,50%,0);
		color: rgba(255,255,255, 1);
		opacity: 0;
		transition: .3s ease;
		font-size: 1.5rem;
	}
		a[data-rel^='lightbox']:hover:before {
			opacity: 1;
			transform: translate3d(-50%,-50%,0);
		}

a[data-rel^='lightbox'] img {
	transition: opacity .3s ease, filter .6s ease;
	filter: contrast(1) grayscale(0%);
}
	a[data-rel^='lightbox']:hover img {
		opacity: .15;
		filter: contrast(5) grayscale(100%);
	}
	
a.alignleft[data-rel^='lightbox'] img.alignleft,
a.alignright[data-rel^='lightbox'] img.alignright {
	margin: 0;
}

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


