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

/* color base rgba(226,0,122, 1); */
/* color success rgba(68,157,68, 1); */
/* color error rgba(199,0,0, 1); */
/* color warning rgba(236,151,31, 1); */

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

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;

  text-rendering: optimizeLegibility;
  outline: 0 !important;
}


html {
  font-size: 14px;
  background: #fff;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.375;
  color: rgba(0,0,0, .8);
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.doc {

background-image: url(../images/c-arrowsNews2.png);
}
p, pre {
  margin: 0 0 1.375em;
}
  .field > p:last-child,
  .widget-inner > p:last-child,
  .extended > p:last-child,
  blockquote > p:last-child,
  .last-no-margin > p:last-child,
  .term-description > p:last-child,
  .card > p:last-child,
  .list-item > p:last-child,
  .field > ul:last-child,
  .widget-inner > ul:last-child,
  .extended > ul:last-child,
  .last-no-margin > ul:last-child,
  .card > ul:last-child,
  .list-item > ul:last-child,
  .field > ol:last-child,
  .widget-inner > ol:last-child,
  .extended > ol:last-child,
  .last-no-margin > ol:last-child,
  .card > ol:last-child,
  .list-item > ol:last-child {
    margin-bottom: 0;
  }

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

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto !important;
}

hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: rgba(0,0,0, 0.15);
  margin: 1.375em 0;
  clear: both;
}

a {
	color: rgba(226,0,122, 1);
  text-decoration: none;
}
	.field-body a[href^='mailto:']:before {
		content: '\f2b7';
		font-family: 'FontAwesome';
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-right: 0.34375em;
		color: rgba(41,122,98, 1);
	}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.6875em;
  line-height: 1.125;
  font-weight: 500;
  color: rgba(0,0,0, 1);
  /* font-family: 'FunctionPro', 'Roboto', sans-serif; */
}

h1, .page-title {
  font-size: 2rem;
  font-weight: 500;
  color: rgba(0,0,0, .9);
}

h2, .headline {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
  font-weight: normal;
}

h6 {
  font-size: 0.875rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

blockquote {
  margin: 1.375em 0;
  padding: 0.875em 1.375em;
  border-left: 2px solid rgba(226,0,122, 1);
}

blockquote p {
  font-style: italic;
  font-size: 1.25rem;
}

blockquote cite {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.6875em;
}
  blockquote cite:before {
    content: "-";
    margin-right: 0.34375em;
  }

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

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

/* header */
.header-container {
  position: relative;
  background: rgba(226,0,122, 1);
}
  .header-container.headhesive {
    background: rgba(226,0,122, 1);
    -webkit-box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
    box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
  }

#header {}

#branding {}

#logo {
  font-size: 1rem;
  float: left;
  margin: 1.375em 0;
  line-height: 1.375em;
}

/* main */
.main-container {}
  .post-type-archive-product .main-container,
  .tax-product_category .main-container {
    background: rgba(185,220,211, 1);
  }

#main {
  padding-top: 1.375em;
  padding-bottom: 1.375em;
}

.content-container {
  width: 100%;
}

#content {}

/* footer */
.footer-container {
  position: relative;
  margin-top: 2.75em;
  padding-top: 0.6875em;
  background: rgba(40,44,52, 1);
}
	.single .footer-container,
	.blog .footer-container,
  .post-type-archive-event .footer-container,
  .post-type-archive-product .footer-container,
  .tax-product_category .footer-container {
		margin-top: 0;
	}

#footer {}

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

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

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

.has-sidebar .sidebar-area {
  font-size: 0.875rem;
}

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

.sidebar-primary.no-sidebar-secondary #primary {}

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

.sidebar-secondary.no-sidebar-primary #secondary {}

/* widget-area-content */
#widget-area-content {
  margin-bottom: 2.75em;
}

/* widget-area-after-content */
.widget-area-after-content-container {
  padding-top: 2.75em;
  padding-bottom: 2.75em;
  border-top: 1px solid rgba(0,0,0, .15);
}

/* widget-area-featured */
.widget-area-featured-container {
  background: rgba(185,220,211, 1);
}

#widget-area-featured .widget-title {
  font-size: 1.5rem;
}

/* widget-area-logos */
.widget-area-logos-container {
  border-top: 1px solid rgba(0,0,0, .15);
}

#widget-area-logos section {}

#widget-area-logos section .list {
	padding-top: 1.375em;
  padding-bottom: 1.375em;
  width: 100%;
  text-align: center;
  display: table;
}

#widget-area-logos .item {
  display: inline-table;
  vertical-align: middle;
  width: 50%;
}

#widget-area-logos .item .label {
	margin-top: 0.6875em;
	font-size: .75rem;
	line-height: 1.15;
}


#widget-area-logos .item .inner {
	padding: 1.375em;
	-webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-align: center;
}

#widget-area-logos .widget-inner .widget-title {
	border: 0 none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

#widget-area-logos .item .inner img {
	max-height: 200px !important;
  max-width: 120px !important;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* widget-area-certificates */
#widget-area-certificates {
  display: table;
  padding-top: 0.6875em;
  padding-bottom: 0.6875em;
  width: 100%;
  text-align: center;
}

#widget-area-certificates section {
  display: inline-table;
  vertical-align: middle;
  width: 33.333%;
}

#widget-area-certificates .widget-inner {
	padding: 1.375em;
}

#widget-area-certificates .widget-inner {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#widget-area-certificates .widget-inner .widget-title {
	border: 0 none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

#widget-area-certificates .widget-inner img {
	max-height: 140px !important;
  max-width: 180px !important;
  width: 100%;
  display: block;
}

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

#primary .widget,
#secondary .widget,
#footer .widget {
	margin-bottom: 2.75em;
}
  #primary .widget:last-child,
  #secondary .widget:last-child,
  #footer .widget:last-child {
    margin-bottom: 0;
  }

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

.widget-title {
  color: rgba(0,0,0, 1);
}

/* widget_taxonomy_list */
.widget_taxonomy_list .taxonomy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
  .widget_taxonomy_list .taxonomy-list.depth-1 {
    margin-top: -0.34375em;
    margin-bottom: 0.34375em;
  }

.widget_taxonomy_list .taxonomy-item.depth-0 {
  border-bottom: 1px solid rgba(0,0,0, 0.12);
}
  .widget_taxonomy_list .taxonomy-item.depth-0:last-child {
    border-bottom: 0;
  }

.widget_taxonomy_list .taxonomy-item a {
  display: block;
  padding: 0.34375em 0;
  color: rgba(0,0,0, 1);
  text-decoration: none !important;
}
  .widget_taxonomy_list .taxonomy-item.current-item > a {
    font-weight: bold;
    color: rgba(226,0,122, 1);
  }
  .widget_taxonomy_list .taxonomy-item.depth-0 > a {
    padding-top: 0.6875em;
    padding-bottom: 0.6875em;
  }
  .widget_taxonomy_list .taxonomy-item.depth-1 a:before {
    content: '›';
    display: inline-block;
    margin-left: -1.375em;
    width: 1.375em;
    text-align: center;
  }
  .widget_taxonomy_list .taxonomy-item.depth-1 > a {
    padding-left: 1.71875em;
  }
    .widget_taxonomy_list .taxonomy-item.depth-1 > a:before {
      content: '›';
    }
  .widget_taxonomy_list .taxonomy-item.depth-2 > a {
    padding-left: 2.40625em;
  }
    .widget_taxonomy_list .taxonomy-item.depth-2 > a:before {
      content: '››';
    }
  .widget_taxonomy_list .taxonomy-item.depth-3 > a {
    padding-left: 3.09375em;
  }
    .widget_taxonomy_list .taxonomy-item.depth-3 > a:before {
      content: '›››';
    }
  .widget_taxonomy_list .taxonomy-item.depth-4 > a {
    padding-left: 3.78125em;
  }
    .widget_taxonomy_list .taxonomy-item.depth-4 > a:before {
      content: '››››';
    }

