/*!
 * style.css
 *
 * @link https://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage cleantheme
 */
 
/* color klangkiste base rgba(8,41,77, 1); */
/* color klangkiste yellow rgba(248,214,14, 1); */
/* color klangkiste orange rgba(246,110,26, 1); */
/* color klangkiste text rgba(70,73,84, 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;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  outline: 0 !important;
}

html {
  font-size: 14px;
  background: rgba(255,255,255, 1);
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.375;
  min-width: 320px;
  background: rgba(255,255,255, 1);
  color: rgba(0,0,0, 1);
}

p, pre {
  margin: 0 0 1.375em;
}
  .field > p:last-child,
  .widget-inner > 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,
  .last-no-margin > ul:last-child,
  .card > ul:last-child,
  .list-item > ul:last-child,
  .field > ol:last-child,
  .widget-inner > 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.12);
  margin: 1.375em 0;
  clear: both;
}

a {
	color: rgba(8,41,77, 1);
  text-decoration: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.6875em;
  line-height: 1.125;
  color: rgba(8,41,77, 1);
}

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

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

h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

h4 {
  font-size: 1rem;
}

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

h6 {
  font-size: 0.875rem;
}

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

blockquote {
  margin: 1.375em 0;
  padding: 1.375em 0 0 3.4375em;
  position: relative;
}
  blockquote:before {
    font-size: 2rem;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: rgba(8,41,77, 0.88);
  }
    .fa-4 blockquote:before {
      content: '\f10d';
      font-family: 'FontAwesome';
      font-weight: 400;
    }
    .fa-5 blockquote:before {
      content: '\f10d';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900;
    }

blockquote p {
  font-style: italic;
  font-size: 1.25rem;
  background: rgba(8,41,77, 0.06);
  color: rgba(8,41,77, 1);
  display: inline-block;
  padding: 0.6875em;
}

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

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

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

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

/* meta */
.meta-container {
  background: rgba(255,255,255, 1);
}

/* notice */
.notice-container {
  background: rgb(247,136,44);
  background: linear-gradient(to right, rgba(247,136,44, 1) 0%,rgba(246,109,27, 1) 35%);
}
  .headhesive .notice-container {
    display: none;
  }

#notice {
  color: rgba(255,255,255, 1);
  padding-top: 0.6875em;
  padding-bottom: 0.6875em;
}

#notice .field-body {
  position: relative;
  padding-left: 2.75em;
  font-size: 1.25rem;
  color: rgba(255,255,255, 1);
}

#notice i {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  font-size: 2.25rem;
}

/* header */
.header-container {
  position: relative;
  background: rgb(248,214,14);
}
  .headhesive .header-container {
    background: rgb(248,214,14);
    background: linear-gradient(135deg, rgba(248,214,14, 1) 0%,rgba(247,192,21, 1) 100%);
  }

#header {}

#branding {}

#logo {
  font-size: 1rem;
  float: left;
  margin: -0.6875em 0 0.6875em;
  line-height: 1.375em;
  width: 100px;
}
  .front #logo {
    visibility: hidden;
  }
    .front .headhesive #logo {
      visibility: visible;
    }

/* main */
.main-container {}
  .page-template-page-course .main-container {
    position: relative;
  }

#main {}

.content-container {
  width: 100%;
}

#content {}

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

#footer {}

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

/* widget-area-featured */
.widget-area-featured-container {
  background: rgb(248,214,14);
  background: linear-gradient(165deg, rgba(248,214,14, 1) 50%,rgba(247,192,21, 1) 100%);
}

#widget-area-featured {
  padding-top: 1.375em;
  padding-bottom: 1.375em;
}

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

#widget-area-footer {
  padding-top: 1.375em;
  padding-bottom: 0 !important;
}

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

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

/* widget_cleantheme_location */
.widget_cleantheme_location {
  
}
  .not-front .widget_cleantheme_location {
    margin-top: -1.375em;
  }

.widget_cleantheme_location .field-body .color {
  color: rgba(246,110,26, 1);
}

.widget_cleantheme_location .list-location {
  margin: 1.375em 0;
  margin-bottom: 2.75em !important;
}

.widget_cleantheme_location .location .icon {
  float: left;
  font-size: 2.5rem;
  color: rgba(246,110,26, 1);
}

.widget_cleantheme_location .location .field-body {
  margin-left: 2.75em;
}

.widget_cleantheme_location .location .title {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: -0.171875em;
}

