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

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



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



/* ######################################## *\
    SIDEBARS / WIDGET-AREAS
\* ######################################## */



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



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



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

/* event */
.post-type-event.post-view-teaser {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  border-bottom: 0;
}

.post-type-event.post-view-teaser a {
  padding: 5px 10px;
  display: block;
  text-decoration: none !important;
  border-left: 5px solid #d9d9d9;
  color: #000;
}

.post-type-event.post-view-teaser .field-date {
  line-height: normal;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.post-type-event.post-view-teaser .field-date .day {
  font-weight: bold;
  font-size: 22px;
  margin-right: 4px;
}

.post-type-event.post-view-teaser .field-date .month {
  margin-right: 4px;
  font-size: 12px;
}

.post-type-event.post-view-teaser .field-date .year {
  margin-right: 4px;
  font-size: 12px;
}

.post-type-event.post-view-teaser .headline {
  font-weight: normal;
  margin-bottom: 0.34375em;
}

.post-type-event.post-view-teaser .field-schedule {
  color: #757575;
  font-size: 12px;
}

.post-type-event.post-view-teaser .field-schedule strong {
  color: #000;
  font-weight: normal;
}

.post-type-event.post-view-teaser .field-schedule .end,
.post-type-event.post-view-teaser .field-schedule .location {
  border-left: 1px solid #e5e5e5;
  padding-left: 5px;
  margin-left: 5px; 
}

.post-type-event.post-view-teaser .field-schedule .start {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

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



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



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

/* main-menu */
.nav-button {
	display: block;
	position: absolute;
	top: 20px;
	right: 15px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	background: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-tap-highlight-color: transparent;
}
	
.nav-button span {
  display: block;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 20px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  -webkit-transition: background 0 0.3s;
  -moz-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
	.nav-button span::before,
	.nav-button span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  border-radius: 2px;
	  background-color: #000;
	  content: "";
	  -webkit-transition-duration: 0.3s, 0.3s;
	  -moz-transition-duration: 0.3s, 0.3s;
	  transition-duration: 0.3s, 0.3s;
	  -webkit-transition-delay: 0.3s, 0;
	  -moz-transition-delay: 0.3s, 0;
	  transition-delay: 0.3s, 0;
	}
		.nav-button span::before {
		  top: -6px;
		  -webkit-transition-property: top, -webkit-transform;
		  -moz-transition-property: top, -moz-transform;
		  transition-property: top, transform;
		}
		.nav-button span::after {
		  bottom: -6px;
		  -webkit-transition-property: bottom, -webkit-transform;
		  -moz-transition-property: bottom, -moz-transform;
		  transition-property: bottom, transform;
		}

.nav-button.open span {
  background: none;
}
	.nav-button.open span::before,
	.nav-button.open span::after {
		-webkit-transition-delay: 0, 0.3s;
		-moz-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
		background-color: #076633;
	}
		.nav-button.open span::before {
			top: 0;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		.nav-button.open span::after {
			bottom: 0;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

.main-menu-container {
	display: none;
	position: absolute;
	z-index: 25;
	top: 60px;
	right: 15px;
	width: 50%;
	background: #fff;
	padding: 10px 0;
	box-shadow: 5px 10px 15px 5px rgba(0, 0, 0, 0.1);
}

#main-menu .menu-link {
	display: block;
	color: #000;
}

#main-menu .menu-link-depth-0 {
	padding: 10px 25px;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 25px;
}
  #main-menu .menu-item-depth-0:last-child .menu-link-depth-0 {
    border-bottom: 0;
  }

#main-menu .menu-depth-1 {
	padding-bottom: 10px;
}

#main-menu .menu-link-depth-1 {
	padding: 6px 25px 6px 35px;
}

#main-menu .menu-link-depth-1 span:before {
	content: "» ";
}

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



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



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



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


   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */
   
   

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


