/*!
 * style.css
 *
 * @link http://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage agoodstart
 * 
 * @version 4.0.0
 */
 
/* color base rgba(247,157,0, 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;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: 0 !important;
}

html {
  font-size: 14px;
}

body {
  font-family: 'CallunaSansRegular', sans-serif;
  font-weight: normal;
  line-height: 1.375;
  min-width: 320px;
}

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(0,0,0, 1);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.6875em;
  line-height: 1.125;
  font-family: Georgia, serif;
  font-weight: normal;
}

h1, .h1, .page-title {
  font-size: 1.75rem;
}

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

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1rem;
}

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

h6, .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(247,157,0, 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;
  }

.intro {
  font-size: 1.25rem;
}

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

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

/* header */
.header-container {
  position: relative;
  border-bottom: 1px solid rgba(0,0,0, 0.2);
}
  .header-container.headhesive {
    background: rgba(255,255,255, 1);
    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;
  width: 100px;
}

/* main */
.main-container {
	margin-top: 1.375em;
}

#main {}

.content-container {
  width: 100%;
}

#content {}

/* footer */
.footer-container {
  position: relative;
  margin-top: 2.75em;
}

#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-logos */
#widget-area-logos {
  display: table;
  padding-top: 1.375em;
  padding-bottom: 1.375em;
  width: 100%;
  text-align: center;
}

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

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

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

#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 .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_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(247,157,0, 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_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(247,157,0, 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(247,157,0, 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: '››››';
    }
    
/* latest-news */
.widget.latest-news .widget-title {
  font-size: 1.75rem;
}

/* latest-events */
.widget.latest-events .widget-title {
  font-size: 1.75rem;
}