.widget_cleantheme_location .location .link {
  display: block;
  font-size: 0.875rem;
  margin-top: -0.34375em;
}

/* intro-team */
.widget.intro-team {
  margin-top: 2.75em;
}

.widget.intro-team .list-intro {
  margin-left: auto !important;
  margin-right: auto !important;
}

.widget.intro-team .item-intro {
  margin-top: 2.75em;
}

/* course-archive-filter */
.widget.course-archive-filter {
  margin-top: 1.375em; 
}

.widget.course-archive-filter .field-body h2 {
  color: rgba(255,255,255, 1);
}

.widget.course-archive-filter .field-body .color {
  color: rgba(8,41,77, 1);
}

/* filter-course-archive */
.widget.filter-course-archive {
  margin-top: 1.375em;
}

.widget.filter-course-archive .coffee-filter .bundle-widget-text {
  font-size: 1.25rem;
  margin-bottom: 0.34375em;
  text-align: center;
}

.widget.filter-course-archive .coffee-filter .bundle-widget-select {
  margin-bottom: 1.375em;
}

.widget.filter-course-archive .coffee-filter .bundle-widget-select .filter-current {
  box-shadow: none;
  border-radius: 8px;
  overflow: hidden;
}
  .widget.filter-course-archive .coffee-filter .bundle-widget-select.bundle-open .filter-current {
    border-radius: 8px 8px 0 0;
  }

.widget.filter-course-archive .coffee-filter .bundle-widget-select .filter-label {
  height: 52px;
  padding-top: 8px;
  background: rgba(238,235,244, 1);
}

.widget.filter-course-archive .coffee-filter .bundle-widget-select .current-select {
  height: 52px;
  line-height: 52px;
  background: rgba(238,235,244, 1);
  color: rgba(246,110,26, 1);
}

.widget.filter-course-archive .coffee-filter .bundle-widget-select.bundle-active .filter-label .label-filter {
  display: none;
}

.widget.filter-course-archive .coffee-filter .bundle-widget-select.bundle-not-active .filter-label .label-filter {
  font-weight: bold;
}

.widget.filter-course-archive .coffee-filter .bundle-widget-select.bundle-active .filter-label .label-current {
  font-size: 1.125rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  line-height: 36px;
  color: rgba(8,41,77, 1);
}

.widget.filter-course-archive .coffee-filter .bundle-widget-select .filter-select {
  background: rgba(238,235,244, 1);
  box-shadow: none;
  color: rgba(8,41,77, 1);
  border-radius: 0 0 8px 8px;
}

.widget.filter-course-archive .coffee-filter .bundle-widget-submit .btn {
  height: auto;
  color: rgba(255,255,255, 1);
  background: rgba(246,110,26, 1);
  background: linear-gradient(-45deg, rgba(246,110,27, 1) 0%, rgba(247,136,43, 1) 100%);
}

/* ######################################## *\
    LAYOUTS
\* ######################################## */

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

.course-archive {
  padding: 2.75em 0;
}

.course-archive .course-archive-title {
  font-size: 1.5rem;
  margin-bottom: 0.171875em;
}

.course-archive .course-archive-description {
  color: rgba(70,73,84, 1);
  font-size: 1.25rem;
  margin-bottom: 1.03125em;
}

/* list */
.list {
  margin-bottom: 1.375em;
}
  .list:last-child {
    margin-bottom: 0;
  }

.list-item {
  margin-top: 1.375em;
}

.list-team-archive {
  margin-bottom: 2.75em !important;
}

.item-team-archive {
  margin-top: 2.75em;
}

.list-course-archive {
  margin-bottom: 1.375em !important;
  display: flex;
  flex-wrap: wrap;
}

.list-cleantheme_team .cleantheme_team > .field-body {
  font-size: 1.25rem;
  color: rgba(8,41,77, 1);
  line-height: 1.375em;
  margin-top: 1.375em;
}

.list-cleantheme_team .cleantheme_team > .field-body h2 {
  margin-bottom: 0.6875em;
}

.layout {
  padding: 1.375em 0;
}
  .layout.layout-gallery,
  .layout.layout-image {
    padding: 0 !important;
  }

/* ######################################## *\
    INHALTE
\* ######################################## */

.article {}

/* post-view-full */
.post-view-full {}

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

.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(0,0,0, 1);
  font-weight: 700;
}

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

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

.post-type-page.post-view-teaser {}
	.list-item:last-child .post-type-page.post-view-teaser {}

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