.widget_taxonomy_list .taxonomy-item .count {
	float: right;
	color: rgba(0,0,0, 0.6);
	background: rgba(0,0,0, 0.05);
	display: inline-block;
	width: 32px;
	padding: 2px;
	text-align: center;
	border-radius: 16px;
	font-size: 0.75rem;
}

.widget_taxonomy_list.cloud .taxonomy-item.depth-0 {
  display: inline-block;
  border-bottom: 0;
  margin: 0 0.515625em 0.515625em 0;
  vertical-align: baseline;
}

.widget_taxonomy_list.cloud .taxonomy-item a {
  padding: 0;
}
  .widget_taxonomy_list.cloud .taxonomy-item.font-size-1 a {
    font-size: 60%;
  }
  .widget_taxonomy_list.cloud .taxonomy-item.font-size-2 a {
    font-size: 80%;
  }
  .widget_taxonomy_list.cloud .taxonomy-item.font-size-3 a {
    font-size: 100%;
  }
  .widget_taxonomy_list.cloud .taxonomy-item.font-size-4 a {
    font-size: 120%;
  }
  .widget_taxonomy_list.cloud .taxonomy-item.font-size-5 a {
    font-size: 140%;
  }
  .widget_taxonomy_list.cloud .taxonomy-item.font-size-6 a {
    font-size: 160%;
  }

/* widget_archive_list */
.widget_archive_list .archive-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
  .widget_archive_list .archive-list.depth-1 {
    margin-top: -0.34375em;
    margin-bottom: 0.34375em;
  }

.widget_archive_list .archive-item.depth-0 {
  border-bottom: 1px solid rgba(0,0,0, 0.12);
}
  .widget_archive_list .archive-item.depth-0:last-child {
    border-bottom: 0;
  }

.widget_archive_list .archive-item a {
  display: block;
  padding: 0.34375em 0;
  color: rgba(0,0,0, 1);
  text-decoration: none;
}
  .widget_archive_list .archive-item.current-item > a {
    font-weight: bold;
    color: rgba(226,0,122, 1);
  }
  .widget_archive_list .archive-item.depth-0 > a {
    padding-top: 0.6875em;
    padding-bottom: 0.6875em;
  }
  .widget_archive_list .archive-item.depth-1 a:before {
    content: '›';
    display: inline-block;
    margin-left: -1.375em;
    width: 1.375em;
    text-align: center;
  }
  .widget_archive_list .archive-item.depth-1 > a {
    padding-left: 1.71875em;
  }
    .widget_archive_list .archive-item.depth-1 > a:before {
      content: '›';
    }
  .widget_archive_list .archive-item a.accordion-header {
    cursor: pointer;
  }

.widget_archive_list .archive-item .count {
	float: right;
	color: rgba(0,0,0, 0.6);
	background: rgba(0,0,0, 0.05);
	display: inline-block;
	width: 32px;
	padding: 2px;
	text-align: center;
	border-radius: 16px;
	font-size: 0.75rem;
}

/* widget_nav_menu_advanced */
.widget_nav_menu_advanced .menu,
.widget_nav_menu_advanced .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
  .widget_nav_menu_advanced .menu-depth-1 {
    margin-top: -0.34375em;
    margin-bottom: 0.34375em;
  }
  .widget_nav_menu_advanced .menu-depth-2 {
    margin-bottom: 0.34375em;
  }

.widget_nav_menu_advanced .menu-item-depth-0 {
  border-bottom: 1px solid rgba(0,0,0, 0.12);
}
  .widget_nav_menu_advanced .menu-item-depth-0:last-child {
    border-bottom: 0;
  }

.widget_nav_menu_advanced .menu-link.menu-link-depth-title {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  color: rgba(0,0,0, 1);
  margin-bottom: 0.6875em;
  text-decoration: none;
  padding: 0;
}

.widget_nav_menu_advanced .menu-link {
  display: block;
  padding: 0.34375em 0;
  color: rgba(0,0,0, 1);
  text-decoration: none;
}
  .widget_nav_menu_advanced .menu-item.current-menu-ancestor:not(.menu-item-depth-title) > a,
  .widget_nav_menu_advanced .menu-item.current-menu-item:not(.menu-item-depth-title) > a {
    font-weight: bold;
    color: rgba(226,0,122, 1);
  }
  .widget_nav_menu_advanced .menu-link-depth-0 {
    padding-top: 0.6875em;
    padding-bottom: 0.6875em;
  }
  .widget_nav_menu_advanced .menu-item-depth-1 .menu-link:before {
    content: '›';
    display: inline-block;
    margin-left: -1.375em;
    width: 1.375em;
    text-align: center;
  }
  .widget_nav_menu_advanced .menu-link-depth-1 {
    padding-left: 1.71875em;
  }
    .widget_nav_menu_advanced .menu-item-depth-1 .menu-link-depth-1:before {
      content: '›';
    }
  .widget_nav_menu_advanced .menu-link-depth-2 {
    padding-left: 2.40625em;
  }
    .widget_nav_menu_advanced .menu-item-depth-2 .menu-link-depth-2:before {
      content: '››';
    }
  .widget_nav_menu_advanced .menu-link-depth-3 {
    padding-left: 3.09375em;
  }
    .widget_nav_menu_advanced .menu-item-depth-3 .menu-link-depth-3:before {
      content: '›››';
    }
  .widget_nav_menu_advanced .menu-link-depth-4 {
    padding-left: 3.78125em;
  }
    .widget_nav_menu_advanced .menu-item-depth-4 .menu-link-depth-4:before {
      content: '››››';
    }

/* events-widget */
.event-widget .widget-title {
  font-size: 1.5rem;
}

/* news-widget */
.news-widget .widget-title {
  font-size: 1.5rem;
}

/* contact-widget */
.contact-widget .widget-title {
  color: rgba(0,0,0, 1);
}

/* product-categories */
.product-categories.widget {
  padding-top: 2.75em;
}

/* contact-short */
.contact-short.widget {
	color: rgba(255,255,255, 1);
	font-size: 1rem;
	position: absolute;
	z-index: 1;
	top: 17px;
	right: 160px;
	font-weight: 500;
}

.contact-short.widget li {
	display: inline-block;
	margin-right: 1.375em;
}
	.contact-short.widget li:last-of-type {
		margin-right: 0;
	}

.contact-short.widget a {
	color: rgba(255,255,255, 1);
}

.contact-short.widget i {
	color: rgba(185,220,211, 1);
}

/* certificate iso */
#widget-area-header .iso {
	width: 50px;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 220px;
}

/* certificate dekra */
#widget-area-header .dekra {
	width: 35px;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 280px;
}

/* certificate-filter */
.certificate-filter.widget .submit {
	margin: 0.6875em 0;
}

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

/* author */
.author .avatar {
  width: 64px;
  height: 64px;
  float: left;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255, 1);
}

.author .about {
  margin-left: 64px;
  padding: 0.6875em 1.375em;
}