/* contest-deadline */
.widget.contest-deadline {
  position: relative;
  color: rgba(255,255,255, 1);
  margin-top: -3.09375em;
  margin-bottom: 2.75em;
}
  .widget.contest-deadline:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 104%;
    background: rgba(13,131,197, 1);
    top: -2%;
    left: 0;
    z-index: 1;
    transform: skewY(-1.5deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    box-shadow: 0 0 1px rgba(255,255,255, 0);
  }
  .widget.contest-deadline:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:linear-gradient(116deg, #007cc2 0%, #005395 100%);
    top: 0;
    left: 0;
    z-index: 2;
    transform: skewY(-2deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    box-shadow: 0 0 1px rgba(255,255,255, 0);
  }

.widget.contest-deadline .widget-inner {
  position: relative;
  z-index: 5;
  transform: rotate(-2deg);
}

.widget.contest-deadline .max-width {
  background: url(img/logo-contest.png) no-repeat -1.375em 1.375em;
  background-size: 120px 118px;
}

.widget.contest-deadline .post-view-contest-deadline {
  padding: 1.375em 0;
}

.widget.contest-deadline .post-view-contest-deadline .contest {
  margin-bottom: 0.171875em;
}

.widget.contest-deadline .post-view-contest-deadline .deadline {
  font-size: 1.125rem;
  color: rgba(255,255,255, 0.66);
}

.widget.contest-deadline .post-view-contest-deadline .em {
  color: rgba(247,157,0, 1);
}

.widget.contest-deadline .post-view-contest-deadline .btn {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  box-shadow: 0 0 1px rgba(255,255,255, 0);
  margin-top: 1.375em;
}

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

/* line */
.main-container {
  overflow: hidden;
}

.line,
.line-2 {
  position: relative;
  margin-bottom: 2.75em;
}
  .line {
    padding-bottom: 2.75em;
  }
  .line:before,
  .line-2:before {
    content: '';
    height: 0px;
    width: 1000%;
    background: rgba(0,0,0, 0.2);
    position: absolute;
    z-index: 1;
    left: -500%;
    bottom: 0;
    transform: rotate(-2deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    box-shadow: 0 0 1px rgba(255,255,255, 0);
  }

.line > *,
.line-2 > * {
  position: relative;
  z-index: 5;
}

/* page-template-page-contact */
.page-template-page-contact .field-map {
  margin-bottom: 1.375em;
}

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

/* list-atelier */
.list-atelier .item-atelier .atelier-gallery {
  margin-bottom: 0.6875em;
}
  .list-atelier .item-atelier .atelier-gallery.closed {
    display: none;
  }

.list-atelier .item-atelier [data-atelier-gallery] {
  margin-bottom: 0;
  position: relative;
  top: 0.6875em;
}
  .list-atelier .item-atelier [data-atelier-gallery]:before {
    -moz-transition: all ease 0.3s;	
    -webkit-transition: all ease 0.3s;	
    transition: all ease 0.3s;
  }
    .list-atelier .item-atelier [data-atelier-gallery].active:before {
      transform: rotate(-90deg);
    }

/* ######################################## *\
    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 solid rgba(0,0,0, 0.12);
}
  .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 .field-excerpt {
  margin-top: 0.6875em;
}

.post-view-search-result .relevanssi-query-term {
  color: rgba(0,0,0, 1);
  font-weight: bold;
}

/* 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(247,157,0, 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;
  -moz-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 {
    transform: rotate(180deg);
    color: rgba(255,255,255, 1);
  }

.post-type-page.article-page-faq .field-faq-answer {
  padding: 0.6875em;
  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 solid rgba(0,0,0, 0.2);
}
	.post-type-post.post-view-teaser:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 1.375em;
	}

.post-type-post.post-view-full .field-date,	
.post-type-post.post-view-teaser .field-date {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.34375em;
}

.post-type-post.post-view-full .field-event-location,
.post-type-post.post-view-teaser .field-event-location {
  font-size: 1.125rem;
  display: block;
  margin-top: -0.6875em;
  margin-bottom: 0.6875em;
}

.post-type-post.post-view-full .field-body,
.post-type-post.post-view-full .field-excerpt,
.post-type-post.post-view-teaser .field-body,
.post-type-post.post-view-teaser .field-excerpt {
  font-size: 1.125rem;
}

/* post-view-artist */
.post-view-artist {
  margin-top: -1.375em;
  margin-bottom: 2.75em;
}

.post-view-artist h2 {
  margin-bottom: 0.34375em;
}

.post-view-artist h3 {
  margin-top: 1.375em;
  margin-bottom: 0.34375em;
}

.post-view-artist .field-media ol {
  font-size: 1.5rem;
}

.post-view-artist .field-media li {
  padding-top: 0;
  padding-bottom: 0.6875em;
}

.post-view-artist .field-media .file {
  margin-bottom: 0.171875em;
}

.post-view-artist .field-media .file .type {
  text-transform: uppercase;
}

.post-view-artist .field-media .attributes {
  font-size: 1rem;
}

.post-view-artist .field-media .info {
  color: rgba(0,0,0, 0.66);
  font-size: 0.875rem;
  margin-top: 0.171875em;
}

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

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

.field ol {
  padding: 0 0 0 1.375em;
  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 ol li {
  padding: 4px 0 4px 0;
}

.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:not(.btn) {
	color: rgba(0,0,0, 1);
  text-decoration: none;
  border-bottom: 2px solid rgba(247,157,0, 1);
}

/* field-body */
.field-body {
  font-size: 1.125rem;
}
  #primary .field-body {
    font-size: 0.875rem;
  }

.field-body a:not(.btn) {
	color: rgba(0,0,0, 1);
  text-decoration: none;
  border-bottom: 2px solid rgba(247,157,0, 1);
  position: relative;
}
/*
	.field-body a:not(.btn)::after {
		background: rgba(247,157,0, 1);
		display: block;
		width: 100%;
		height: 2px;
		content: '';
		position: absolute;
		bottom: 1px;
		left: 0;
		z-index: 1;
	}
*/


.field-body .fa {
  font-size: 12px;
  color: rgba(0,0,0, 0.2);
}

.field-body .fa-before {
  margin-right: 1.03125em;
}

.field-body .intro {
  font-size: 1.25rem;
}

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

/* 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: 4px 8px;
  background: rgba(247,157,0, 1);
  border: 1px solid rgba(247,157,0, 1);
  color: rgba(255,255,255, 1);
  border-radius: 4px;
  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;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
  .field-share li.share-facebook a {
    background: #3B5998;
  }
  .field-share li.share-google-plus a {
    background: #DB4A39;
  }
  .field-share li.share-twitter a {
    background: #55ACEE;
  }


/* ######################################## *\
    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: 12px 10px;
  background: rgba(0,0,0, 0.03);
  -webkit-transition: border-color 0.3s ease 0s;
  -moz-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(247,157,0, 1);
  }

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;
  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.03) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 11px 28px 11px 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(247,157,0, 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: 14px;
  color: rgba(0,0,0, 0.8);
}

textarea {
  resize: vertical;
}

.btn, .button {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px 40px;
  text-align: center;
  color: rgba(255,255,255, 1);
  background-color: rgba(247,157,0, 1);
  border-radius: 0px;
  border: 0;
  text-decoration: none;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 0.6875em;
  font-size: 1.5rem;
}
  .btn-o, .button-o, .acf-button:not(.button-large) {
    padding: 13px 40px;
    background: rgba(255,255,255, 1);
    border: 2px solid rgba(0,0,0, 0.2);
    color: rgba(0,0,0, 0.66);
    font-size: 1.125rem;
  }
    .btn-o:before, .button-o:before, .acf-button:not(.button-large):before {
      content: '';
      font-family: FontAwesome;
      display: inline-block;
      position: absolute;
      top: 50%;
      margin-top: -20px;
      left: 0;
      z-index: 1;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
    }
      .acf-button:not(.button-large):before {
        content: '\f055';
      }
  .btn-margin, .button-margin {
    margin: 0.6875em 0 0;
  }
  .btn-lmargin, .button-lmargin {
    margin: 1.375em 0 0;
  }
  .button.wp-hide-pw {
	  display: none !important;
  }
  
#pass-strength-result {
	margin-bottom: 0.6875em;
	color: rgba(236,151,31, 1);
}
	#pass-strength-result.short,
	#pass-strength-result.bad {
		color: rgba(199,0,0, 1);
	}
	#pass-strength-result.strong {
		color: rgba(68,157,68, 1);
	}

.login-action-rp #nav {
	display: none;
}
  
/* 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;
}

.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: 0 0 1.375em;
  }
    .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;
  margin-bottom: 1.375em;
}
  .tablepress-container.artists {
    margin-bottom: 2.75em;
  }

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

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


table.tablepress tfoot th,
table.tablepress thead th {
  color: rgba(0,0,0, 1);
  border-bottom: 1px solid rgba(0,0,0, 1);
}

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

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

table.tablepress tr {

}

table.tablepress td {

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

.tablepress a {
  text-decoration: underline;
}

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

.gm-style-iw-container {
  color: #fff;
}

.gm-style-iw-card-bg {
  background: rgba(247,157,0, 1) !important;
}

.gm-style-iw-card-arrow-left {
  background: rgba(247,157,0, 1) !important;  
}

.gm-style-iw-card-arrow-right {
  background: rgba(247,157,0, 1) !important;  
}

.gm-style-iw-card-arrow-shadow {
  display: none !important;
}

.gm-style-iw {
  max-width: 220px;
}
  .gm-style-iw-container .gm-style-iw {
    font-size: 0.875rem !important;
    padding-top: 1.03125em;
  }

.gm-style-iw-close {
  height: 24px !important;
  opacity: 1 !important;
  right: -3px !important;
  top: -5px !important;
  width: 24px !important;
}
  .gm-style-iw-close:after {
    content: '';
    font-family: FontAwesome;
    display: inline-block;
    color: rgba(0,0,0, 0.25);
    font-size: 20px;
  }
  .gm-style-iw-close:hover:after {
    color: rgba(255,255,255, 1);
  }
  
.gm-style-iw-close img {
  display: none !important;
}
  
/* guide */
@-moz-keyframes down {
  0% { -moz-transform: translateY(0); }
  25% { -moz-transform: translateY(5px); }
  50% { -moz-transform: translateY(0); }
  100% { -moz-transform: translateY(0); }
}

@-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% { transform: translateY(0); }
  25% { transform: translateY(5px); }
  50% { transform: translateY(0); }
  100% { transform: translateY(0); }
}

@-moz-keyframes up {
  0% { -moz-transform: translateY(0); }
  25% { -moz-transform: translateY(-5px); }
  50% { -moz-transform: translateY(0); }
  100% { -moz-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% { transform: translateY(0); }
  25% { transform: translateY(-5px); }
  50% { transform: translateY(0); }
  100% { transform: translateY(0); }
}

#guide a {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
  width: 40px;
  height: 40px;
  color: rgba(0,0,0, 1);
  text-align: center;
  line-height: 38px;
  display: block;
  font-size: 1.25rem;
  animation: 4s ease 0s normal none infinite running down;
}
  #guide a.top {
    color: rgba(0,0,0, 1);
    bottom: 15px;
    line-height: 36px;
    animation: 4s ease 0s normal none infinite running up;
  }
  