.post-type-page.post-view-intro .field-body h1,
.post-type-page.post-view-intro .field-body h2,
.post-type-page.post-view-intro .field-body h3,
.post-type-page.post-view-intro .field-body {
  color: rgba(255,255,255, 1);
  text-align: center;
}

.post-type-page.post-view-intro .field-image {
  text-align: center;
}

.post-type-page.post-view-intro .field-image img {
  max-width: 200px;
}

.post-type-page.post-view-intro .color {
  color: rgba(8,41,77, 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.12);
}
	.list-item:last-child .post-type-post.post-view-teaser {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 1.375em;
	}
	.post-type-post.post-view-teaser.sticky {
    background: rgba(0,0,0, 0.025);
    border-left: 3px solid rgba(8,41,77, 1);
    padding: 1.375em;
    position: relative;
    border-bottom: 0;
  }
  
/* post-type-team */
.post-type-team.post-view-teaser {
  text-align: center;
}

.post-type-team.post-view-teaser .notes {
  display: block;
  opacity: 0;
  pointer-events: none;
}

.post-type-team.post-view-teaser .field-thumbnail {
  width: 140px;
  border-radius: 100%;
  border: 0.625rem solid rgba(0,0,0, 0);
  box-shadow: 0 0 0 0.625rem rgba(0,0,0, 0.024);
  overflow: hidden;
  margin: 0.6875em auto;
}

.post-type-team.post-view-teaser .headline {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.34375em;
}

.post-type-team.post-view-teaser .field-terms {
  font-size: 0.875rem;
}

.post-type-team.post-view-teaser .field-body {
  font-size: 0.875rem;
  line-height: 1.375em;
  color: rgba(0,0,0, 1);
}

.post-type-team.post-view-intro {}

.post-type-team.post-view-intro .field-thumbnail {
  width: 140px;
  border-radius: 100%;
  border: 0.625rem solid rgba(246,110,26, 0);
  box-shadow: 0 0 0 0.938rem rgba(246,110,26, 0.2);
  overflow: hidden;
  margin: 1.375em auto;
}

.post-type-team.post-view-intro .field-body {
  text-align: center;
  color: rgba(8,41,77, 1);
  font-size: 1.25rem;
}

.post-type-team.post-view-intro .field-body .title {
  font-weight: 700;
}

.post-type-team.post-view-intro .field-description {
  margin-bottom: 0.6875em;
}

.post-type-team.post-view-intro .field-content {
  font-size: 1rem;
}

.post-type-team.post-view-widget {
  
}

.post-type-team.post-view-widget .field-thumbnail {
  width: 140px;
  border-radius: 100%;
  border: 0.625rem solid rgba(0,0,0, 0);
  box-shadow: 0 0 0 0.938rem rgba(0,0,0, 0.024);
  overflow: hidden;
  margin: 1.375em auto;
}

.post-type-team.post-view-widget .field-body {
  text-align: center;
  color: rgba(8,41,77, 1);
  font-size: 1.25rem;
}

.post-type-team.post-view-widget .field-body .title {
  font-weight: 700;
}

/* post-type-course */
.post-type-course.post-view-teaser {}

.post-type-course.post-view-list {
  background: rgb(248,214,14);
  background: linear-gradient(90deg, rgba(248,214,14, 1) 0%,rgba(247,192,21, 1) 100%);
  padding: 1.03125em 1.03125em 1.03125em 3.4375em;
  cursor: pointer;
  transition: transform ease 0.3s;
  height: 100%;
}
  .post-type-course.post-view-list.active {
    background: rgba(8,41,77, 1);
    transform: translateY(1.03125em);
  }

.post-type-course.post-view-list .headline {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 0.171875em;
}
  .post-type-course.post-view-list .headline:before {
    content: '\f001';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -2.25rem;
    font-size: 1.325rem;
  }
  .post-type-course.post-view-list.active .headline {
    color: rgba(255,255,255, 1);
  }

.post-type-course.post-view-list .field-description {
  color: rgba(8,41,77, 1);
}
  .post-type-course.post-view-list.active .field-description {
    color: rgba(255,255,255, 1);
  }

.post-type-course.post-view-info {
  padding: 1.375em 0;
  background: transparent no-repeat center top;
  background-size: cover;
  display: none;
}

.post-type-course.post-view-info .info-card {
  padding: 3.4375em 1.375em 1.375em;
  background: rgba(255,255,255, 0.96);
  box-shadow: 0 1px 2px rgba(43,59,93, 0.29);
  position: relative;
  opacity: 0;
  transition: opacity ease 0.6s;
}
  .post-type-course.post-view-info.active .info-card {
    opacity: 1;
  }