.author .description {
  font-size: 0.875rem;
}

/* archive */
.archive .term-description {
  font-size: 0.875rem;
}

/* products */
.item-category .field-thumbnail {
	margin-bottom: 0.6875em;
}

.title-list {
	position: relative;
}

.title-list-category {
	position: relative;
  color: rgba(0,0,0, 1);
}
	.title-list-category:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: rgba(41,122,98, .25);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -0.6875em;
    -webkit-transform: translate3d(-100%,-50%,0);
    transform: translate3d(-100%,-50%,0);
	}
  .tax-product_category .title-list-category {
    color: rgba(0,0,0, .9);
  }
	.post-type-archive-product .title-list-category,
  .widget .title-list-category {
		margin: 0;
	}
		.post-type-archive-product .title-list-category:before,
    .widget .title-list-category:before {
			content: none;
		}
    .widget .title-list-category {
      font-size: 1.25rem;
    }

.title-list-subcategory {
  color: rgba(0,0,0, 1);
  font-size: 1rem;
  margin-bottom: 0.171875em;
}

.list-category {
	margin-bottom: 2.75em;
}

.list-category .item-category {
	margin-bottom: 1.375em;
  text-align: center;
}

.item-category .count {
  color: rgba(0,0,0, .5);
  font-size: 0.875rem;
}

/* search */
.list-search .list-item {
	border-bottom: 1px dashed rgba(0,0,0, .15);
	margin-bottom: 2.75em;
}
	.list-search .list-item:last-of-type {
		margin-bottom: 0;
		border-bottom: none;
	}

/* certificates */
.list-certificate {
	margin: 1.375em 0;
}

.list-certificate .list-item {
	margin-bottom: 0.6875em;
	padding-bottom: 0.6875em;
	border-bottom: 1px dashed rgba(0,0,0, .15);
}
	.list-certificate .list-item:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

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

.article {}

/* post-view-full */
.post-view-full {
  margin-bottom: 2.75em;
}

/* post-view-sidebar */
.post-view-sidebar .field {
  margin-bottom: 1.375em;
}

/* post-view-search-result */
.post-view-search-result {
  padding-bottom: 1.375em;
  margin-bottom: 1.375em;
  border-bottom: 1px dashed rgba(0,0,0, 0.15);
}
  .post-view-search-result:last-child {
    border-bottom: 0;
  }

.post-view-search-result .field-post-type {
  color: rgba(0,0,0, 0.25);
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
}

.post-view-search-result .headline {
  margin-top: 0.171875em;
  margin-bottom: 0;
}

.post-view-search-result .headline a {
  color: rgba(0,0,0, 1);
}

.post-view-search-result .field-excerpt {
  margin-top: 0.6875em;
}

.post-view-search-result .relevanssi-query-term {
  color: rgba(41,122,98, 1);
  background: rgba(229,244,239, .75);
  padding: 0.34375em 0.5em;
}

/* post-view-teaser */
.post-view-teaser {
	margin-bottom: 1.375em;
	padding-bottom: 1.375em;
	border-bottom: 1px dashed rgba(0,0,0, 0.15);
}
	post-view-teaser:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 1.375em;
	}

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

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

.post-type-page.post-view-teaser {}
	.post-type-page.post-view-teaser:last-of-type {}

.post-type-page.post-view-post-type-archive {
	margin-bottom: 1.375em;
}

/* article-page-faq */
.post-type-page.article-page-faq .accordion-item {
  padding: 0.34375em 0;
}
  .post-type-page.article-page-faq .accordion-item:first-child {
    border-top: 0;
  }

.post-type-page.article-page-faq .accordion-header {
  display: block;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.375em;
  margin-bottom: 0;
  background: rgba(226,0,122, 1);
  color: rgba(255,255,255, 1);
  padding: 0.6875em;
  font-weight: normal;
}
  .post-type-page.article-page-faq .accordion-header.ui-accordion-header-active {
    cursor: text;
    color: rgba(255,255,255, 1);
  }

.post-type-page.article-page-faq .accordion-header .inner {
  position: relative;
  display: block;
  padding-right: 2.0625em;
}

.post-type-page.article-page-faq .accordion-header i {
  color: rgba(255,255,255, 1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  right: 0.6875em;
  top: 50%;
  margin-top: -7px;
}
  .post-type-page.article-page-faq .accordion-header.ui-accordion-header-active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: rgba(255,255,255, 1);
  }

.post-type-page.article-page-faq .field-faq-answer {
  padding: 0.6875em;
  -webkit-box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
  box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	border-radius: 2px;
	background: rgba(255,255,255, 1);
}

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

.post-type-post.post-view-teaser {
	margin-bottom: 1.375em;
	padding-bottom: 1.375em;
	border-bottom: 1px dashed rgba(0,0,0, 0.25);
}
	.list-item:last-of-type .post-type-post.post-view-teaser:not(.post-scope-front) {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 1.375em;
	}
	.post-type-post.post-view-teaser.post-is-sticky {
    background: rgba(229,244,239, .5);
    border-left: 3px solid rgba(185,220,211, 1);
    padding: 1.375em;
    position: relative;
    border-bottom: 0;
  }

.post-type-post.post-view-teaser .sticky-marker {
	color: rgba(41,122,98, 1);
	margin-bottom: 0.6875em;
}

.post-type-post.post-view-teaser h4 a,
.post-type-post.post-view-teaser h2 a {
	color: rgba(0,0,0, 1);
}

.post-type-post.post-view-teaser .field-thumbnail {
	float: right;
	width: 35%;
}

.post-type-post.post-view-row {
	margin-bottom: 0.6875em;
	padding-bottom: 0.6875em;
	border-bottom: 1px dashed rgba(0,0,0, 0.25);
}
	.list-item:last-of-type .post-type-post.post-view-row {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 1.375em;
	}

.post-type-post.post-view-row h4 {
  margin-bottom: 0;
}

.post-type-post.post-view-row h4 a {
  color: rgba(0,0,0, 1);
}

.post-type-post.post-view-sidebar .field-date .label {
  text-transform: none;
}
/* post-type-event */
.not-front .post-type-event .field-date {
  display: inline-block;
}

.not-front .post-type-event .field-location {
  display: inline-block;
  margin-left: 0.6875em;
  padding-left: 0.6875em;
  border-left: 1px solid rgba(0,0,0, .15);
}

.post-type-event.post-view-full .field-date-location {
  color: rgba(0,0,0, 0.5);
  font-weight: 300;
}

.post-type-event.post-view-full .field-date-location .location {
  display: block;
}

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

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

.post-type-event.post-view-teaser {
  position: relative;
  padding: 0;
  margin-bottom: 1.375em;
  border-bottom: 0;
}

.post-type-event.post-view-teaser a {
 min-height:120px;
   padding: 0.34375em 1.03125em 0.6875em;
  display: block;
  text-decoration: none !important;
  border-left: 5px solid rgba(185,220,211, 1);
  color: rgba(0,0,0, 1);
}

.post-type-event.post-view-teaser .field-date {
  line-height: normal;
}

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

.post-type-event.post-view-teaser .field-schedule {
  color: rgba(0,0,0, 0.5);
  font-size: 0.875rem;
}

.post-type-event.post-view-teaser .field-schedule > span {
  display: block;
}

.post-type-event.post-view-teaser .field-schedule strong {
  color: rgba(0,0,0, 1);
  font-weight: normal;
}

