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

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

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: 0 !important;
}

html {
  font-size: 14px;
}

body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.375;
  min-width: 320px;
}

p, pre {
  margin: 0 0 1.375em;
}
  .field-body > p:last-child,
  .field-excerpt > p:last-child,
  .field > p:last-child,
  .widget-inner > p:last-child,
  .extended > p:last-child,
  .field-body > ul:last-child,
  .field-excerpt > ul:last-child,
  .field > ul:last-child,
  .widget-inner > ul:last-child,
  .extended > ul:last-child,
  .field-body > ol:last-child,
  .field-excerpt > ol:last-child,
  .field > ol:last-child,
  .widget-inner > ol:last-child,
  .extended > ol:last-child {
    margin-bottom: 0;
  }

dl, ol, ul {
  margin: 1.375em 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto !important;
}
  #gmap img, .gmap img {
    max-width: none;
  }

hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: #ddd;
  margin: 1.375em 0;
  clear: both;
}


a {
	color: #076633;
  text-decoration: none;
}
  .headline a {
    color: #000 !important;
  }

h1, h2, .title, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.6875em;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.155em;
}

h1, .page-title {
  font-size: 20px;
}

h2, .headline {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {}

h5 {
  font-weight: normal;
}

h6 {
  font-size: 12px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
}


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

/* page-wrapper */
#wrapper {
  position: relative;
}

/* header */
.header-container {
  position: relative;
}

#header {}

#branding {}

#logo {
  font-size: 1.000em;
  float: left;
  margin: 1.375em 0;
  width: 248px; 
}

/* main */
.main-container {}

#main {
  margin-top: 1.375em;
}

.content-container {
  width: 100%;
}

#content {}

/* footer */
.footer-container {
  position: relative;
  background: #ede8ed;
  margin-top: 2.750em;
}

#footer {
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
  #footer:before {
    content: "";
    background: url(img/logo-footer.png) no-repeat center center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 50%;
    margin: -20px;
  }

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

/* sidebars */
.no-sidebar #content {
  width: 100%;
}

.has-sidebar .content-container,
.has-sidebar .sidebar-area {
  clear: none;
}

/* primary */
.sidebar-primary #content {}

.sidebar-primary #primary {}

/* secondary */
.sidebar-secondary #content {}

.sidebar-secondary #secondary {}

/* front */
.sidebar-front #content {}

.sidebar-front #front {}

/* widget-area-how */
.widget-area-how-container {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 20px;
  padding-bottom: 10px; 
}

/* widget-area-why */
.widget-area-why-container {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 20px;
  padding-bottom: 10px; 
}

/* widget-area-what */
.widget-area-what-container {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 20px;
  padding-bottom: 10px; 
}

/* widget-area-who */
.widget-area-who-container {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 20px;
  padding-bottom: 10px; 
}

/* widget-area-front */
.widget-area-front-container {
  padding-top: 20px;
  padding-bottom: 10px; 
}

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

.textwidget > p:last-child {
  margin-bottom: 0;
}

.widget {
  margin-bottom: 1.375em;
}

.widget .widget-more {
  margin: 2.750em 0 1.375em 0;
}

.widget .widget-more a {
  font-size: 18px;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 3px;
  padding: 16px 40px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  width: 100%;
  text-align: center;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

/* intro */
.widget.intro {
  margin-bottom: 2.750em;
}

.widget.intro .widget-title {
  font-weight: normal;
  font-size: 22px !important;
  margin-bottom: 0.34375em;
}
  #widget-area-how .widget.intro .widget-title {
    color: #076633;
  }
  #widget-area-why .widget.intro .widget-title {
    color: #0172b6;
  }
  #widget-area-what .widget.intro .widget-title {
    color: #076633;
  }
  #widget-area-who .widget.intro .widget-title {
    color: #88bd23;
  }

.widget.intro .textwidget {
  color: #999;
  font-size: 18px;
}

/* how */
.widget.how .widget-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0.34375em;
  color: #076633;
}

/* why */
.widget.why {
  text-align: center;
  margin-top: 2.750em;
}

.widget.why img {
  margin-bottom: 0.6875em;
}

