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

}

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

/* page-wrapper */
#wrapper {}

/* header */
.header-container {
  border-bottom: 0;
}

#header {
  background: url(img/header-bg.png) no-repeat #fff;
  position: relative;
}

#branding {
  float: left;
}

#logo {
  width: 150px;
}

.navigation {
  position: relative;
	padding-right: 65px;
}

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

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

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

/* widget-area-header */
#widget-area-header {
  float: right;
  width: 60%;
}

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

/* widget_taxonomy_list */
.widget_taxonomy_list .taxonomy-item > a:hover {
  color: #111171;
}

/* widget_archive_list */
.widget_archive_list .archive-item > a:hover {
  color: #111171;
}

.widget_archive_list .archive-item > a.ui-accordion-header-active:hover {
  color: #000;
  cursor: text;
}

/* widget_nav_menu */
.widget_nav_menu .menu-item > a:hover {
  color: #111171;
}

/* contact */
.widget.contact {
  padding-top: 2.40625em;
}

.widget.contact .list > div {
  padding: 0.6875em;
  background: rgba(255,255,255, 0.85);
}

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

/* event */
.post-type-event.post-view-sidebar .map {
  height: 240px;
}

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

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

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

/* field-taxonomy */
.field-taxonomy a:hover,
.field-taxonomy a:focus {
  text-decoration: none;
  background: #000;
}
  .field-taxonomy.taxonomy-tag a:hover,
  .field-taxonomy.taxonomy-tag a:focus {
    background: #e2e2e2;
  }

/* 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:hover, .btn:focus, 
.button:hover, .button:focus,
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #111171;
  text-decoration: none;
}

.btn-o:hover, .btn-o:focus, 
.button-o:hover, .button-o:focus {
  background-color: transparent;
  text-decoration: none;
  border-color: #111171;
  color: #111171;
}

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

/* main-menu */
.navigation {
  background: rgb(254,173,20);
  background: -moz-linear-gradient(top, rgba(254,173,20,1) 0%, rgba(254,191,25,1) 100%);
  background: -webkit-linear-gradient(top, rgba(254,173,20,1) 0%,rgba(254,191,25,1) 100%);
  background: linear-gradient(to bottom, rgba(254,173,20,1) 0%,rgba(254,191,25,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fead14', endColorstr='#febf19',GradientType=0 );
}

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

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

#main-menu .menu-link {
	display: block;
	color: #000;
	padding: 5px 20px;
}

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

#main-menu .menu-link-depth-0 {
  padding-top: 12px;
  padding-bottom: 12px;
	color: #fff;
	display: block;
	border-right: 1px solid #f09e01;
	font-weight: bold;
}
	#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: #fff;
		background: #f09e01;
		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: #f09e01;
		background: #fff;
    text-decoration: none;
  }
  #main-menu .menu-item-depth-0.menu-item-has-children:hover .menu-link-depth-0:after {
    content: "";
    position: absolute;
    z-index: 30;
    left: 50%;
    bottom: -4px;
    height: 12px;
    width: 26px;
    margin-left: -13px;
    background: url(img/menu-arrow.png) no-repeat center top;
  }

#main-menu .menu-depth-1 {
	position: absolute;
	z-index: 25;
	top: 50px;
	left: 0;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	border-radius: 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: -12px;
    height: 12px;
    width: 100%;
  }

#main-menu .menu-link-depth-1 {}
	#main-menu .menu-item-depth-1:hover .menu-link-depth-1,
	#main-menu .menu-item-depth-1:focus .menu-link-depth-1,
	#main-menu .menu-item-depth-1:active .menu-link-depth-1 {
		color: #111171;
		text-decoration: none;
	}
	#main-menu .menu-item-depth-1.current-menu-item .menu-link-depth-1,
	#main-menu .menu-item-depth-1.current-menu-ancestor .menu-link-depth-1 {
  	color: #111171;
		text-decoration: none;
	}

#main-menu .menu-depth-2 {
	margin: 0;
	padding-left: 0;
}

#main-menu .menu-item-depth-2 {
	list-style: none;
}
	
#main-menu .menu-link-depth-2 {
	padding-left: 30px;
}
	#main-menu .menu-link-depth-2:before {
		content: '›';
		margin-right: 6px;
	}
	#main-menu .menu-item-depth-2:hover .menu-link-depth-2,
	#main-menu .menu-item-depth-2:focus .menu-link-depth-2,
	#main-menu .menu-item-depth-2:active .menu-link-depth-2 {
		color: #111171;
		text-decoration: none;
	}
  #main-menu .menu-item-depth-2.current-menu-item .menu-link-depth-2,
	#main-menu .menu-item-depth-2.current-menu-ancestor .menu-link-depth-2 {
  	color: #111171;
		text-decoration: none;
	}

#main-menu .menu-depth-3 {
	margin: 0;
	padding-left: 0;
}

#main-menu .menu-item-depth-3 {
	list-style: none;
}
	
#main-menu .menu-link-depth-3 {
	padding-left: 40px;
}
	#main-menu .menu-link-depth-3:before {
		content: '››';
		margin-right: 6px;
	}
	#main-menu .menu-item-depth-3:hover .menu-link-depth-3,
	#main-menu .menu-item-depth-3:focus .menu-link-depth-3,
	#main-menu .menu-item-depth-3:active .menu-link-depth-3 {
		color: #111171;
		text-decoration: none;
	}
  #main-menu .menu-item-depth-3.current-menu-item .menu-link-depth-3,
	#main-menu .menu-item-depth-3.current-menu-ancestor .menu-link-depth-3 {
  	color: #111171;
		text-decoration: none;
	}
		
/* ######################################## *\
    SUCHFORMULAR
\* ######################################## */

.search-button {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 3px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  color: #fff;
}
  .search-button.active {
    color: #000;
  }
  
#search {
  position: absolute;
  top: 0px;
  left: auto;
  right: 50px;
  z-index: 25;
  width: 30%;
  background: #000;
  padding: 7px 0;
  display: none;
}

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

/* single */
#pagination.single.prev-next a.post-link:hover,
#pagination.single.prev-next a.post-link:focus,
#pagination.single.prev-next a.post-link:active {
  background: #d5d5d5;
}

/* ######################################## *\
    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);
}
   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */
.gallery {
  margin-right: -0.5%;
} 
 
.gallery-item {
	width: 16.166%;
	margin: 0 0.5% 0.5% 0;
}   

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