.post-type-event.post-view-row {
	margin-bottom: 0.6875em;
	padding-bottom: 0.6875em;
	border-bottom: 1px dashed rgba(0,0,0, 0.25);
}
	.list-item:last-of-type .post-type-event.post-view-row {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 1.375em;
	}

.post-type-event.post-view-row h4 {
  margin-bottom: 0;
}

/* post-type-location */
.post-type-location.post-view-sidebar .field-location {
  font-size: 0.875em;
}

.post-type-location.post-view-sidebar .field-location .location {
  display: block;
  margin-bottom: 0.6875em;
}
  .post-type-location.post-view-sidebar .field-location > span:last-child {
    margin-bottom: 0;
  }

.post-type-location.post-view-sidebar .map {
  height: 240px;
}

.post-type-location.post-view-teaser {
  position: relative;
  padding: 0;
  margin-bottom: 1.375em;
  border-bottom: 0;
}

.post-type-location.post-view-teaser .field-location > a {
  display: block;
  text-decoration: none !important;
  color: rgba(0,0,0, 1);
}
  .post-type-location.post-view-teaser .field-location:hover > a {
    color: rgba(226,0,122, 1);
  }

.post-type-location.post-view-teaser .map {
  height: 0;
  background-size: auto;
}

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

.post-type-location.post-view-teaser .field-schedule {
  color: rgba(0,0,0, 0.5);
  font-size: 0.875rem;
}

.post-type-location.post-view-teaser .field-schedule strong {
  font-weight: normal;
}

/* post-type-product */
.post-type-product.post-view-teaser {
	border-bottom: none;
	text-align: center;
}

.post-type-product.post-view-teaser .title-list-product {
  color: rgba(0,0,0, 1);
  font-size: 1rem;
  margin-bottom: 0.171875em;
}

.post-type-product.post-view-teaser .field-thumbnail {
  margin-bottom: 0.6875em;
}

.post-type-product.post-view-full .wrapper {
	margin-bottom: 2.75em;
}

.post-type-product.post-view-full .field-videos .field-oembed {
	margin-bottom: 1.375em;
}

.post-type-product.post-view-full .field-body {
	font-size: 1.25rem;
	font-weight: 300;
}

.post-type-product.post-view-full table {
  border-collapse: separate;
  border-spacing: 2px 2px;
  font-weight: 300;
  color: rgba(0,0,0, .8);
  width: 100%;
  text-align: left;
}

.post-type-product.post-view-full thead tr {
	background: rgba(185,220,211, 1);
}

.post-type-product.post-view-full thead tr th {
  font-weight: 500;
}

.post-type-product.post-view-full tbody tr {
	background: rgba(0,0,0, .05);
}

.post-type-product.post-view-full td,
.post-type-product.post-view-full th {
	padding: 0.6875em;
}

.post-type-product.post-view-full .headline {
	position: relative;
  color: rgba(0,0,0, .9)
}
	.post-type-product.post-view-full .headline:before {
		content: '';
		display: block;
		width: 40px;
		height: 2px;
		background: rgba(184,219,210, 1);
		position: absolute;
		z-index: 1;
		top: 50%;
		left: -0.6875em;
		-webkit-transform: translate3d(-100%,-50%,0);
		transform: translate3d(-100%,-50%,0);
	}

.post-type-product.post-view-full .field-components {
  font-size: 0.750rem;
  color: rgba(0,0,0, .8);
}

.post-type-product.post-view-full .tabs-nav {
  margin-bottom: -1px;
}

.post-type-product.post-view-full .tabs-nav .tab-nav {
  float: left;
  padding: 0.6875em;
}
  .post-type-product.post-view-full .tabs-nav .tab-nav.ui-state-active {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: rgba(0,0,0, .15);
    background: rgba(255,255,255, 1);
    color: rgba(0,0,0, 1);
    pointer-events: none;
  }

.post-type-product.post-view-full .tabs-nav .tab-nav a {
  color: rgba(0,0,0, .5);
}

.post-type-product.post-view-full .tabs-nav .tab-nav.ui-state-active a {
  color: rgba(0,0,0, 1);
}

.post-type-product.post-view-full .tab-content {
  border: 1px solid rgba(0,0,0, .15);
  padding: 1.375em;
}

.post-type-product.post-view-full #tabs .btn-prev,
.post-type-product.post-view-full #tabs .btn-next {
	float: left;
	padding: 0.6875em;
	color: rgba(0,0,0, .5);
}
	.post-type-product.post-view-full #tabs .btn-prev:hover,
	.post-type-product.post-view-full #tabs .btn-next:hover {
		cursor: pointer;
		color: rgba(0,0,0, 1);
	}

.post-type-product.post-view-certificate .btn {
	margin-top: 0.6875em;
}

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

.field > .label {
  margin-bottom: 0.34375em;
  color: rgba(0,0,0, 1);
  font-size: 1rem;
}

.field ol {
  padding: 0 0 0 0.6875em;
  margin: 0 0 1.375em;
}

.field ul {
  list-style: none;
  padding: 0;
  margin: 0.6875em 0 1.375em 0;
}
  .field p + ul {
    margin-top: -0.6875em;
  }
  .field ul ul {
    margin: 0.34375em 0 0 0;
  }

.field ul li {
  padding: 4px 0 4px 1.375em;
}