.widget.why .widget-title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
  color: #000;
}

/* widget_geniessenschaft_news */
.widget_geniessenschaft_news .widget-title {
  font-weight: normal;
  font-size: 22px !important;
  margin-bottom: 0.34375em; 
}

.widget_geniessenschaft_news .widget-intro {
  color: #999;
  font-size: 18px;
}

.widget_geniessenschaft_news .widget-intro {
  color: #999;
  font-size: 18px;
  margin-bottom: 2.0625em;
}

/* widget_geniessenschaft_events */
.widget_geniessenschaft_events .widget-title {
  font-weight: normal;
  font-size: 22px !important;
  margin-bottom: 0.34375em; 
}

.widget_geniessenschaft_events .widget-intro {
  color: #999;
  font-size: 18px;
  margin-bottom: 2.0625em;
}

/* vr_gmap */
.gm-style .si-frame {
  padding: 10px 40px 10px 10px !important;
}

.gm-style .si-close-button {
  top: 50%;
  transform: translateY(-50%);
}

#vr-gmap-keyword {
  color: #000;
}

.widget_vr_gmap_filter {
  margin-bottom: 0 !important;
}

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



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

.article {}

.article.post-view-featured {
  position: relative;
}

.article.post-view-featured .field-slider-image {
  max-height: 600px;
  overflow: hidden;
}

/* page */
.article.post-type-page {}

.article.post-type-page.post-view-teaser {}

.article.post-type-page.post-view-full {}

/* post */
.article.post-type-post {}

.article.post-type-post.post-view-teaser {
  margin-bottom: 1.375em;
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 1.375em;
}

	.article.post-type-post.post-view-teaser:last-of-type {
		border-bottom: none;
	}

.article.post-type-post.post-view-teaser.post-scope-first {
  margin: 2.750em 0 1.375em;
}

.article.post-type-post.post-view-teaser .field-date-category {
  font-size: 14px;
  color: #666;
}

.article.post-type-post.post-view-teaser .field-date-category .date {
  padding-right: 5px;
  border-right: 1px solid #666;
  margin-right: 8px;
}

.article.post-type-post.post-view-teaser .field-date-category .category a {
  color: #666;
  text-transform: uppercase;
}
  .article.post-type-post.post-view-teaser .field-date-category .category a:before {
    content: '"';
  }
  .article.post-type-post.post-view-teaser .field-date-category .category a:after {
    content: '"';
  }
  
.article.post-type-post.post-view-teaser .headline {
  font-weight: normal;
  margin-bottom: 0.34375em;
}

.article.post-type-post.post-view-teaser.post-scope-short .headline {
  font-size: 16px;
  margin-bottom: 0;
}

.article.post-type-post.post-view-full {}

/* erzeuger & projekt & genussstation */
.article.post-type-erzeuger.post-view-teaser,
.article.post-type-projekt.post-view-teaser,
.article.post-type-genussstation.post-view-teaser {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.375em;
  margin-bottom: 1.375em;
}
  .article.post-type-erzeuger.post-view-teaser:last-child,
  .article.post-type-projekt.post-view-teaser:last-child,
  .article.post-type-genussstation.post-view-teaser:last-child {
    border-bottom: 0;
  }

.article.post-type-erzeuger.post-view-teaser .field-thumbnail,
.article.post-type-projekt.post-view-teaser .field-thumbnail,
.article.post-type-genussstation.post-view-teaser .field-thumbnail {
  margin-bottom: 5px;
  position: relative;
}

.article.post-type-erzeuger.post-view-teaser .field-thumbnail a i,
.article.post-type-projekt.post-view-teaser .field-thumbnail a i,
.article.post-type-genussstation.post-view-teaser .field-thumbnail a i {
  display: none;
}

.article.post-type-erzeuger.post-view-teaser .field-distance,
.article.post-type-projekt.post-view-teaser .field-distance,
.article.post-type-genussstation.post-view-teaser .field-distance {
  font-size: 0.800em;
  margin-bottom: 0.6875em;
  color: #888;
}