.post-type-course.post-view-info .close {
  position: absolute;
  top: 0;
  right: 1.375rem;
  z-index: 1;
  font-size: 2.5rem;
  color: rgba(246,110,26, 1);
  cursor: pointer;
}

.post-type-course.post-view-info .field-image {
  margin-bottom: 0.6875em;
}

.post-type-course.post-view-info .list-data {
  margin-top: 1.375em;
  color: rgba(8,41,77, 1);
}

.post-type-course.post-view-info .list-data .field {
  padding: 0.34375em;
  margin-bottom: 0.171875em;
}
  .post-type-course.post-view-info .list-data .field:nth-child(2n) {
    background: rgba(8,41,77, 0.06);
  }

.post-type-course.post-view-info .list-data .label {
  float: left;
  color: rgba(70,73,84, 1);
  width: 100px;
}
  .post-type-course.post-view-info .list-data .label:after {
    content: ':'
  }
  
.post-type-course.post-view-info .list-data .value {
  margin-left: 100px;
  display: block;
}

.post-type-course.post-view-info .list-data .value span {
  display: block;
}

.post-type-course.post-view-info .field-terms {
  margin-top: -1.375em;
  margin-bottom: 0.6875em;
  padding: 0.34375em;
}

.post-type-course.post-view-info .field-terms a {
  font-weight: bold;
  color: rgba(246,110,26, 1);
  font-size: 0.875em;
}

.post-type-course.post-view-info .field-terms i {
  color: rgba(8,41,77, 1);
}

.post-type-course.post-view-info .field-more {
  padding: 0.34375em;
}

.post-type-course.post-view-info .field-more a {
  margin-bottom: 0.6875em;
}

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

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

/* field-excerpt */
.field-excerpt a.more {
  display: block;
  margin-top: 0.6875em;
}

/* field-body */
.field-body {
  color: rgba(70,73,84, 1);
  line-height: 1.546875em;
}

.field-body a {
  color: rgba(246,110,26, 1);
}

.field-body .color {
  color: rgba(248,214,14, 1);
}

.field-body ol {
  padding: 0 0 0 1.375em;
  margin: 0.6875em 0 1.375em 0;
}
  .field-body p + ol {
    margin-top: -0.6875em;
  }
  .field-body ol ol {
    margin: 0.34375em 0 0 0;
  }

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

.field-body ol ol li {
  list-style: lower-alpha;
}

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

.field-body ul li {
  padding: 4px 0 4px 1.375em;
}
  .field-body ul.ul-check li,
  .field-body ul.ul-music li {
    padding-left: 2.40625em;
  }

.field-body ul li:before {
  display: inline-block;
  margin-left: -0.859375em;
  width: 0.859375em;
  font-size: 1rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
  .fa-4 .field-body ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: 400;
  }
    .fa-4 .field-body ul ul li:before {
      content: '\f105';
    }
  .fa-5 .field-body ul li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
  }
    .fa-5 .field-body ul ul li:before {
      content: '\f101';
    }
  .fa-5 .field-body ul.ul-check li:before,
  .fa-5 .field-body ul.ul-music li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: rgba(8,41,77, 1);
    margin-left: -1.375em;
    width: 1.375em;
    font-size: 1.5rem;
    position: relative;
    left: -4px;
  }
  .fa-5 .field-body ul.ul-music li:before {
    content: '\f001';
    font-weight: 900;
    font-size: 1.325rem;
    left: -10px;
  }

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

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