.field ul li:before {
  content: '';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.71875em;
  width: 1.71875em;
  font-size: 0.5rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
  .field ul ul li:before {
    content: '';
  }

/* field-excerpt */
.field-excerpt a.more {
  display: block;
  margin-top: 0.6875em;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* field-body */
.field-body {
  margin-bottom: 1.375em;
}

/* field-thumbnail */
.field-thumbnail {
	margin-bottom: 1.375em;
}

/* field-placeholder */
.field-placeholder > .bg-image {
	background-size: 25%;
}

/* field-date */
.field-date {
  font-size: 0.875rem;
  color: rgba(0,0,0, 0.5);
  text-transform: uppercase;
  display: block;
}

.field-date i {
  color: rgba(41,122,98, 1);
}

/* field-location */
.field-location {
  font-size: 0.875rem;
  color: rgba(0,0,0, .5);
  text-transform: uppercase;
  display: block;
}

.field-location i {
  color: rgba(41,122,98, 1);
}

/* field-author */
.field-author .avatar {
  width: 48px;
  height: 48px;
  float: left;
  border-radius: 50%;
  margin-right: 0.6875em;
  border: 2px solid rgba(255,255,255, 1);
}

.field-author .name {
  line-height: 48px;
  float: left;
}

/* field-taxonomy */
.field-taxonomy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.field-taxonomy li {
  float: left;
  margin: 0 0.34375em 0.34375em 0;
}

.field-taxonomy a {
  display: block;
  font-size: 0.875rem;
  padding: 8px 12px;
  background: rgba(185,220,211, .5);
  border: 1px solid rgba(185,220,211, 1);
  color: rgba(0,0,0, .8);
  border-radius: 2px;
  text-decoration: none;
}
  .field-taxonomy.taxonomy-tag a {
    font-size: 0.75rem;
    border: 1px solid rgba(0,0,0, 0.2);
    background: transparent;
    color: rgba(0,0,0, 0.5);
  }

/* field-share */
.field-share {
  margin-bottom: 1.375em;
}

.field-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.field-share li {
  float: left;
  margin: 0 0.34375em 0.34375em 0;
}

.field-share a {
  display: block;
  font-size: 1.25rem;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: rgba(255,255,255, 1);
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
  .field-share li.share-facebook a {
    color: #3B5998;
  }
  .field-share li.share-google-plus a {
    color: #DB4A39;
  }
  .field-share li.share-twitter a {
    color: #55ACEE;
  }

/* field-downloads */
.field-downloads .headline {
  position: relative;
  color: rgba(0,0,0, 1) !important;
}
  .field-downloads .headline:after {
    
    display: block;
    font-family: 'FontAwesome';
    font-size: 2.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0,-50%,0) rotate(-10deg);
    transform: translate3d(0,-50%,0) rotate(-10deg);
  }

.field-downloads .field-download {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed rgba(0,0,0, .33);
}
  .field-downloads .field-download:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

.field-downloads .field-download li {
  position: relative;
  margin-left: 1.375em;
}
  .field-downloads .field-download li a:before {
    content: '\f054';
    color: rgba(184,219,210, 1);
    display: block;
    font-family: 'FontAwesome';
    font-size: 0.65rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -1.375em;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }

/* field-certificate */
.field-certificates li {
  position: relative;
  margin-left: 1.375em;
}
	.field-certificates li a:before {
	  content: '\f054';
	  color: rgba(184,219,210, 1);
	  display: block;
	  font-family: 'FontAwesome';
	  font-size: 0.65rem;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  position: absolute;
	  z-index: 1;
	  top: 50%;
	  left: -1.375em;
	  -webkit-transform: translate3d(0,-50%,0);
	  transform: translate3d(0,-50%,0);
	}
	
/* field-external-certificate */
.field-external-certificates {
	margin-top: 1.375em;
}

.field-external-certificates li {
  position: relative;
  margin-left: 1.375em;
}
	.field-external-certificates li a:before {
	  content: '\f054';
	  color: rgba(184,219,210, 1);
	  display: block;
	  font-family: 'FontAwesome';
	  font-size: 0.65rem;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  position: absolute;
	  z-index: 1;
	  top: 50%;
	  left: -1.375em;
	  -webkit-transform: translate3d(0,-50%,0);
	  transform: translate3d(0,-50%,0);
	}


/* field-category-color */
.field-category-color {
	width: 0.6875em;
	height: 0.6875em;
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(-150%,-50%,0);
	transform: translate3d(-150%,-50%,0);
	background-color: rgba(0,0,0, .12);
  border: 1px solid rgba(0,0,0, .25);
}

/* field-publication-area */
.field-publication-area {
  margin-bottom: 1.375em;
}
  .field-publication-area:last-of-type {
    margin-bottom: 0;
  }

.field-publication-area .area-title {
  position: relative;
}

.field-publication-area ul {
  list-style: none !important;
  padding: 0;
  margin: 0 0 0 1.375em;
}

.field-publication-area ul li {
  word-break: break-all;
  position: relative;
  list-style: none !important;
  padding: 0;
  margin-bottom: 0.6875em;
}
  .field-publication-area ul li:before {
    content: '\f054';
    color: rgba(184,219,210, 1);
    display: block;
    font-family: 'FontAwesome';
    font-size: 0.65rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 0;
  }

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

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

/* responsive-embed */
.responsive-embed {
  margin-bottom: 1.375em;
}

/* links */
a.external .fa-external-link {
  margin: 0 0 0 0.34375em;
  font-size: 0.75rem;
  white-space: nowrap;
  vertical-align: middle;
}

/* 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 {
  width: 100%;
  border: 1px solid transparent;
  padding: 6px 10px;
  background: rgba(0,0,0, 0.05);
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
  font-size: 0.875rem;
}
  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: rgba(226,0,122, 1);
  }

input[type="checkbox"] + .wpcf7-list-item-label,
input[type="radio"] + .wpcf7-list-item-label {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
  input[type="checkbox"]:checked + .wpcf7-list-item-label,
  input[type="radio"]:checked + .wpcf7-list-item-label {
    color: rgba(0,0,0, 1);
  }

select,
input[type="range"] {
  width: 100%;
}

.styled-select {
  display: block;
  position: relative;
}

.styled-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0,0,0, 0.05) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 5px 28px 5px 8px;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid transparent;
  outline: none !important;
}
  .styled-select select:focus {
    border-color: rgba(226,0,122, 1);
  }
  .styled-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 rgba(0,0,0, 1);
  }

.styled-select option {
  background: rgba(255,255,255, 1);
}

.styled-select i {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 10px;
  color: rgba(0,0,0, 0.8);
}

textarea {
  resize: vertical;
}

.btn, .button, .submit {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: rgba(255,255,255, 1);
  background-color: rgba(226,0,122, 1);
  border-radius: 0px;
  border: 0;
  text-decoration: none;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  -webkit-appearance: none;
  cursor: pointer;
}
  .btn-o, .button-o {
    background: none;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid rgba(226,0,122, 1);
    color: rgba(226,0,122, 1);
  }
  .btn-margin, .button-margin {
    margin: 0.6875em 0 0;
  }
  .btn-lmargin, .button-lmargin {
    margin: 1.375em 0 0;
  }

/* 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: rgba(0,0,0, 0.15);
  margin: 1.375em 0;
  clear: both;
}

.wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-control.wpcf7-radio {
  display: block;
  background: rgba(0,0,0, 0.05);
  padding: 6px 5px 0px;
  font-size: 0.875rem;
  border: 1px solid transparent;
  min-height: 34px;
}

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

.wpcf7-form .field-label {
  display: block;
  font-size: 0.875rem;
}

.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: rgba(0,0,0, 0.8);
}

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

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

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

.wpcf7-form .field-submit .ajax-loader {
  float: left;
  margin-left: 12px;
  margin-top: 12px;
  min-width: auto;
}
  .wpcf7-form .field-float .field-submit .ajax-loader {
    display: none;
  }

.wpcf7-form .wpcf7-not-valid {
  background: rgba(199,0,0, 0.06);
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
  border: 0;
  color: rgba(199,0,0, 1);
  width: 100%;
  padding: 2px 6px 4px;
  font-size: 12px;
  position: relative;
  margin-top: 3px;
  z-index: 1;
  padding-left: 1.71875em;
  line-height: 16px;
}
  .wpcf7-form .wpcf7-response-output {
    padding: 1.375em 1.375em 1.375em 3.4375em !important;
    margin: 1.375em 0 0;
  }
    .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
      font-weight: bold;
    }

.wpcf7-form .wpcf7-not-valid-tip i,
.wpcf7-form .wpcf7-response-output i {
  font-size: 1rem;
  margin-left: -1.375em;
  width: 1.375em;
  position: relative;
  text-align: center;
  top: -1px;
}
  .wpcf7-form .wpcf7-response-output i {
    margin-left: -2.40625em;
    width: 2.40625em;
    vertical-align: middle;
  }

/* tablepress */
.tablepress-container {
  position: relative;
  padding: 0 2px;
}

.tablepress-table-description {
  margin-bottom: 1.375em
}

table.tablepress {
  min-width: 640px;
  margin-bottom: 1.375em;
  font-size: 0.875rem;
}

table.tablepress tfoot th,
table.tablepress thead th {
  background-color: rgba(226,0,122, 1);
  color: rgba(255,255,255, 1);
  border: 0;
}

table.tablepress tbody td,
table.tablepress tfoot th {
  border: 0;
}

table.tablepress td,
table.tablepress th {
  padding: 0.6875em;
}

table.tablepress tr {

}
  table.tablepress tr.odd {
    -webkit-box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
    box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
  }

table.tablepress td {

}
  table.tablepress .even td {
    background-color: rgba(255,255,255, 1);
  }
  table.tablepress .odd td {
    background-color: rgba(0,0,0, 0.04);
  }
  table.tablepress .row-hover tr:hover td {
    background-color: rgba(0,0,0, 0.66);
    color: rgba(255,255,255, 1);
  }

/* google maps */
.map, .gmap {
  width: 100%;
  background-color: rgba(0,0,0, 0.05);
}

.gm-style-iw {
  width: 220px;
  max-width: 220px;
}

/* guide */

@-webkit-keyframes down {
  0% { -webkit-transform: translateY(0); }
  25% { -webkit-transform: translateY(5px); }
  50% { -webkit-transform: translateY(0); }
  100% { -webkit-transform: translateY(0); }
}

@keyframes down {
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  25% { -webkit-transform: translateY(5px); transform: translateY(5px); }
  50% { -webkit-transform: translateY(0); transform: translateY(0); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

@-webkit-keyframes up {
  0% { -webkit-transform: translateY(0); }
  25% { -webkit-transform: translateY(-5px); }
  50% { -webkit-transform: translateY(0); }
  100% { -webkit-transform: translateY(0); }
}

@keyframes up {
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  25% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  50% { -webkit-transform: translateY(0); transform: translateY(0); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

#guide a {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: rgba(226,0,122, 1);
  color: rgba(255,255,255, 1);
  text-align: center;
  line-height: 38px;
  display: block;
  font-size: 1.25rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
  box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
  -webkit-animation: 4s ease 0s normal none infinite running down;
  animation: 4s ease 0s normal none infinite running down;
}
  #guide a.top {
    background: rgba(226,0,122, 1);
    color: rgba(255,255,255, 1);
    bottom: 15px;
    line-height: 36px;
    -webkit-animation: 4s ease 0s normal none infinite running up;
    animation: 4s ease 0s normal none infinite running up;
  }

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

.menu,
.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* footer-menu */
#footer-menu li a {
  display: block;
  padding: 1.03125em 0;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255, 0.12);
  font-size: 0.875rem;
  color: rgba(255,255,255, .5);
}
  #footer-menu li:last-child a {
    border-bottom: 0;
  }
  #footer-menu li.copyright a {
	  color: rgba(255,255,255, 1);
	  font-weight: 500;
  }