.article.post-type-erzeuger.post-view-teaser .field-distance .distance,
.article.post-type-projekt.post-view-teaser .field-distance .distance,
.article.post-type-genussstation.post-view-teaser .field-distance .distance {
  color: #444;
}

.article.post-type-erzeuger.post-view-teaser .field-type,
.article.post-type-projekt.post-view-teaser .field-type,
.article.post-type-genussstation.post-view-teaser .field-type {
  margin-bottom: 2px;
}

.article.post-type-erzeuger.post-view-teaser .field-type span,
.article.post-type-projekt.post-view-teaser .field-type span,
.article.post-type-genussstation.post-view-teaser .field-type span {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  background: #88bd23;
  border-radius: 3px;
  color: #fff;
}
  .article.post-type-projekt.post-view-teaser .field-type span {
    background: #076633;
  }
  .article.post-type-genussstation.post-view-teaser .field-type span {
    background: #f9bd07;
  }

.article.post-type-erzeuger.post-view-teaser .headline,
.article.post-type-projekt.post-view-teaser .headline,
.article.post-type-genussstation.post-view-teaser .headline {
  margin-bottom: 0;
}

.article.post-type-erzeuger.post-view-teaser .field-subtitle {
  color: #88bd23;
  margin-bottom: 0.6875em;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.article.post-type-erzeuger.post-view-teaser .field-subtitle span {
  font-size: 14px;
}

/* erzeuger */
.article.post-type-erzeuger.post-view-teaser {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.375em;
  margin-bottom: 1.375em;
}
  .article.post-type-erzeuger.post-view-teaser:last-child {
    border-bottom: 0;
  }

.article.post-type-erzeuger.post-view-teaser .field-thumbnail {
  margin-bottom: 5px;
  position: relative;
}

.article.post-type-erzeuger.post-view-teaser .field-thumbnail a i {
  display: none;
}

.article.post-type-erzeuger.post-view-teaser .field-distance {
  font-size: 0.800em;
  margin-bottom: 0.6875em;
  color: #888;
}

.article.post-type-erzeuger.post-view-teaser .field-distance .distance {
  color: #444;
}

.article.post-type-erzeuger.post-view-teaser .field-type {
  margin-bottom: 2px;
}

.article.post-type-erzeuger.post-view-teaser .field-type span {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  background: #88bd23;
  border-radius: 3px;
  color: #fff;
}

.article.post-type-erzeuger.post-view-teaser .headline {
  margin-bottom: 0;
}

.article.post-type-erzeuger.post-view-teaser .field-subtitle {
  color: #88bd23;
  margin-bottom: 0.6875em;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.article.post-type-erzeuger.post-view-teaser .field-subtitle span {
  font-size: 14px;
}

.article.post-type-projekt.post-view-teaser .field-category,
.article.post-type-genussstation.post-view-teaser .field-category {
  color: #d2d2d2;
  margin-bottom: 0.6875em;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.article.post-type-projekt.post-view-teaser .field-category a,
.article.post-type-genussstation.post-view-teaser .field-category a {
  font-size: 14px;
  text-transform: uppercase;
  color: #076633;
}
  .article.post-type-genussstation.post-view-teaser .field-category a {
    color: #f9bd07;
  }


.article.post-type-erzeuger.post-view-full {
  margin-top: 1.375em;
  margin-bottom: 1.375em;
}

.article.post-type-erzeuger.post-view-full .page-title {
  font-size: 2.000em;
}

.article.post-type-erzeuger.post-view-sidebar .field-projekt {
  margin-top: 1.375em;
  padding-top: 1.375em;
  border-top: 1px solid #d9d9d9;
}

.article.post-type-erzeuger.post-view-sidebar .field-genussstation {
  margin-top: 1.375em;
  padding-top: 1.375em;
  border-top: 1px solid #d9d9d9;
}

.article.post-type-erzeuger.post-view-sidebar .field-gmap {
  border-top: 1px solid #D9D9D9;
  padding-top: 1.375em;
}

.article.post-type-erzeuger.post-view-sidebar .field-gmap .map-container {
  height: 320px;
}

.article.post-type-erzeuger.post-view-sidebar .field-address {
  margin-top: 1.375em;
}

.article.post-type-erzeuger.post-view-sidebar .field-category {
  margin-top: 1.375em;
  padding-top: 1.375em;
  border-top: 1px solid #d9d9d9;
}

.article.post-type-erzeuger.post-view-sidebar .field-category a {
  display: inline-block;
  background: #f0f0f0;
  padding: 2px 5px;
  border-radius: 3px;
  color: #000;
  margin-right: 5px;
  margin-bottom: 5px;
}

.article.post-type-erzeuger.post-view-profile {
  padding-bottom: 0.6875em;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.6875em;
}
  .article.post-type-erzeuger.post-view-profile:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 1.375em;
  }

.article.post-type-erzeuger.post-view-profile .field-thumbnail {
  float: left;
  width: 60px;
  height: 60px;  
}

.article.post-type-erzeuger.post-view-profile .field-thumbnail img {
  border-radius: 50%;
}

.article.post-type-erzeuger.post-view-profile .field-thumbnail i {
  display: none;
}

.article.post-type-erzeuger.post-view-profile .headline {
  margin-bottom: 0;
  margin-left: 70px;
  margin-top: 0.6875em;
  font-size: 18px;
}

.article.post-type-erzeuger.post-view-profile .field-subtitle {
  color: #88bd23;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-left: 70px;
}

.article.post-type-erzeuger.post-view-profile .field-subtitle span {
  font-size: 14px;
}

/* projekt */
.article.post-type-projekt.post-view-teaser {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.375em;
  margin-bottom: 1.375em;
}
  .article.post-type-projekt.post-view-teaser:last-child {
    border-bottom: 0;
  }

.article.post-type-projekt.post-view-teaser .field-thumbnail {
  margin-bottom: 5px;
  position: relative;
}

.article.post-type-projekt.post-view-teaser .field-thumbnail a i {
  display: none;
}

.article.post-type-projekt.post-view-teaser .field-distance {
  font-size: 0.800em;
  margin-bottom: 0.6875em;
  color: #888;
}

.article.post-type-projekt.post-view-teaser .field-distance .distance {
  color: #444;
}

.article.post-type-projekt.post-view-teaser .field-type {
  margin-bottom: 2px;
}

.article.post-type-projekt.post-view-teaser .field-type span {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  background: #076633;
  border-radius: 3px;
  color: #fff;
}

.article.post-type-projekt.post-view-teaser .headline {
  margin-bottom: 0;
}

.article.post-type-projekt.post-view-teaser .field-category {
  color: #d2d2d2;
  margin-bottom: 0.6875em;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.article.post-type-projekt.post-view-teaser .field-category a {
  font-size: 14px;
  text-transform: uppercase;
  color: #076633;
}

.article.post-type-projekt.post-view-full {
  margin-top: 1.375em;
  margin-bottom: 1.375em;
}

.article.post-type-projekt.post-view-full .page-title {
  font-size: 2.000em;
}

.article.post-type-projekt.post-view-sidebar.post-scope-support {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  padding: 10px;
  margin-bottom: 1.375em;
}

.article.post-type-projekt.post-view-sidebar .field-counter .current {
  display: block;
  font-size: 5em;
  font-weight: bold;
  line-height: 1em;
}

.article.post-type-projekt.post-view-sidebar .field-counter .total {
  font-weight: bold;
  display: block;
}

.article.post-type-projekt.post-view-sidebar .field-counter .percentage {
  background: #D9D9D9;
  overflow: hidden;
  border-radius: 4px;
  height: 10px;
  margin: 1.375em 0;
}

.article.post-type-projekt.post-view-sidebar .field-counter .percentage div {
  background: #076633;
  border-radius: 4px;
  height: 10px;  
}

.article.post-type-projekt.post-view-sidebar .field-counter .counter {
  color: #888;
  font-size: 0.825em;
}

.article.post-type-projekt.post-view-sidebar .field-counter .counter .count {
  font-weight: bold;
}

.article.post-type-projekt.post-view-sidebar .field-support .btn,
.article.post-type-projekt.post-view-sidebar .field-support .btn-o {
  margin: 10px auto 0;
}

.article.post-type-projekt.post-view-sidebar .field-support i {
  font-size: 1.255em;
  margin-right: 0.355em;
}

	.article.post-type-projekt.post-view-sidebar .field-support .btn-o i {
		color: #df3b3b;
	}

.article.post-type-projekt.post-view-sidebar .field-erzeuger {
  padding-top: 1.375em;
  border-top: 1px solid #d9d9d9;
}

.article.post-type-projekt.post-view-sidebar .field-genussstation {
  padding-top: 1.375em;
  border-top: 1px solid #d9d9d9;
}

.article.post-type-projekt.post-view-sidebar .field-gmap {
  border-top: 1px solid #D9D9D9;
  padding-top: 1.375em;
}

.article.post-type-projekt.post-view-sidebar .field-gmap .map-container {
  height: 320px;
}

.article.post-type-projekt.post-view-sidebar .field-address {
  margin-top: 1.375em;
}

.article.post-type-projekt.post-view-sidebar .field-category {
  margin-top: 1.375em;
  padding-top: 1.375em;
  border-top: 1px solid #d9d9d9;
}

.article.post-type-projekt.post-view-sidebar .field-category a {
  display: inline-block;
  background: #f0f0f0;
  padding: 5px 8px;
  border-radius: 3px;
  color: #000;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}

.article.post-type-projekt.post-view-profile {
  padding-bottom: 0.6875em;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.6875em;
}
  .article.post-type-projekt.post-view-profile:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 1.375em;
  }

.article.post-type-projekt.post-view-profile .field-thumbnail {
  float: left;
  width: 60px;
  height: 60px;  
}

.article.post-type-projekt.post-view-profile .field-thumbnail img {
  border-radius: 50%;
}

.article.post-type-projekt.post-view-profile .field-thumbnail i {
  display: none;
}

.article.post-type-projekt.post-view-profile .headline {
  margin-bottom: 0;
  margin-left: 70px;
  margin-top: 0.600em;
  font-size: 18px;
}

.article.post-type-projekt.post-view-profile .field-category-2 {
  color: #d2d2d2;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin-left: 70px;
}

.article.post-type-projekt.post-view-profile .field-category-2 a {
  font-size: 14px;
  text-transform: uppercase;
  color: #076633;
}

/* genussstation */
.article.post-type-genussstation.post-view-teaser {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.375em;
  margin-bottom: 1.375em;
}
  .article.post-type-genussstation.post-view-teaser:last-child {
    border-bottom: 0;
  }

.article.post-type-genussstation.post-view-teaser .field-thumbnail {
  margin-bottom: 5px;
  position: relative;
}

.article.post-type-genussstation.post-view-teaser .field-thumbnail a i {
  display: none;
}

.article.post-type-genussstation.post-view-teaser .field-distance {
  font-size: 0.800em;
  margin-bottom: 0.6875em;
  color: #888;
}

.article.post-type-genussstation.post-view-teaser .field-distance .distance {
  color: #444;
}

.article.post-type-genussstation.post-view-teaser .field-type {
  margin-bottom: 2px;
}

.article.post-type-genussstation.post-view-teaser .field-type span {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  background: #f9bd07;
  border-radius: 3px;
  color: #fff;
}

.article.post-type-genussstation.post-view-teaser .headline {
  margin-bottom: 0;
}

.article.post-type-genussstation.post-view-teaser .field-category-2 {
  color: #d2d2d2;
  margin-bottom: 0.6875em;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.article.post-type-genussstation.post-view-teaser .field-category-2 a {
  font-size: 14px;
  text-transform: uppercase;
  color: #f9bd07;
}

.article.post-type-genussstation.post-view-full {
  margin-top: 1.375em;
  margin-bottom: 1.375em;
}

.article.post-type-genussstation.post-view-full .page-title {
  font-size: 2.000em;
}

.article.post-type-genussstation.post-view-sidebar .field-opening-hours {
  margin-top: 1.375em;
}

.article.post-type-genussstation.post-view-sidebar .field-erzeuger {
  margin-top: 1.375em;
  padding-top: 1.375em;
  border-top: 1px solid #d9d9d9;
}

.article.post-type-genussstation.post-view-sidebar .field-projekt {
  margin-top: 1.375em;
  padding-top: 1.375em;
  border-top: 1px solid #d9d9d9;
}

.article.post-type-genussstation.post-view-sidebar .field-gmap {
  border-top: 1px solid #D9D9D9;
  padding-top: 1.375em;
}

.article.post-type-genussstation.post-view-sidebar .field-gmap .map-container {
  height: 320px;
}

.article.post-type-genussstation.post-view-sidebar .field-address {
  margin-top: 1.375em;
}

.article.post-type-genussstation.post-view-sidebar .field-category {
  margin-top: 1.375em;
  padding-top: 1.375em;
  border-top: 1px solid #d9d9d9;
}

.article.post-type-genussstation.post-view-sidebar .field-category a {
  display: inline-block;
  background: #f0f0f0;
  padding: 2px 5px;
  border-radius: 3px;
  color: #000;
  margin-right: 5px;
  margin-bottom: 5px;
}

.article.post-type-genussstation.post-view-profile {
  padding-bottom: 0.6875em;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.6875em;
}
  .article.post-type-genussstation.post-view-profile:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 1.375em;
  }

.article.post-type-genussstation.post-view-profile .field-thumbnail {
  float: left;
  width: 60px;
  height: 60px;  
}

.article.post-type-genussstation.post-view-profile .field-thumbnail img {
  border-radius: 50%;
}

.article.post-type-genussstation.post-view-profile .field-thumbnail i {
  display: none;
}

.article.post-type-genussstation.post-view-profile .headline {
  margin-bottom: 0;
  margin-left: 70px;
  margin-top: 0.6875em;
  font-size: 18px;
}

.article.post-type-genussstation.post-view-profile .field-category-2 {
  color: #d2d2d2;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin-left: 70px;
}

.article.post-type-genussstation.post-view-profile .field-category-2 a {
  font-size: 14px;
  text-transform: uppercase;
  color: #f9bd07;
}

/* event */
.article.post-type-event.post-view-full .field-date-location {
  color: #757575;
  font-weight: 300;
}

.article.post-type-event.post-view-full .field-date-location .location {
  margin-left: 4px;
  border-left: 1px solid #757575;
  padding-left: 8px;
}

.article.post-type-event.post-view-full .label-event {
  margin-top: 2.750em;
}

.article.post-type-event.post-view-full .field-event {
  font-size: 14px;
  padding: 10px;
  background: rgba(7, 102, 51, 0.05);
  margin-top: 2.750em;
}

.article.post-type-event.post-view-full .field-event .start,
.article.post-type-event.post-view-full .field-event .end,
.article.post-type-event.post-view-full .field-event .location {
  display: block;
  margin-bottom: 0.6875em;
}
  .article.post-type-event.post-view-full .field-event > span:last-child {
    margin-bottom: 0;
  }

.article.post-type-event.post-view-full .field-event label {
  width: 80px;
  color: #757575;
}

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

/* field-body */
.field-body ol,
.field-body ul {
  padding-left: 20px;
  margin: 0 0 1.375em;
}

.field-body li {
  padding: 4px 0;
}

.field-body ul > li {
  list-style: square;
}

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

/* page-title */
.page-title-container {
  color: #fff;
}

.page-title-container .title {
  padding-top: 1.03125em;
  padding-bottom: 0.6875em;
  margin-bottom: 0;
}

/* externe links */
.field-body a[href^="http"]:before,
.field-excerpt a[href^="http"]:before {
  content: url(img/icon-link-external.png);
  margin: 0 4px 0 2px;
  white-space: nowrap;
}

.field-body a[href*="www.geniessenschaft.de"]:before,
.field-excerpt a[href*="www.geniessenschaft.de"]:before {
  content: "";
  margin: 0;
}

/* formulare */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="file"],
textarea {
  border: none;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-top: 1px solid #C0C0C0;
  padding: 5px 10px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  -webkit-transition: border-color 0.3s ease 0s;
  -moz-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="date"]:focus,
  input[type="file"]:focus,
  textarea:focus {
    border-color: #076633;
  }

input[readonly] {
  cursor: default;
  border: 1px solid #D9D9D9 !important;
  border-top: 1px solid #C0C0C0 !important;
}
  
input[type="checkbox"] + .wpcf7-list-item-label,
input[type="radio"] + .wpcf7-list-item-label {
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
  input[type="checkbox"]:checked + .wpcf7-list-item-label,
  input[type="radio"]:checked + .wpcf7-list-item-label {
    color: #076633;
  }

textarea {
  resize: vertical;
}

input[type="submit"] {
  border: none;
  cursor: pointer;
  width: 100%;
}

.btn, .button, input[type="submit"] {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #076633;
  border-radius: 0px;
  text-decoration: none;
  margin: 20px 0;
  font-weight: bold;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
}
  .btn.blue, .button.blue, input[type="submit"].blue {
    background-color: #0172b6;
  }
  .btn.green, .button.green, input[type="submit"].green {
    background-color: #88bd23;
  }
  
.btn-o, .button-o, input[type="submit"].outline {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: none;
  border: 2px solid #076633;
  color: #076633;
  border-radius: 0px;
  text-decoration: none;
  margin: 20px 0;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
}
  .btn-o.blue, .button-o.blue, input[type="submit"].outline.blue {
    border-color: #0172b6;
    color: #0172b6;
  }
  .btn-o.green, .button-o.green, input[type="submit"].outline.green {
    border-color: #88bd23;
    color: #88bd23;
  }
  
/* contactform 7 */
.wpcf7-form-control:before,
.wpcf7-form-control:after,
.wpcf7-form:before,
.wpcf7-form:after {
  content:' ';
  display:table;
}
  .wpcf7-form:after,
  .wpcf7-form-control:after {
    clear:both;
  }

.wpcf7-form .field-float {
  margin-bottom: 1.375em;
}

.wpcf7-form .field-float .field-wrap:last-child {
  margin-bottom: 0;
}
  
.wpcf7-form hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: #f0f0f0;
  margin: 1.375em 0;
  clear: both;  
}

.wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-control.wpcf7-radio {
  display: block;
  margin-top: 4px;
}

.wpcf7-form .field-wrap {
  margin-bottom: 1.375em;
}

.wpcf7-form .field-label {
  display: block;
}

.wpcf7-form .field-wrap > div {
  position: relative;
}

.wpcf7-form .wpcf7-list-item {
  margin-right: 0.6875em;
  margin-left: 0;
  margin-bottom: 0.6875em;
  display: block;
  color: #888;
}
  .wpcf7-form .wpcf7-list-item.last {
    margin-right: 0;
    margin-bottom: 0;
  }

.wpcf7-form label[for],
.wpcf7-form .wpcf7-list-item label {
  cursor: pointer;
}

.wpcf7-form .wpcf7-captchac {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border: 2px solid #076633;
}

.wpcf7-form .field-submit {
  margin-bottom: 0;
}

.wpcf7-form .field-submit .wpcf7-submit {
  margin: 0;
  float: left;
}

.wpcf7-form .field-submit .ajax-loader {
  float: left;
  margin-left: 12px;
  margin-top: 12px;
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
  border: 0;
  background: #ffdddd;
  color: #c70000;
  width: 100%;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  margin-top: 3px;
  z-index: 1;
}
  .wpcf7-form .checkbox .wpcf7-not-valid-tip {
    margin-top: 11px;
  }
  .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #d7ffcc;
    color: #1a7000;
  }
  .wpcf7-form .wpcf7-not-valid-tip:before,
  .wpcf7-form .wpcf7-response-output:before {
    bottom: 100%;
    left: 12px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #ffdddd;
  }
    .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
      border-bottom-color: #d7ffcc;
    }
  .wpcf7-form .wpcf7-not-valid-tip:after,
  .wpcf7-form .wpcf7-response-output:after {
    bottom: 100%;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    height: 0;
    left: 8px;
    position: absolute;
    top: -24px;
    width: 0;
    z-index: -1;
  }
  