/* locale-switcher */
#locale-switcher {
  position: relative;
  z-index: 10;
  margin-bottom: 0.6875em;
}

#locale-switcher li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0.6875em 0 0;
}

#locale-switcher li.active {
  font-weight: bold;
}

/* ######################################## *\
    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(0,0,0, 0.12);
  color: rgba(0,0,0, 1);
}
  #footer-menu li:last-child a {
    border-bottom: 0;
  }
  
#footer-menu li.otte1 a {
  background: url(../images/logo.png) no-repeat center center;
  height: 68px;
  background-size: 100px 43px;
}

#footer-menu li.otte1 span {
  display: none;
}

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

#search {
  position: relative;
  width: 100%;
  background: rgba(0,0,0, 0.03);
  padding: 12px 0;
  display: none;
}

#search .search-input {
  border: 0;
  background: none;
  color: rgba(0,0,0, 1); 
}
	#search .search-input:focus {
		background: rgba(255,255,255, .9);
	}

#search .search-submit {
  border: 0;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: none;
  color: rgba(0,0,0, 1);
  font-size: 1rem;
}

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

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

/* archive */
#pagination.archive.prev-next {}

#pagination.archive.prev-next .pagination-icon {
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 2em;
  background: rgba(247,157,0, 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 .page-count {
  color: rgba(0,0,0, 0.5);
  margin-bottom: 0.6875em;
  display: block;
}

#pagination.archive.paged .page-numbers {
  padding: 0 8px;
  background: transparent;
  text-decoration: none !important;
}
  #pagination.archive.paged .page-numbers.current {
    background: rgba(247,157,0, 1);
    color: rgba(255,255,255, 1);
  }
  #pagination.archive.paged a.page-numbers:hover {
    color: rgba(247,157,0, 1);
  }
  #pagination.archive.paged .prev,
  #pagination.archive.paged .next {
    padding: 0 4px;
  }