/* error-404 */
.error-404-menu-container {
  margin-top: 2.75em;
}

#error-404-menu .menu-depth-1 {
	margin: -0.34375em 0 0.6875em;
}

#error-404-menu .menu-depth-2 {
  margin-bottom: 0.34375em;
}

#error-404-menu .menu-item-depth-0 {
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0, 0.1);
}
  #error-404-menu .menu-item-depth-0:last-of-type {
    border-bottom: 0;
  }

#error-404-menu .menu-item-depth-1 {
  font-size: 0.875rem;
}

#error-404-menu .menu-link {
	display: block;
	color: rgba(0,0,0, 1);
	padding: 5px 10px;
}
  #error-404-menu .menu-item.current-menu-item:not(.current-menu-item-not-active-anchor):not(.current-menu-item-not-active-parameter) > .menu-link,
	#error-404-menu .menu-item.current-menu-ancestor > .menu-link {
    color: rgba(226,0,122, 1);
    text-decoration: none;
  }
  #error-404-menu .menu-link-depth-0 {
  	padding-top: 10px;
  	padding-bottom: 10px;
  	font-size: 1.125rem;
  }
  #error-404-menu .menu-item-depth-1 .menu-link:before {
    content: '›';
    display: inline-block;
    margin-left: -1.375em;
    width: 1.375em;
    text-align: center;
  }
  #error-404-menu .menu-link-depth-1 {
    padding-left: 2.75em;
  }
    #error-404-menu .menu-item-depth-1 .menu-link-depth-1:before {
      content: '›';
    }
  #error-404-menu .menu-link-depth-2 {
    padding-left: 3.34375em;
  }
    #error-404-menu .menu-item-depth-2 .menu-link-depth-2:before {
      content: '››';
    }
  #error-404-menu .menu-link-depth-3 {
    padding-left: 4.125em;
  }
    #error-404-menu .menu-item-depth-3 .menu-link-depth-3:before {
      content: '›››';
    }
  #error-404-menu .menu-link-depth-4 {
    padding-left: 4.8125em;
  }
    #error-404-menu .menu-item-depth-4 .menu-link-depth-4:before {
      content: '››››';
    }

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

.search-container {
  position: relative;
}

.site-search {
  position: relative;
  width: 100%;
  background: rgba(40,44,52, 1);
  padding: 12px 0;
  display: none;
}

.site-search .search-input {
  border: 0;
  background: none;
  color: rgba(255,255,255, .8);
}

.site-search .search-submit {
  border: 0;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  color: rgba(255,255,255, 1);
}

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

#pagination {
  margin: 0;
}

/* archive */
#pagination.archive {
  padding: 0.6875em;
  background: rgba(0,0,0, 0.02);
}

#pagination.archive.prev-next {}

#pagination.archive.prev-next .pagination-icon {
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 2em;
  background: rgba(226,0,122, 1);
  margin-left: 1px;
  line-height: 46px;
  color: rgba(255,255,255, 1);
  display: inline-block;
  vertical-align: middle;
}
  #pagination.archive.prev-next .page-prev .pagination-icon {
    margin-right: 0.34375em;
  }
  #pagination.archive.prev-next .page-next .pagination-icon {
    margin-left: 0.34375em;
  }

#pagination.archive.prev-next .pagination-label {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
  #pagination.archive.prev-next .page-prev .pagination-label {
    margin-right: 0.34375em;
  }
  #pagination.archive.prev-next .page-next .pagination-label {
    margin-left: 0.34375em;
  }

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

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

#pagination.archive.paged {
  text-align: center;
  background: rgba(226,0,122, 1);
}

#pagination.archive.paged .page-count {
  color: rgba(2555,255,255, 1);
  font-weight: 500;
  margin-bottom: 0.6875em;
  display: block;
}

#pagination.archive.paged .page-numbers {
  display: inline-block;
  padding: 13px 19.5px;
  background: rgba(0,0,0, 12);
  text-decoration: none !important;
  color: rgba(255,255,255, 1);
}
  #pagination.archive.paged .page-numbers.current {
    background: rgba(255,255,255, 1);
    color: rgba(226,0,122, 1);
  }
  #pagination.archive.paged a.page-numbers:hover {
    background: rgba(255,255,255, 1);
    color: rgba(226,0,122, 1);
  }
  #pagination.archive.paged .prev,
  #pagination.archive.paged .next {
    padding: 12px 20px;
    background: none;
    border: 1px solid rgba(255,255,255, 1);
  }

/* single */
#pagination.single {
  position: relative;
}

#pagination.single.prev-next {
  background: rgba(226,0,122, 1);
}

#pagination.single.prev-next .page-overview {
  display: block;
  margin-bottom: 1px;
}

#pagination.single.prev-next .page-overview a {
  color: rgba(255,255,255, 1);
  height: 50px;
  line-height: 50px;
  padding: 0 1.375em;
  display: block;
}

#pagination.single.prev-next .page-overview i {
  margin-right: 0.6875em;
}

#pagination.single.prev-next .page-prev-next {
  display: block;
}