.wpcf7-form .wpcf7-response-output {
  padding: 10px 10px;
  margin: 3px 0 0;
}

.grecaptcha-badge {
  display: none;
}

/* tabellen */

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

.menu,
.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

/* footer */
#footer-menu {
  text-align: center;
  font-size: 0;
}

#footer-menu .menu-item-depth-0 {
  display: inline-block;
}
  #footer-menu .copyright {
    display: block;
    margin-bottom: 20px;
  }

#footer-menu .menu-link-depth-0 {
  color: #5f5d5f;
  padding: 5px 10px;
  border-right: 1px solid #d5d0d5;
  font-size: 14px;
}
  #footer-menu .menu-item-depth-0:last-child .menu-link-depth-0 {
    padding-right: 0;
    border-right: 0;
  }
  #footer-menu .copyright .menu-link-depth-0 {
    border-right: 0;
  }

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

#search {}

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

#pagination {
  margin: 2.750em 0 1.375em;
}

/* archive */
#pagination.archive {}

#pagination.archive.prev-next {}

#pagination.archive.prev-next .page-prev {
  float: left;
}

#pagination.archive.prev-next .page-next {
  float: right;
}

#pagination.archive.paged {
  text-align: center;
}

#pagination.archive.paged .page-count {
  color: #888;
  padding-right: 16px;
  border-right: 1px solid #F0F0F0;
  margin-right: 4px;
}