/* 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(8,41,77, 1);
  border: 1px solid rgba(8,41,77, 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:after {
  display: inline-block;
  margin: 0 0 0 0.34375em;
  font-size: 0.75rem;
  white-space: nowrap;
}
  .fa-4 a.external:after {
    content: '\f08e';
    font-family: 'FontAwesome';
    font-weight: 400;
  }
  .fa-5 a.external:after {
    content: '\f14c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
  }

/* 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;
  -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(8,41,77, 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(8,41,77, 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;
  z-index: 1;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0,0,0, 0.5);
}

textarea {
  resize: vertical;
}

.btn, .button, .submit {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 12px;
  text-align: center;
  color: rgba(255,255,255, 1) !important;
  background: rgba(246,110,26, 1);
  background: linear-gradient(-90deg, rgba(246,111,27, 1) 0%, rgba(247,136,43, 1) 100%);
  font-size: 1.125rem;
  border: 2px solid rgba(233,108,27, 1);
  border-radius: 8px;
  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;
  font-weight: 700;
}
  .btn-o, .button-o {
    background: none;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 2px solid rgba(8,41,77, 1);
    color: rgba(8,41,77, 1) !important;
  }
  .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 hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: rgba(0,0,0, 0.12);
  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-control.wpcf7-checkbox input,
.wpcf7-form-control.wpcf7-radio input {
  vertical-align: middle;
}

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);
  }

.wpcf7-form .field-rating .wpcf7-form-control {
  background: none;
  padding: 0;
}

.wpcf7-form .field-rating .wpcf7-list-item {
  margin: 0;
  padding-right: 4px;
}
  .wpcf7-form .field-rating .wpcf7-list-item.last {
    margin-left: 6px;
  }

.wpcf7-form .field-rating .wpcf7-list-item input {
  display: none;
}

.wpcf7-form .field-rating .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0;
}
  .wpcf7-form .field-rating .wpcf7-list-item .wpcf7-list-item-label:after {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: rgba(0,0,0, 0.12);
    font-size: 1.5rem;
  }
    .fa-4 .wpcf7-form .field-rating .wpcf7-list-item .wpcf7-list-item-label:after {
      content: '\f005';
      font-family: 'FontAwesome';
      font-weight: 400;
    }
    .fa-5 .wpcf7-form .field-rating .wpcf7-list-item .wpcf7-list-item-label:after {
      content: '\f005';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900;
    }
    .wpcf7-form .field-rating .wpcf7-list-item.active .wpcf7-list-item-label:after {
      color: rgba(255,207,0, 1);
    }
  .wpcf7-form .field-rating .wpcf7-list-item.last .wpcf7-list-item-label:after {
    content: '\f057';
    color: rgba(0,0,0, 0.12);
  }
    .wpcf7-form .field-rating .wpcf7-list-item.last label:hover .wpcf7-list-item-label:after,
    .wpcf7-form .field-rating .wpcf7-list-item.last.selected .wpcf7-list-item-label:after {
      color: rgba(0,0,0, 0.66);
    }

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

.wpcf7-form .field-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0.171875em 0.171875em;
}
  .wpcf7-form .field-placeholder .field-label {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: translate(10px, 26px);
    opacity: 0.5;
    pointer-events: none;
  }
    .wpcf7-form .field-placeholder.placeholder-active .field-label {
      transform: translate(0, 0);
      opacity: 1;
      pointer-events: auto;
    }
    
.wpcf7-form .field-label .required {
  color: rgba(199,0,0, 1);
}

.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-placeholder .styled-select select {
  color: rgba(0,0,0, 0);
}
  .wpcf7-form .field-placeholder.placeholder-active .styled-select select {
    color: rgba(0,0,0, 1);
  }

.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 .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.375em;
  line-height: 16px;
}
  .wpcf7-form .wpcf7-response-output {
    padding: 1.375em 1.375em 1.375em 3.4375em !important;
    margin: 1.375em 0 0;
    border-radius: 0 2px 2px 0;
    font-weight: 700;
    border-left: 5px solid transparent;
  }
    .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
    .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked,
    .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
      border-color: rgba(199,0,0, 1);
      background: rgba(199,0,0, 0.06);
      color: rgba(199,0,0, 1);
    }
    .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
      border-color: rgba(68,157,68, 1);
      background: rgba(68,157,68, 0.06);
      color: rgba(68,157,68, 1);
    }

.wpcf7-form .wpcf7-not-valid-tip:before {
  display: inline-block;
  margin-left: -1.375em;
  width: 1.375em;
  position: relative;
  transform: scaleX(-1);
  text-align: center;
  top: -2px;
}
  .fa-4 .wpcf7-form .wpcf7-not-valid-tip:before {
    content: '\f148';
    font-family: 'FontAwesome';
    font-weight: 400;
  }
  .fa-5 .wpcf7-form .wpcf7-not-valid-tip:before {
    content: '\f148';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
  }

.wpcf7-form .wpcf7-response-output:before {
  content: '\f040';
  font-family: 'FontAwesome';
  display: inline-block;
  font-weight: normal;
  font-size: 1.25rem;
  margin-left: -2.0625em;
  width: 2.0625em;
  position: relative;
  top: -2px;
  text-align: center;
  vertical-align: middle;
}
  .fa-4 .wpcf7-form .wpcf7-response-output:before {
    content: '\f040';
    font-family: 'FontAwesome';
    font-weight: 400;
  }
    .fa-4 .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked:before {
    content: '\f17b';
    }
    .fa-4 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
      content: '\f1d8';
    }
  .fa-5 .wpcf7-form .wpcf7-response-output:before {
    content: '\f040';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
  }
    .fa-5 .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked:before {
    content: '\f17b';
    }
    .fa-5 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
      content: '\f1d8';
    }

.wpcf7-form .field-captcha {
  position: relative;
}

.wpcf7-form .field-captcha .wpcf7-captchac {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

/* 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(8,41,77, 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 td {

}
  table.tablepress .even td {
    background-color: rgba(255,255,255, 1);
  }
  table.tablepress .odd td {
    background-color: rgba(0,0,0, 0.024);
  }
  table.tablepress .row-hover tr:hover td {
    background-color: rgba(8,41,77, 0.06);
  }
  
table.tablepress caption {
  display: none;
}

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

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

/* footer-menu */
#footer-menu li.totop span {
  position: relative;
  font-weight: 700;
}
  #footer-menu li.totop span:after {
    content: '';
    width: 32px;
    height: 32px;
    background: url(img/totop.png) no-repeat left center;
    background-size: 32px auto;
    position: absolute;
    left: -46px;
    top: -4px;
  }