#pagination.single.prev-next .page-prev-next [class*="page-"] {
  float: left;
  width: 50%;
}
  #pagination.single.prev-next .page-prev-next .page-prev {
    padding-right: 1px;
  }

#pagination.single.prev-next .post-link {
  text-align: center;
  height: 50px;
  font-size: 2em;
  display: block;
  line-height: 46px;
  color: rgba(255,255,255, 1);
}
  #pagination.single.prev-next .post-link.no-posts {
    opacity: 0.15;
    cursor: default;
  }

#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 rgba(0,0,0, 0.05);
}

#pagination.single.title .prev-title,
#pagination.single.title .next-title {
  color: rgba(0,0,0, 0.25);
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.171875em;
}

#pagination.single.title .prev-title i,
#pagination.single.title .next-title i {
  background: none repeat scroll 0 0 rgba(0,0,0, 0.15);
  color: rgba(255,255,255, 1);
  margin-right: 0.6875em;
  width: 1.375em;
  height: 1.375em;
  line-height: 1.375em;
  text-align: center;
  font-size: 1rem;
  display: inline-block;
}

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

/* breadcrubs */
.breadcrumbs-container {
  padding: 2.75em 0 0.6875em;
  border-bottom: 1px solid rgba(0,0,0, 0.15);
  background: rgba(255,255,255, 1);
}

#breadcrumbs {
  font-size: 0.75rem;
  color: rgba(0,0,0, .33);
}

#breadcrumbs .trail {
  margin: 0 0.6875em;
}

#breadcrumbs > span:last-of-type {}

  #breadcrumbs a {
    color: rgba(0,0,0, .8);
  }

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

.comments > ul {
	padding: 0 0 1px;
}

ul.children {
  margin: -0.6875em 0 1.375em;
}

.comment {
	margin-bottom: 1.375em;
	list-style: none;
	position: relative;
	padding: 1.375em;
}
  .comment.depth-1,
  .comment.depth-1 + .children .comment {
    background: rgba(0,0,0, 0.06);
  }
  .comment.depth-1:nth-of-type(2n),
  .comment.depth-1:nth-of-type(2n) + .children .comment {
		background: rgba(0,0,0, 0.15);
	}
	.comment:last-of-type {
		border-bottom: none;
	}
	ul.children .comment {
  	margin-bottom: 0.6875em;
  }

.comment-author {
	margin-bottom: 1.375em;
}

.comment-author > * {
  font-size: 0.875em;
}

.comment-author .fn {
	font-weight: bold;
	font-style: normal;
}

.comment-meta {
	position: absolute;
	right: 1.375em;
	top: 1.375em;
	z-index: 5;
}

.comment-meta > * {
  font-size: 0.875em;
}

.comment-respond {
	padding-top: 2.75em;
	border-top: 1px solid rgba(0,0,0, 0.15);
}

.reply-link {
	display: none;
}

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

::-moz-selection {
  background: rgba(226,0,122, 1);
  color: rgba(255,255,255, 1);
  text-shadow: none;
}

::selection {
  background: rgba(226,0,122, 1);
  color: rgba(255,255,255, 1);
  text-shadow: none;
}

::-webkit-selection {
  background: rgba(226,0,122, 1);
  color: rgba(255,255,255, 1);
  text-shadow: none;
}

::-moz-selection {
  background: rgba(226,0,122, 1);
  color:rgba(255,255,255, 1) ;
  text-shadow: none;
}

.fa-before {
  margin-right: 0.34375em;
}

.fa-after {
  margin-left: 0.34375em;
}

.card {
  -webkit-box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
  box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
	border-radius: 2px;
	padding: 0.6875em 1.375em;
	background: rgba(255,255,255, 1);
	margin-bottom: 1.375em;
}
  .card.info {
    border-left: 5px solid rgba(226,0,122, 1);
    border-radius: 0 2px 2px 0;
  }
  .card.error {
    border-left: 5px solid rgba(199,0,0, 1);
    border-radius: 0 2px 2px 0;
  }
  .card.success {
    border-left: 5px solid rgba(68,157,68, 1);
    border-radius: 0 2px 2px 0;
  }
  .card.warning {
    border-left: 5px solid rgba(236,151,31, 1);
    border-radius: 0 2px 2px 0;
  }
  .card.em {
    border-left: 5px solid rgba(226,0,122, 1);
    background: rgba(0,0,0, 0.02);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 2px 2px 0;
  }
    .card.em.info {
      border-color: rgba(226,0,122, 1);
      background: rgba(0,116,162, 0.06);
      color: rgba(226,0,122, 1);
    }
    .card.em.error {
      border-color: rgba(199,0,0, 1);
      background: rgba(199,0,0, 0.06);
      color: rgba(199,0,0, 1);
    }
    .card.em.success {
      border-color: rgba(68,157,68, 1);
      background: rgba(68,157,68, 0.06);
      color: rgba(68,157,68, 1);
    }
    .card.em.warning {
      border-color: rgba(236,151,31, 1);
      background: rgba(236,151,31, 0.06);
      color: rgba(236,151,31, 1);
    }
    .card.em.bright {
      background: rgba(255,255,255, 1);
    }
    .card.em.dark {
      background: rgba(0,0,0, 1);
    }
  .card.small {
    font-size: 12px;
    padding: 1.375em;
  }
  .card.bold {
    font-weight: bold;
  }
  .card.center {
    text-align: center;
  }
  .card.no-border {
    border: 0;
  }
  .card.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

.card .card-title {
  font-weight: 300;
}
  .card .card-title.line {
    padding-bottom: 0.34375em;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
  }

.card .card-top {
  margin: -1.375em -1.375em 1.375em;
  width: auto !important;
}

.card .card-middle {
  margin: 1.375em -1.375em 1.375em;
  width: auto !important;
}

.card .card-bottom {
  margin: 1.375em -1.375em -1.375em;
  width: auto !important;
}

.card label {
  color: rgba(0,0,0, 0.5);
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.box-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
  box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
}

.box-shadow-2 {
  -webkit-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);
  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);
}

.scrollable {
	overflow: auto;	
}

/* WPML */
#locale-switcher {
  position: absolute;;
  z-index: 1;
  right: 105px !important;
  top: 20px;
}

#locale-switcher .lang {
  float: left;
  margin-right: 0.5em;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
  #locale-switcher .lang:last-of-type {
    position: relative;
    margin-right: 0;
  }
    #locale-switcher .lang:last-of-type:after {
    	height: 40px;
    	background: rgba(0,0,0, 0.15);
    	width: 1px;
    	position: absolute;
    	right: -12px;
    	top: -8px;
    	z-index: 1;
    	content: '';
    	cursor: default;
    }
  #locale-switcher .lang.active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

/* swipebox */
#swipebox-overlay {
  min-width: 320px;
  background: rgba(255,255,255, 0.96);
  width: 100% !important;
}

#swipebox-top-bar {
  line-height: 1.375em;
  font-size: 14px;
  height: auto;
  background: rgba(255,255,255, 0.88);
  bottom: -50px;
  top: auto;
  padding-top: 1.375em;
}
  #swipebox-top-bar.visible-bars {
  	-webkit-transform: translate3d(0px, -50px, 0px);
  	transform: translate3d(0px, -50px, 0px);
  }

#swipebox-bottom-bar {
  background: none;
}