/* single */
#pagination.single {}

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

#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;
  background: rgba(247,157,0, 1);
  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;
  background: rgba(247,157,0, 1);
  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: 0.6875em 0;
  border-bottom: 1px solid rgba(0,0,0, 0.15);
}

#breadcrumbs {
  font-size: 0.75rem;
}

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

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

/* ######################################## *\
    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
\* ######################################## */
   
::selection {
  background: rgba(247,157,0, 1);
  color: rgba(255,255,255, 1);
  text-shadow: none;
}

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

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

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

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

.card {
  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(247,157,0, 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(247,157,0, 1);
    background: rgba(0,0,0, 0.02);
    box-shadow: none;
    border-radius: 0 2px 2px 0;
  }
    .card.em.info {
      border-color: rgba(247,157,0, 1);
      background: rgba(247,157,0, 0.06);
      color: rgba(247,157,0, 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 {
    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 {
  box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
}

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

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

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

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

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

#swipebox-bottom-bar {
  display: block !important;
}

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

#swipebox-close {
  right: 0px;
  background-color: rgba(255,255,255, 1);
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(img/swipebox.png);
}

#swipebox-bottom-bar a {
  background-color: rgba(255,255,255, 1);
}
  #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 {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

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

.vr-gmap-filter.filter-theme-custom .bundle-widget-keyword .keyword-wrapper:after {
  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.2);
  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.2);
  border-color: rgba(247,157,0, 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(247,157,0, 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(247,157,0, 1);
  color: rgba(255,255,255, 1);
}

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

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

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

.filter-style.filter-theme-custom .bundle-widget-list .list-item label {
  color: rgba(255,255,255, 1);
}
  .filter-style.filter-theme-custom .bundle-widget-list .list-item:hover label {
    background-color: rgba(0,0,0, 0.2);
    color: rgba(255,255,255, 1);
  }
  .filter-style.filter-theme-custom .bundle-widget-list .list-item.item-active label {
    background-color: rgba(255,255,255, 1);
    color: rgba(247,157,0, 1);
  }
  
.coffee-filter.filter-theme-custom .bundle-widget-submit .btn {
  background-color: rgba(247,157,0, 1);
  color: rgba(255,255,255, 1);
}
  
/* vr-gmap */
.vr-gmap-messages.messages-theme-custom {
  background: rgba(247,157,0, 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(247,157,0, 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: 12px;
  line-height: 1.125;
  margin: 0;
  padding: 0.34375em;
}

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

.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(247,157,0, 1);
}

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

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

.sticky {}

.bypostauthor {}

/* acf frontend */
.artist-filter .list > div {
  margin-bottom: 0.6875em;
}

.acf-form {
	margin: 1.375em 0;
}

.acf-form .acf-fields > .acf-field {
  margin-bottom: 1.375em;
  border: 0;
  padding: 0;
}

.acf-form .acf-field .acf-icon.-globe {
  display: none !important;
}

.acf-form .acf-field .acf-label {
  margin: 0;
}

.acf-form .acf-field .acf-label label {
  display: inline;
  font-weight: normal;
  margin: 0 0.34375em 0 0;
}

.acf-form .acf-field .description {
  font-size: 0.875rem;
  color: rgba(0,0,0, 0.66);
  margin: 0;
  display: inline;
}

.acf-form .acf-required {
  color: rgba(247,157,0, 1);
}

.acf-form .hidden-by-conditional-logic {
  display: none !important;
}

.acf-form .acf-field-message .acf-label {
  display: none;
}

.acf-form .acf-field input[type="text"],
.acf-form .acf-field input[type="password"],
.acf-form .acf-field input[type="number"],
.acf-form .acf-field input[type="search"],
.acf-form .acf-field input[type="email"],
.acf-form .acf-field input[type="url"],
.acf-form .acf-field textarea,
.acf-form .acf-field select {
  padding: 12px 10px;
  height: auto;
  line-height: 1.375;
}

.acf-ui-datepicker #ui-datepicker-div .ui-state-hover,
.acf-ui-datepicker #ui-datepicker-div .ui-widget-content .ui-state-hover,
.acf-ui-datepicker #ui-datepicker-div .ui-widget-header .ui-state-hover,
.acf-ui-datepicker #ui-datepicker-div .ui-state-focus,
.acf-ui-datepicker #ui-datepicker-div .ui-widget-content .ui-state-focus,
.acf-ui-datepicker #ui-datepicker-div .ui-widget-header .ui-state-focus {
  background: rgba(247,157,0, 1) !important;
  border: 1px solid rgba(247,157,0, 1) !important;
}

.acf-ui-datepicker #ui-datepicker-div .ui-state-highlight.ui-state-hover {
  background: rgba(247,157,0, 1) !important;
  border-color: rgba(247,157,0, 1) !important;
}