#footer-menu li a {
  display: block;
  padding: 1.03125em 0;
  text-align: center;
  color: rgba(0,0,0, 1);
  border-bottom: 1px solid rgba(0,0,0, 0.12);
  font-size: 0.875rem;
}
  #footer-menu li:last-child a {
    border-bottom: 0;
  }
  
/* meta-menu */
#meta-menu {
  float: right;
  padding-top: 0.515625em;
  padding-bottom: 0.515625em;
}

#meta-menu li {
  float: left;
  margin-left: 0.6875em;
}

#meta-menu li span {
  display: none;
}

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

#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-link-depth-0 {
  	padding-top: 10px;
  	padding-bottom: 10px;
  	font-size: 1.125rem;
  }
  #error-404-menu .menu-item-depth-0 .menu-link:before {
    content: '›';
    display: inline-block;
    margin-left: -1.375em;
    width: 1.375em;
    text-align: center;
  }
  #error-404-menu .menu-link-depth-0 {
    padding-left: 1.375em;
  }
    #error-404-menu .menu-item-depth-0 .menu-link-depth-0:before {
      content: '–';
    }
  #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(8,41,77, 1);
  padding: 12px 0;
  display: none;
}

.site-search .search-input {
  border: 0;
  background: none;
  color: rgba(255,255,255, 1); 
}
  .site-search .search-input::-webkit-input-placeholder {
    color: rgba(255,255,255, 0.5);
  }

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

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

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

/* 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(8,41,77, 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: 700;
  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;
}

#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(0,0,0, 0.05);
    color: rgba(0,0,0, 0.5);
  }
  #pagination.archive.paged a.page-numbers:hover {
    background: rgba(8,41,77, 1);
    color: rgba(255,255,255, 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(8,41,77, 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(8,41,77, 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-sidebar.prev-next {
  background: rgba(0,0,0, 0.02); 
}

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

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

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

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

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

#pagination.single-sidebar.prev-next .post-link {
  text-align: center;
  height: 50px;
  font-size: 2em;
  background: rgba(8,41,77, 1);
  display: block;
  line-height: 46px;
  color: rgba(255,255,255, 1);
}
  #pagination.single-sidebar.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.12);
  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;
}

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



/* ######################################## *\
    MISC / CONTRIB
\* ######################################## */
   
::selection {
  background: rgba(8,41,77, 1);
  color: rgba(255,255,255, 1);
  text-shadow: none;
}

::-webkit-selection {
  background: rgba(8,41,77, 1);
  color: rgba(255,255,255, 1);
  text-shadow: none;
}

::-moz-selection {
  background: rgba(8,41,77, 1);
  color:rgba(255,255,255, 1) ;
  text-shadow: none;
}

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

.fa-before-2x {
  margin-right: 0.6875em;
}

.fa-before-4x {
  margin-right: 1.375em;
}

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

.fa-after-2x {
  margin-left: 0.6875em;
}

.fa-after-4x {
  margin-left: 1.375em;
}