#swipebox-top-bar,
#swipebox-bottom-bar {
  color: rgba(0,0,0, 1);
  opacity: 1;
  min-height: 70px;
  text-shadow: none;
}

#swipebox-bottom-bar {
  display: block !important;
  padding-top: 0.6875em
}

#swipebox-title {
  padding-top: 0.6875em;
  padding-bottom: 0.6875em;
  padding-right: 100px;
  text-align: left;
  line-height: 1.375em;
}

#swipebox-close {
  top: 0.6875em;
  right: 0.6875em;
  background-color: none;
  background-image: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50%;
}
  #swipebox-close:before,
	#swipebox-close:after {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		content: '';
		display: block;
		background: rgba(226,0,122, 1);
		width: 20px;
		height: 3px;
		border-radius: 2px;
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
		transform: translate3d(-50%,-50%,0) rotate(-45deg);
	}
  	#swipebox-close:after {
  		-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
  		transform: translate3d(-50%,-50%,0) rotate(45deg);
  	}

#swipebox-arrows {
  position: relative;
  right: 0.6875em;
}

#swipebox-prev,
#swipebox-next {
  background-image: none;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 50%;
}
	#swipebox-prev:after,
	#swipebox-next:after {
  	content: '\f104';
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		font-family: 'FontAwesome';
		color: rgba(226,0,122, 1);
		font-size: 1.5rem;
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}
  	#swipebox-next:after {
  		content: '\f105';
  	}

#swipebox-bottom-bar a {
  background-color: none;
}
  #swipebox-bottom-bar[style="display: none;"] a {
    opacity: 0.3;
  }

#swipebox-arrows {
  float: right;
  max-width: 100px;
  padding-right: 0px;
}

#swipebox-slider .slide-loading {
  background: url(img/swipebox.gif) no-repeat center center;
}

#swipebox-slider img {}

/* filter-style custom-theme */
.filter-style.filter-theme-custom .bundle-widget-keyword .bundle-inner {
  background-color: rgba(226,0,122, 1);
  color: rgba(255,255,255, 1);
}

.vr-gmap-filter.filter-theme-custom .bundle-widget-keyword .keyword-wrapper:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,103,144, 0)), to(rgba(0,103,144, 1)));
  background: linear-gradient(to right, rgba(0,103,144, 0) 0%, rgba(0,103,144, 1) 100%);
}

.filter-style.filter-theme-custom .bundle-widget-keyword .bundle-input {
  background-color: rgba(0,0,0, 0.1);
  color: rgba(255,255,255, 1);
}

.coffee-filter.filter-theme-custom .bundle-widget-keyword .keyword-advanced {
  color: rgba(255,255,255, 1);
}
  .coffee-filter.filter-theme-custom .bundle-widget-keyword .keyword-advanced:hover {
    text-decoration: line-through;
  }

.filter-style.filter-theme-custom .bundle-widget-keyword .geolocation-wrapper {
  background-color: rgba(0,0,0, 0.1);
  border-color: rgba(226,0,122, 1);
}

.filter-style.filter-theme-custom .bundle-widget-keyword .geolocation-wrapper a,
.filter-style.filter-theme-custom .bundle-widget-keyword .submit-wrapper button {
  color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-current {
  color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-label {
  background-color: rgba(226,0,122, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select.bundle-active .filter-label .label-filter {
  color: rgba(255,255,255, 0.6);
}

.filter-style.filter-theme-custom .bundle-widget-select .current-select {
  background-color: rgba(226,0,122, 1);
  color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-select {
  background-color: rgba(226,0,122, 1);
  color: rgba(255,255,255, 0.66);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-select .select-item:hover label {
  background-color: rgba(0,0,0, 0.1);
  color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-select .item-active label {
  color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-list .bundle-inner {
  background-color: rgba(226,0,122, 1);
  color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-list .list-item label {
  color: rgba(255,255,255, 0.66);
}
  .filter-style.filter-theme-custom .bundle-widget-list .list-item:hover label {
    color: rgba(255,255,255, 1);
  }
  .filter-style.filter-theme-custom .bundle-widget-list .list-item.item-active label {
    color: rgba(255,255,255, 1);
    font-weight: bold;
  }

.coffee-filter.filter-theme-custom .bundle-widget-submit .btn {
  background-color: rgba(226,0,122, 1);
  color: rgba(255,255,255, 1);
}

/* vr-gmap */
.vr-gmap-messages.messages-theme-custom {
  background: rgba(226,0,122, 1);
  color: rgba(255,255,255, 1);
}

.vr-gmap-messages.messages-theme-custom.error {
  color: rgba(255,255,255, 0.5);
}

.vr-gmap-messages.messages-theme-custom .fa.fa-close {
  color: rgba(255,255,255, 1);
}

/* owl-carousel */
.owl-carousel.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  right: 0;
  top: -35px;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  border-radius: 0px;
  background: rgba(0,0,0, 0.35);
  padding: 2px 8px;
  margin: 0 2px;
}

.owl-carousel.owl-theme .owl-nav .disabled {
  opacity: 0.35 !important;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: rgba(0,0,0, 0.35);
  margin: 0 5px;
  opacity: 0.35;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(0,0,0, 0.35);
  opacity: 1;
}

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

.post-edit-link {
  color: rgba(226,0,122, 1);
  display: inline-block;
  font-size: 0.857em;
  margin: 1.375em 0;
}
  .post-edit-link:hover {
    text-decoration: underline
  }

.alignnone {
  margin: 0 0 1.375em;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.375em auto;
}

.alignright {
  float: right;
  margin: 0.6875em 0 0.6875em 1.375em;
}

.alignleft {
  float: left;
  margin: 0.6875em 1.375em 0.6875em 0;
}

p .alignnone {
  margin: 0;
}

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

p .alignright {
  float: right;
  margin: 0.6875em 0 0.6875em 0.6875em;
}

p .alignleft {
  float: left;
  margin: 0.6875em 1.375em 0.6875em 0;
}

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

.wp-caption {
  background: rgba(255,255,255, 1);
  max-width: 100%;
}

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

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 0.750rem;
  line-height: 1.125;
  margin: 0;
  padding: 0.34375em;
  color: rgba(0,0,0, .66);
}

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

.gallery {
  margin-right: -0.6875em !important;
}

.gallery-item {
  margin: 0;
	padding: 0 0.6875em 0.6875em 0 !important;
}

.gallery-icon {
  position: relative;
}


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

.gallery figcaption {
  display: none;
}

.gallery.gallery-columns-1 figcaption {
  display: block;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: rgba(226,0,122, 1);
}

.wp-playlist-tracks .wp-playlist-item.wp-playlist-playing {
  background: rgba(226,0,122, 1) !important;
  color: #fff;
}

.wp-playlist-tracks .wp-playlist-item.wp-playlist-playing .wp-playlist-caption {
  color: #fff;
}

.sticky {}

.bypostauthor {}

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

.no-js {}
.contentLeft {
    float:left;
width:68%;
padding:1% 1% 1% 1%;
}
.contentLeft a{
     text-transform:uppercase;
text-decoration:none;
color:#484848;
border-bottom:2px solid rgba(185,220,211, 1);

}
.contentRight{
    width:30%;
    float:left;

}
.newsheader {
   margin-left:1%;
     font-size: 1rem;
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
    .contentLeft {
width:98%;

}
.contentRight{
width:98%;

}

    .testFont {
        font-family:'Times New Roman';

    
    }
    .testFont a{
        font-family:'Times New Roman' !important;

    
    }
}