.acf-ui-datepicker #ui-datepicker-div .ui-state-highlight,
.acf-ui-datepicker #ui-datepicker-div .ui-widget-content .ui-state-highlight,
.acf-ui-datepicker #ui-datepicker-div .ui-widget-header .ui-state-highlight {
  border-color: rgba(247,157,0, 1) !important;
}

.acf-ui-datepicker #ui-datepicker-div .ui-state-active,
.acf-ui-datepicker #ui-datepicker-div .ui-widget-content .ui-state-active,
.acf-ui-datepicker #ui-datepicker-div .ui-widget-header .ui-state-active {
  background: rgba(247,157,0, 1) !important;
  border: 1px solid rgba(247,157,0, 1) !important;
}

.acf-form .acf-repeater .acf-row-handle.order {
  display: none;
}

.acf-form .acf-table > tbody > tr.acf-row {
  
}

.acf-form .acf-table > tbody > tr > td {
  font-size: 1rem;
}

.acf-form .acf-table > tbody > tr > td.acf-fields {
  padding: 1.375em 0.6875em 0 !important;
}

.acf-form .select2-container .select2-choice {
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(0,0,0, 0.03) !important;
  height: 44px;
  line-height: 44px;
  color: rgba(0,0,0, 1);
  background-image: none;
  box-shadow: none !important;
  font-size: 0.875rem;
}