.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;
	border: 0px solid transparent;
}
  .card.info {
    border-left-width: 5px;
    border-color: rgba(8,41,77, 1);
    border-radius: 0 2px 2px 0;
  }
  .card.error {
    border-left-width: 5px;
    border-color: rgba(199,0,0, 1);
    border-radius: 0 2px 2px 0;
  }
  .card.success {
    border-left-width: 5px;
    border-color: rgba(68,157,68, 1);
    border-radius: 0 2px 2px 0;
  }
  .card.warning {
    border-left-width: 5px;
    border-color: rgba(236,151,31, 1);
    border-radius: 0 2px 2px 0;
  }
  .card.em {
    border-left-width: 5px;
    border-color: rgba(0,0,0, 1);
    background: rgba(0,0,0, 0.02);
    box-shadow: none;
    border-radius: 0 2px 2px 0;
  }
    .card.em.info {
      border-color: rgba(8,41,77, 1);
      background: rgba(8,41,77, 0.06);
      color: rgba(8,41,77, 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.bright {
    color: rgba(0,0,0, 1);
    background: rgba(255,255,255, 1) !important;
  }
  .card.dark {
    color: rgba(255,255,255, 1);
    background: rgba(0,0,0, 1) !important;
  }
  .card.small {
    font-size: 12px;
  }
  .card.bold {
    font-weight: 700;
  }
  .card.center {
    text-align: center;
  }
  .card.border {
    border-width: 5px;
  }
  .card.border-top {
    border-top-width: 5px;
  }
  .card.border-right {
    border-right-width: 5px;
  }
  .card.border-bottom {
    border-bottom-width: 5px;
  }
  .card.border-left {
    border-left-width: 5px;
  }
  .card.no-border {
    border-width: 0;
  }
  .card.no-border-top {
    border-top: 0;
  }
  .card.no-border-right {
    border-right: 0;
  }
  .card.no-border-bottom {
    border-bottom: 0;
  }
  .card.no-border-left {
    border-left: 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.em .card-title.line {
      border-bottom-color: rgba(8,41,77, 0.12);
    }
      .card.em.info .card-title.line {
        border-bottom-color: rgba(8,41,77, 0.12);
      }
      .card.em.error .card-title.line {
        border-bottom-color: rgba(199,0,0, 0.12);
      }
      .card.em.success .card-title.line {
        border-bottom-color: rgba(68,157,68, 0.12);
      }
      .card.em.warning .card-title.line {
        border-bottom-color: rgba(236,151,31, 0.12);
      }

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

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

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

.card label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.box-shadow-2,
.card.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(8,41,77, 0.96);
  width: 100% !important;
}

#swipebox-top-bar {
  line-height: 1.375em;
  font-size: 14px;
  height: auto;
  background: rgba(8,41,77, 0.88);
  bottom: -50px;
  top: auto;
  padding-top: 1.375em;
}
  #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: 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 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
  .fa-4 #swipebox-close:before,
	.fa-4 #swipebox-close:after {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		content: '';
		display: block;
		background: rgba(255,255,255, 1);
		width: 20px;
		height: 3px;
		border-radius: 2px;
		transform-origin: center center;
		transform: translate3d(-50%,-50%,0) rotate(-45deg);
	}
  	.fa-4 #swipebox-close:after {
  		transform: translate3d(-50%,-50%,0) rotate(45deg);
  	}
  .fa-5 #swipebox-close:after {
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 1.5rem;
    position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%,-50%,0);
		color: rgba(255,255,255, 1);
  }

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

#swipebox-prev,
#swipebox-next {
  background-image: none;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
	border-radius: 50%;
}
	#swipebox-prev:after,
	#swipebox-next:after {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		color: rgba(255,255,255, 1);
		font-size: 1.5rem;
		transform-origin: center center;
		transform: translate3d(-50%,-50%,0);
	}
	  .fa-4 #swipebox-prev:after,
	  .fa-4 #swipebox-next:after {
      content: '\f104';
      font-family: 'FontAwesome';
      font-weight: 400;
    }
      .fa-4 #swipebox-next:after {
    		content: '\f105';
    	}
    .fa-5 #swipebox-prev:after,
    .fa-5 #swipebox-next:after {
      content: '\f104';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
    }
      .fa-5 #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: none;
  position: relative;
}
  #swipebox-slider .slide-loading:after {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		color: rgba(255,255,255, 1);
		font-size: 2rem;
		margin: -10px 0 0 -10px;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
  }
    .fa-4 #swipebox-slider .slide-loading:after {
      content: '\f1ce';
      font-family: 'FontAwesome';
      font-weight: 400;
    }
    .fa-5 #swipebox-slider .slide-loading:after {
      content: '\f3f4';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
    }

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#swipebox-slider img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

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

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