#pagination.archive.paged .page-numbers {
  padding: 0 8px;
  background: transparent;
  text-decoration: none !important;
}
  #pagination.archive.paged .page-numbers.current {
    background: #F0F0F0;
    color: #888;
  }
  #pagination.archive.paged a.page-numbers:hover {
    background: #076633;
    color: #fff;
  }
  #pagination.archive.paged .prev,
  #pagination.archive.paged .next {
    padding: 0 4px;
  }

/* single */
#pagination.single {}

#pagination.single.prev-next {}

#pagination.single.title {}

#pagination.single.title .page-prev,
#pagination.single.title .page-next {
  display: block;
  padding: 1.375em 0;
}

#pagination.single.title .page-prev + .page-next {
  border-top: 1px solid #f0f0f0;
}

#pagination.single.title .prev-title,
#pagination.single.title .next-title {
  color: #aaa;
  display: block;
  text-transform: uppercase;
  margin-bottom: 2px;
}

#pagination.single.title .prev-title:before,
#pagination.single.title .next-title:before {
  background: none repeat scroll 0 0 #e2e2e2;
  color: #fff;
  content: "‹";
  margin-right: 4px;
  padding: 0 8px;
  font-size: 16px;
}
  #pagination.single.title .next-title:before {
    content: "›";
  }