.acf-form .select2-container.-acf .select2-choice .select2-arrow {
  background: none;
  border-left-color: transparent;
}

.acf-form .select2-container .select2-choice .select2-arrow b {
  background-position: -5px 10px;
}
  .acf-form .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -23px 10px;
  }

.select2-drop {
  border-radius: 0 !important;
  background: rgba(247,247,247, 1) !important;
}

.select2-drop-active {
  border-color: rgba(247,247,247, 1) !important;
}

.select2-results .select2-highlighted {
  background: rgba(247,157,0, 1) !important;
}

.select2-drop .select2-result {
  font-size: 0.875rem !important;
  cursor: pointer;
}

.select2-search input {
  font-size: 0.875rem !important;
}

#message {
  margin-bottom: 1.375em;  
	border-left: 5px solid rgba(199,0,0, 1);
  border-radius: 0 2px 2px 0;
  background: rgba(199,0,0, 0.06);
  padding: 0.6875em 1.375em;
}
  #message.updated {
    border-color: rgba(68,157,68, 1);
    background: rgba(68,157,68, 0.06);
    color: rgba(68,157,68, 1); 
  }

#message p {
  margin-bottom: 0;
}

.acf-form > .acf-error-message {
	margin-bottom: 1.375em;  
	border-left: 5px solid rgba(199,0,0, 1);
  border-radius: 0 2px 2px 0;
  background: rgba(199,0,0, 0.06);
}

.acf-form .acf-field .acf-error-message {
  margin: 0 0 0.171875em;
  padding: 0;
  background: none !important;
  border: 0;
}
  .acf-form .acf-field .acf-error-message:after {
    display: none !important;
  }

.acf-form .acf-field .acf-error-message p {
  font-size: 0.875rem !important;
  line-height: 1.375;
  color: rgba(199,0,0, 1);
  margin: 0;
  padding: 0;
}

.acf-form .button-large {
  margin-bottom: 0;
  position: relative;
  top: 0.6875em;
}

.acf-form .acf-loading,
.acf-form .acf-spinner {
  background: url(img/spinner.gif) no-repeat center center;
  height: 16px;
  width: 16px;
}
  .acf-form .acf-spinner {
    margin-left: 0.6875em;
  }

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

.no-js {}