.filter-style.filter-theme-custom .bundle-widget-keyword .keyword-advanced {
  color: rgba(255,255,255, 1);
}
  .filter-style.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(8,41,77, 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-autocomplete .bundle-inner {
  background-color: rgba(8,41,77, 1);
  color: rgba(255,255,255, 1);
}

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

.filter-style.filter-theme-custom .bundle-widget-autocomplete .autocomplete-item label {
  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(8,41,77, 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(8,41,77, 1);
  color: rgba(255,255,255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-select {
  background-color: rgba(8,41,77, 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(8,41,77, 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: 700;
  }
  
.filter-style.filter-theme-custom .bundle-widget-submit .btn {
  background-color: rgba(8,41,77, 1);
  color: rgba(255,255,255, 1);
}

.messages-style.messages-theme-custom {
  background: rgba(8,41,77, 1);
  color: rgba(255,255,255, 1);
}

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

.messages-style.messages-theme-custom *[class*=icon-] {
  color: rgba(255,255,255, 1);
}

.autocomplete-style.autocomplete-theme-custom {
  background-color: rgba(8,41,77, 1);
}

.autocomplete-style.autocomplete-theme-custom .autocomplete-suggestion {
  background-color: rgba(0,0,0, 0.1);
  color: rgba(255,255,255, 0.66);
}

.autocomplete-style.autocomplete-theme-custom .autocomplete-suggestion b {
  color: rgba(255,255,255, 1);
}

.autocomplete-style.autocomplete-theme-custom .autocomplete-suggestion.selected {
  background-color: rgba(0,0,0, 0.2);
  color: rgba(255,255,255, 1);
}

.vr-gmap-filter.filter-fa-custom .bundle-widget-autocomplete .autocomplete-item .label:after,
.vr-gmap-filter.filter-fa-custom .bundle-widget-select .filter-select .label:before,
.vr-gmap-filter.filter-fa-custom .bundle-widget-list .list-item .label:before {
  font-family: 'CustomIconFont';
}
  .vr-gmap-filter.filter-fa-custom .bundle-widget-autocomplete .autocomplete-item .label:after {
    content: '';
    
  }
    .vr-gmap-filter.filter-fa-custom .bundle-widget-autocomplete .autocomplete-item:hover .label:after {
      content: '';
    }
  .vr-gmap-filter.filter-fa-custom .bundle-widget-select .filter-select .label:before {
    content: '';
  }
    .vr-gmap-filter.filter-fa-custom .bundle-widget-select .filter-select .item-active .label:before {
      content: '';
    }
  .vr-gmap-filter.filter-fa-custom .bundle-widget-list .list-item .label:before {
    content: '';
  }
    .vr-gmap-filter.filter-fa-custom .bundle-widget-list .list-item.item-active .label:before {
      content: '';
    }

/* owl-carousel */
.owl-carousel.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: -24px;
  right: -15px;
  z-index: 5;
  width: 80px;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  z-index: 99;
  background: none;
  transform: translateY(-50%);
  color: rgba(0,0,0, 1);
  font-size: 2rem;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
  .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    color: rgba(0,0,0, 1);
    background: none;
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  
.owl-carousel.owl-theme .owl-nav [class*="owl-"] i {
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-carousel.owl-theme .owl-nav .disabled {
  opacity: 0.12 !important;
  color: rgba(0,0,0, 1) !important;
}

.owl-carousel.owl-theme .owl-dots {
  margin-top: 0.6875em;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
  padding: 4px;
  margin: 0;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: rgba(0,0,0, 0.12);
  -moz-transition: all ease 0.3s;	
  -webkit-transition: all ease 0.3s;	
  transition: all ease 0.3s;
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(8,41,77, 1);
  opacity: 1;
}
  .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1.5);
  }
   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */

.post-edit-link {
  color: rgba(8,41,77, 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-item img {
	width: 100%;
}

.gallery figcaption {
  display: none;
}

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

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: rgba(8,41,77, 1);
}

.wp-playlist-tracks .wp-playlist-item.wp-playlist-playing {
  background: rgba(8,41,77, 1) !important;
  color: rgba(255,255,255, 1);
}

.wp-playlist-tracks .wp-playlist-item.wp-playlist-playing .wp-playlist-caption {
  color: rgba(255,255,255, 1);
}

.sticky {}

.bypostauthor {}

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

.no-js {}