#pagination.single.title .post-link {
  display: block;
}

/* breakcrubs */
.breadcrumbs-container {}

#breadcrumbs {}


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



/* ######################################## *\
    MISC / CONTRIB
\* ######################################## */
   
::selection {
  background: #076633;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #076633;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #076633;
  color:#fff ;
  text-shadow: none;
}

/* vr-gmap-messages */
#vr-gmap-messages {
  background: #4D8F46;
  padding: 10px 40px;
  color: #fff;
  position: relative;
}
  #vr-gmap-messages.error {
    background: #B73939;
  }

#vr-gmap-messages .fa {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

#vr-gmap-messages .fa-close {
  left: auto;
  right: 0;
}

#vr-gmap-messages span {
  font-weight: bold;
}

/* vr-gmap-loader */
#vr-gmap-loader {
  position: absolute;
  left: 0;
  top:0;
  z-index: 5;
  background: url(img/ajax-loader.gif) no-repeat center center rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  display: none;
}

/* vr-gmap-load-more */
#vr-gmap-load-more .no-more-results {
  color: #ABABAB;
  border-color: #CDCDCD;
  cursor: default;
}   
   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */

.post-edit-link {
  color: #076633;
  display: inline-block;
  font-size: 0.857em;
  margin: 1.375em 0;
}
  .post-edit-link:hover {
    text-decoration: underline
  }
   
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-width-full img {
	width: 100%;
}

.gallery-item {
	margin: 0;
}
	.gallery-width-flex .gallery-item {
		float: left;
	}

.sticky {}

.bypostauthor {}

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

.no-js {}
