/*!
 * style.css
 *
 * @link https://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage cleantheme
 */

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

:root {
    --color-theme: 122, 152, 196;
    --color-theme-light: 122, 152, 196;
    --color-red: 230, 36, 74;

    --color-success: 68, 157, 68;
    --color-info: var(--color-theme);
    --color-warning: 236, 151, 31;
    --color-error: 199, 0, 0;

    --theme-gutter-sidebar: var(--theme-gutter-center);
    --theme-gutter-grid: var(--theme-gutter-center);
    --theme-gutter-list: var(--theme-gutter-center);

    --border-radius: 8px;
}

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

::selection {
    background: rgba(var(--color-theme), 1);
    color: rgba(255, 255, 255, 1);
    text-shadow: none;
}

::-webkit-selection {
    background: rgba(var(--color-theme), 1);
    color: rgba(255, 255, 255, 1);
    text-shadow: none;
}

::-moz-selection {
    background: rgba(var(--color-theme), 1);
    color: rgba(255, 255, 255, 1);
    text-shadow: none;
}

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

body {
    font-family: 'Roboto', 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;
    word-break: break-word;
}

.post__body > *:last-child,
.archive__body > *:last-child,
.card > *:last-child,
.list-item > *: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(var(--color-theme), 1);
    text-decoration: none;
}

a.external:after {
    content: '\f14c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 0.34375em;
    font-size: 0.75rem;
    white-space: nowrap;
}

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

h1, h2, h3, h4, h5, h6,
post__title, post__headline {
    margin-top: 0;
    margin-bottom: 0.6875em;
    line-height: 1.125;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}

h1, .post__title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.34375em;
}

h2, .post__headline {
    font-size: 1.5rem;
    margin-top: 1.375em;
}

.front h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
}

.post__headline {
    font-weight: 700;
    margin-top: 0;
}

h2.slider__title {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
}

h3 {
    font-size: 1.325rem;
}

h4 {
    font-size: 1.125rem;
}

h4.slider__title {
    font-weight: 700;
}

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

h6 {
    font-size: 0.875rem;
}

.has-small-font-size {
    font-size: 0.875rem;
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 1rem;
}

.has-medium-font-size {
    font-size: 1.125rem;

}

.has-intro-font-size {
    font-family: 'Roboto Slab', serif;
    font-size: 1.325rem;
}

.has-footnote-font-size {
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
}

.has-large-font-size {
    font-size: 1.5rem;
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 2rem;
}

.has-white-color {
    color: rgba(255, 255, 255, 1);
}

.has-black-color {
    color: rgba(0, 0, 0, 1);
}

.has-blue-color {
    color: rgba(var(--color-theme), 1);
}

.has-red-color {
    color: rgba(var(--color-red), 1);
}

.has-white-background-color {
    background-color: rgba(255, 255, 255, 1);
}

.has-black-background-color {
    background-color: rgba(0, 0, 0, 1);
}

.has-blue-background-color {
    background-color: rgba(var(--color-theme), 1);
}

.has-red-background-color {
    background-color: rgba(var(--color-red), 1);
}

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

#wrapper {
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.page-top-container {
}

#page-top {
}

.header-container {
    position: relative;
}

.mobile-header {
    display: flex;
    margin-right: -10px;
}

.mobile-header a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    color: rgba(0, 0, 0, 1);
}

.mobile-header i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.mobile-header .mobile-search i {
    font-size: 1.125rem;
}

.mobile-header .mobile-main i {
    font-size: 1.5rem;
}

.mobile-header .mobile-meta i {
    font-size: 1.875rem;
}

#header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.375em;
    padding-bottom: 1.375em;
}

.main-container {
    flex: 1;
}

#main {
    margin-bottom: 5.5em;
    max-width: 1520px;
}

#content {
}

#primary {
}

#secondary {
}

.sidebar-container {
    padding-left: var(--theme-gutter-left);
    padding-right: var(--theme-gutter-right);
}

.footer-container {
}

#footer {
}

.page-bottom-container {
}

#page-bottom {
}

/* grid */
.grid {
    display: grid;
    grid-gap: var(--theme-gutter-grid);
    margin-bottom: 1.375em;
}

.grid:last-child {
    margin-bottom: 0;
}

.grid-item {
}

/* list */
.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.375em;
}

.list:last-child {
    margin-bottom: 0;
}

.list-item {
    min-height: 1px;
    margin-top: var(--theme-gutter-list);
}

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

/* logo */
.widget.logo {
    width: 64px;
    display: flex;
}

.widget.logo figure {
    margin: 0;
}

.widget.logo .wp-caption-text {
    display: none;
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 148px;
    width: 164px;
    font-size: 0.875rem;
}

/* main */
.widget.main {
    display: none;
}

/* ######################################## *\
		CONTENT
\* ######################################## */

.archive__title {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.6875em;
}

.archive__list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.archive__list--alignwide {
    max-width: 1200px;
}

.archive__body {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.75em;
}

.post__breadcrumb {
    position: relative;
    margin-bottom: 1.375em;
}

.post__thumbnail {
    border-radius: var(--border-radius);
    padding-top: 120px;
    overflow: hidden;
    position: relative;
    background-position: right center;
    filter: brightness(1.025) contrast(1.125) saturate(1.25);
}

.post__thumbnail.post__thumbnail--noimage {
    padding-top: 40px;
    background: rgba(var(--color-theme), 1);
}

.post__title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.post__body {
    margin-bottom: 2.75em;
}

.search-term {
    color: rgba(var(--color-theme), 1);
}

.post__meta {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-bottom: 1.375em;
}

.post__meta .post__meta-icon {
    font-size: 3rem;
    margin-right: 0.34375em;
}

.post__meta .post__meta-wrapper {
    padding-top: 0.34375em;
}

.post__meta .post__meta-label {
    font-weight: 700;
    margin-bottom: 0.34375em;
}

.category__link,
.taxonomy__link {
    font-weight: 700;
}

.post__share {
    display: flex;
}

.post__share .share__link {
    position: relative;
    width: 2.75em;
    height: 2.75em;
    background: rgba(var(--color-theme), 0.24);
    border-radius: var(--border-radius);
    margin-right: 0.6875em;
}

.post__share .share__link i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
}

.post__body > [class*="wp-block"]:not(.wp-block-buttons):not(.wp-block-spacer):not(.wp-block-embed) {
    margin-bottom: 2.75em;
}

.post__body > *:not(.alignwide):not(.alignfull) {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.front .post__body > *:not(.alignwide):not(.alignfull) {
    max-width: 1200px;
}

.post__body > *.alignwide {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.post__body > *.alignfull {
    margin-left: calc(-1 * var(--theme-gutter-left));
    margin-right: calc(-1 * var(--theme-gutter-right));
}

.post__posttype {
    display: inline-block;
    color: rgba(var(--color-theme), 1);
    margin-bottom: 0.34375em;
    font-weight: 700;
}

.post__body ol,
.post__excerpt ol {
    padding-left: 2.0625em;
}

.post__body ol li,
.post__excerpt ol li {
    margin-bottom: 0.6875em;
    padding-left: 0.5ch;
}

.post__body ol.is-style-faq li,
.post__excerpt ol.is-style-faq li {
    font-weight: 700;
}

.post__body ol.is-style-faq li a,
.post__excerpt ol.is-style-faq li a {
    color: inherit;
}

.post__body ol li::marker,
.post__excerpt ol li::marker {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    color: rgba(var(--color-theme), 1);
}

.post__body ul,
.post__excerpt ul {
    padding-left: 1.03125em;
}

.post__body ul li,
.post__excerpt ul li {
    margin-bottom: 0.6875em;
    padding-left: 1ch;
}

.post__body ul li::marker,
.post__excerpt ul li::marker {
    content: '\f0c8';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 0.75rem;
    color: rgba(var(--color-theme), 1);
}

.post__body ul.is-style-permalink li::marker,
.post__excerpt ul.is-style-permalink li::marker {
    content: '\f0c1';
    font-size: 1rem;
}

.post__body ul.is-style-checkbox li::marker,
.post__excerpt ul.is-style-checkbox li::marker {
    content: '\f14a';
    font-size: 1rem;
}

.post__more {
    text-align: center;
}

/* view-teaser */
.view-teaser .has-intro-font-size {
    font-size: 1rem;
}

/* view-search-result */
.view-search-result .has-intro-font-size {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.375;
}

/* type-page */
.type-page.view-full {
}

.type-page.view-teaser {
}

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

.type-post.view-full .post__title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.type-post.view-teaser {
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 1);
    border-radius: var(--border-radius);
    padding: 1.375em;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
    flex-direction: column;
}

.wp-block-sidebar .type-post.view-teaser {
    padding: 0;
    box-shadow: none;
    text-align: left;
}

.type-post.view-teaser .post__excerpt {
    flex: 1;
}

/* ######################################## *\
		BLOCKS
\* ######################################## */

/* wp-block-buttons */
.wp-block-buttons {
    margin-bottom: 1.375em;
}

.wp-block-buttons .wp-block-button {
    display: block;
}

.wp-block-buttons.aligncenter {
    justify-content: center;
}

/* wp-block-spacer */
.wp-block-spacer {

}

/* wp-block-embed */
.wp-block-embed {
    margin: 0;
    margin-bottom: 1.375em;
}

.wp-block-embed .wp-block-embed__wrapper {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.wp-block-embed .wp-block-embed__wrapper > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.wp-block-embed figcaption {
    font-family: 'Roboto Slab', serif;
    font-size: 1.125rem;
    margin: 0.34375em 0 0;
}

/* wp-block-separator */
.wp-block-separator {
    margin-top: 2.75em;
    border-radius: 99px;
    height: 2px;
    background: rgba(var(--color-theme), 1);
}

.wp-block-separator.is-style-default {
    max-width: 100px !important;
}

/* wp-block-file */
.wp-block-file a:not(.wp-block-file__button) {
    font-size: 1.25rem;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    color: rgba(0, 0, 0, 1);
}

.wp-block-file a:not(.wp-block-file__button) {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    color: rgba(0, 0, 0, 1);
}

.wp-block-file .wp-block-file__button {
    max-height: 24px;
}

/* wp-block-group */
.wp-block-group {
    padding: 2.75em var(--theme-gutter-center);
    border-radius: var(--border-radius);
}

.wp-block-group.alignwide .wp-block-group__inner-container,
.wp-block-group.alignfull .wp-block-group__inner-container {
    max-width: calc(var(--theme-max-width) - var(--theme-gutter-left) - var(--theme-gutter-right));
    margin-left: auto;
    margin-right: auto;
}

/* wp-block-columns */
.wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
    }

    .wp-block-columns.is-style-col2 .wp-block-column:nth-child(1) {
        order: 2;
        margin-top: 1.375em;
    }

    .wp-block-columns.is-style-col2 .wp-block-column:nth-child(2) {
        order: 1;
        margin-top: 0;
    }

    .wp-block-columns .wp-block-column:nth-child(2n) {
        margin-top: 1.375em;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wp-block-columns .wp-block-column {
        flex-basis: 0 !important;
    }
}

@media (min-width: 768px) {
    .wp-block-columns .wp-block-column {
        flex-grow: 1 !important;
    }

    .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: var(--theme-gutter-center);
    }
}

/* wp-block-media-text */
.wp-block-media-text .wp-block-media-text__content > *:last-child {
    margin-bottom: 0;
}

/* wp-block-image */
.wp-block-image {
    margin: 0 0 1.375em;
}

.wp-block-image.is-aligned-left,
.wp-block-image.is-aligned-right {
    margin-bottom: 0 !important;
}

.wp-block-image .aligncenter {
    max-width: 0 auto 1.375em;
}

.wp-block-image .alignleft {
    margin: 0 1.375em 1.375em 0;
    width: 33.333%;
    text-align: right;
}

.wp-block-image .alignright {
    margin: 0 1.375em 1.375em;
    width: 33.333%;
    text-align: left;
}

.wp-block-image img {
    border-radius: var(--border-radius) !important;
    overflow: hidden;
}

.wp-block-image .alignleft img,
.wp-block-image .alignright img {
    max-width: 320px;
}

.wp-block-image figcaption {
    font-size: 0.75rem;
    margin: 0.34375em 0.34375em 0;
    color: rgba(0, 0, 0, 0.88);
}

/* wp-block-slider */
.wp-block-slider .slider {
    position: relative;
}

.wp-block-slider .slider__slider {
    visibility: hidden;
}

.wp-block-slider .tns-outer .slider__slider {
    visibility: visible;
}

.wp-block-slider .slider__item {
    position: relative;
    display: block;
}

.wp-block-slider .bg-image {
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    background-position: right center;
    filter: brightness(1.025) contrast(1.125) saturate(1.25);
}

.wp-block-slider .bg-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.24);
}

.wp-block-slider .slider__title {
    font-family: 'Roboto Slab', serif;
    font-size: 2rem;
}

.wp-block-slider .slider__body {
    padding: 0.6875em;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.wp-block-slider .slider__content {
    font-family: 'Roboto Slab', serif;
    font-size: 1.125rem;
}

.wp-block-slider .slider__dot {
    background: rgba(var(--color-theme), 0.24);
}

.wp-block-slider .slider__dot.tns-nav-active {
    background: rgba(var(--color-theme), 1);
}

/* wp-block-sidebar */
.wp-block-sidebar .slider {
    position: relative;
}

.wp-block-sidebar .slider__slider {
    display: flex;
    visibility: hidden;
}

.wp-block-sidebar .tns-outer .slider__slider {
    visibility: visible;
}

.wp-block-sidebar .slider__item {
    position: relative;
    background: rgba(255, 255, 255, 1);
    border-radius: var(--border-radius);
    padding: 1.375em;
    height: 100%;
    overflow: hidden;
    align-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.wp-block-sidebar .slider__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wp-block-sidebar .slider__image {
    margin: -1.375em -1.375em 1.375em;
}

.wp-block-sidebar .slider__image img {
    min-width: 100%;
}

.wp-block-sidebar .slider__body {
    flex: 1;
}

.wp-block-sidebar .btn {
    margin: 0 auto;
}

/* wp-block-news */
.wp-block-news .slider {
    position: relative;
}

.wp-block-news .slider__slider {
    display: flex;
    visibility: hidden;
}

.wp-block-news .tns-outer .slider__slider {
    visibility: visible;
}

.wp-block-news .slider__item {
    height: 100%;
}

.wp-block-news .tns-ovh {
    padding: 5px 0;
}

.wp-block-news .slider__prev, .wp-block-news .slider__next {
    color: rgba(var(--color-theme), 1);
}

.wp-block-news .slider__dot {
    background: rgba(var(--color-theme), 0.24);
}

.wp-block-news .slider__dot.tns-nav-active {
    background: rgba(var(--color-theme), 1);
}

/* wp-block-table */
.wp-block-table {
    margin-top: 0;
}

.wp-block-table table {
    border-collapse: collapse;
}

.wp-block-table figcaption {
    font-size: 0.875rem;
    padding: 0.6875em 0;
    color: rgba(0, 0, 0, 0.66);
}

.wp-block-table.is-style-stripes {
    border-bottom: 0;
}

.wp-block-table thead tr {
    background-color: rgba(var(--color-theme), 1);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: rgba(var(--color-theme), 0.12);
}

.wp-block-table tfoot tr {
    background-color: rgba(var(--color-theme), 0.42);
}

.wp-block-table thead th {
    padding: 0.6875em;
    color: rgba(255, 255, 255, 1);
}

.wp-block-table tbody td {
    padding: 0.6875em;
}

.wp-block-table tfoot td {
    padding: 0.6875em;
}

/* ######################################## *\
		ELEMENTS
\* ######################################## */

/* form */
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: 0.6875em;
    background: rgba(0, 0, 0, 0.05);
    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(var(--color-theme), 1);
}

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

form label {
    font-weight: 700;
    font-size: 0.875rem;
}

.wpcf7-form-select-wrap {
    display: block;
    position: relative;
}

.wpcf7-form-select-wrap 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: 0.6875em;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid transparent;
    outline: none !important;
}

.wpcf7-form-select-wrap select:focus {
    border-color: rgba(var(--color-theme), 1);
}

.wpcf7-form-select-wrap select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 1);
}

.wpcf7-form-select-wrap select::-ms-expand {
    display: none;
}

.wpcf7-form-select-wrap option {
    background: rgba(255, 255, 255, 1);
}

.wpcf7-form-select-wrap 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;
}

/* button */
.btn, .button, .wp-block-button__link, .wp-block-file .wp-block-file__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding: 0.6875em 1.375em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--color-theme), 1);
    border-radius: 99px;
    border: 0;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.btn-white {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}

.btn-o, .button-o {
    background: none;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid rgba(var(--color-theme), 1);
    color: rgba(var(--color-theme), 1);
}

.btn-small, .is-style-small > .wp-block-button__link, .wp-block-file .wp-block-file__button {
    font-size: 0.875rem;
    min-height: 32px;
}

/* pagination */
#pagination {
    margin: 1.375em 0;
}

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

#pagination.archive.prev-next .page-prev {
    float: left;
    margin-right: 0.6875em;
}

#pagination.archive.prev-next .page-next {
    float: right;
    margin-left: 0.6875em;
}

#pagination.archive.prev-next .pagination-icon {
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    background: rgba(var(--color-theme), 1);
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    vertical-align: middle;
}

#pagination.archive.prev-next .page-prev .pagination-icon {
    margin-right: 0.6875em;
}

#pagination.archive.prev-next .page-next .pagination-icon {
    margin-left: 0.6875em;
}

#pagination.archive.prev-next .pagination-label {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

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

#pagination.archive.paged .page-count {
    margin-bottom: 0.6875em;
    display: block;
}

#pagination.archive.paged .page-count .page {
}

#pagination.archive.paged .page-count .pages {
}

#pagination.archive.paged .page-numbers {
    padding: 0.34375em 0.6875em;
    background: transparent;
    text-decoration: none !important;
    border-radius: var(--border-radius);
}

#pagination.archive.paged .page-numbers.current {
    background: rgba(var(--color-theme), 0.12);
    color: rgba(var(--color-theme), 1);
}

#pagination.archive.paged a.page-numbers:hover {
    background: rgba(var(--color-theme), 1);
    color: rgba(255, 255, 255, 1);
}

#pagination.archive.paged .prev,
#pagination.archive.paged .next {
    padding: 4px 7px;
}

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

#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: 42px;
    line-height: 42px;
    padding: 0 1.375em;
    background: rgba(var(--color-theme), 1);
    display: block;
    text-align: center;
}

#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: 42px;
    font-size: 1.25em;
    background: rgba(var(--color-theme), 1);
    display: block;
    line-height: 42px;
    color: rgba(255, 255, 255, 1);
}

#pagination.single.prev-next .post-link.no-posts {
    opacity: 0.12;
    cursor: default;
}

/* pagination.single.title */
#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.06);
}

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

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

/* breadcrumbs */
#breadcrumbs {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 0.6875em 1.375em;
    font-size: 0.875rem;
}

#breadcrumbs > span {
    vertical-align: middle;
}

#breadcrumbs a {
    color: rgba(255, 255, 255, 0.72);
}

#breadcrumbs .trail {
    margin: 0 0.6875em;
    color: rgba(255, 255, 255, 0.72);
}

#breadcrumbs > span:last-of-type {
    color: rgba(255, 255, 255, 1);
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

/* guide */
@keyframes down {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        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;
    background: rgba(var(--color-theme), 1);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 38px;
    display: block;
    font-size: 1.25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    animation: 4s ease 0s normal none infinite running down;
}

#guide a.top {
    background: rgba(var(--color-theme), 1);
    color: rgba(255, 255, 255, 1);
    bottom: 15px;
    line-height: 36px;
    animation: 4s ease 0s normal none infinite running up;
}

/* menu */
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-link-is-nolink {
    cursor: default;
}

.menu-link-is-toggler {
    cursor: pointer;
}

/* mmenu */
.mm-ocd {
    --mm-ocd-width: 85%;
    --mm-ocd-min-width: 280px;
    --mm-ocd-max-width: 480px;
    --mm-spn-item-height: 48px;
}

.mm-ocd.mm-ocd--open {
    background: rgba(var(--color-theme), 0.88);
}

.mm-spn {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}

.mm-ocd__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    transform: translate(100%, 0);
    width: var(--mm-spn-item-height);
    height: var(--mm-spn-item-height);
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
}

.mm-ocd__close:before,
.mm-ocd__close:after {
    content: '';
    position: absolute;
    z-index: 5;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    transition: all ease 0.3s;
    z-index: 999;
    opacity: 0;
    background: rgba(255, 255, 255, 1);
}

.mm-ocd--open .mm-ocd__close:before,
.mm-ocd--open .mm-ocd__close:after {
    opacity: 1;
}

.mm-ocd--open .mm-ocd__close:before {
    transform: rotate(45deg);
}

.mm-ocd--open .mm-ocd__close:after {
    transform: rotate(-45deg);
}

.mm-spn .menu-item {
}

.mm-spn .menu-item:after {
    content: none;
}

.mm-spn .menu-item-is-label {
    cursor: auto;
}

.mm-spn .menu-item-is-label:before,
.mm-spn .menu-item-is-label:after {
    content: none;
}

.mm-spn .menu-item-is-spacer {
    cursor: auto;
    padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) 0;
}

.mm-spn .menu-item-is-spacer:before,
.mm-spn .menu-item-is-spacer:after {
    content: none;
}

.mm-spn .menu-link {
}

.mm-spn .current-menu-ancestor > .menu-link,
.mm-spn .current-menu-item > .menu-link {
    color: rgba(var(--color-theme), 1);
    font-weight: 700;
}

.mm-spn .menu-label {
    display: block;
    padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
    font-weight: 700;
    text-transform: uppercase;
}

.mm-spn .menu-spacer {
    display: block;
    height: 1px;
    padding: 0;
    background: rgba(0, 0, 0, 0.12);
}

.mm-spn .menu-link-icon,
.mm-spn .menu-label-icon {
    color: rgba(var(--color-theme), 1);
}

.mm-spn .menu-link-description,
.mm-spn .menu-label-description {
    display: block;
    opacity: 0.42;
    font-weight: 400;
}

.mm-ocd__backdrop {
    cursor: pointer;
}

/* footer-menu */
#footer-menu {
    padding: 1.375em 0;
}

#footer-menu li {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#footer-menu li:first-child {
    border-top: 0;
}

#footer-menu li a {
    display: block;
    padding: 1.375em 0;
    text-align: center;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 1);
}

/* bottom-menu */
#bottom-menu {
    display: flex;
    justify-content: center;
}

#bottom-menu .menu-item {
}

#bottom-menu .menu-item-depth-0 {
    position: relative;
    padding: 0.6875em 1.375em;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

#bottom-menu .menu-item-depth-0:first-child {
    padding-left: 0;
    border-left: 0;
}

#bottom-menu .menu-item-depth-0:last-child {
    padding-right: 0;
}

#bottom-menu .menu-link {
    display: block;
}

#bottom-menu .menu-link-depth-0 {
    font-size: 0.875rem;
    padding: 0.6875em;
    color: rgba(0, 0, 0, 1);
}

#bottom-menu .menu-item-depth-0:hover .menu-link-depth-0,
#bottom-menu .menu-item-depth-0.active .menu-link-depth-0 {
    color: rgba(var(--color-theme), 1);
    text-decoration: none;
}

/* search */
.searchform-container {
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.searchform-container.searchform-overlay {
    background: rgba(var(--color-theme), 0.92);
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    z-index: 999;
    border-bottom: 0;
}

.searchform-container.active {
    display: flex;
}

.searchform-container .max-width {
    flex: 0 0 100%;
}

.searchform-container.searchform-overlay .max-width {
    transform: translateY(-25vh);
}

#searchform {
    padding: 1.375em 0;
    position: relative;
    background: rgba(255, 255, 255, 1);
}

.searchform-overlay #searchform {
    padding: 1.375em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

#searchform .searchform-input {
    border: 0;
    background: none;
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(var(--color-theme), 0);
    padding: 0.34375em 0;
    padding-right: 5.5rem;
    font-size: 1.25rem;
}

#searchform .searchform-submit {
    border: 0;
    position: absolute;
    z-index: 1;
    right: 2.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.5rem;
    padding: 0;
    cursor: pointer;
}

.searchform-overlay #searchform .searchform-submit {
    right: 4.125rem;
}

#searchform .searchform-close {
    border: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.625rem;
    padding: 0;
    cursor: pointer;
}

.searchform-overlay #searchform .searchform-close {
    right: 1.375rem;
}

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

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

.fab.fa-facebook,
.fab.fa-facebook-f,
.fab.fa-facebook-square {
    color: #4267B2;
}

.fab.fa-twitter,
.fab.fa-twitter-square {
    color: #1DA1F2;
}

.fab.fa-instagram,
.fab.fa-instagram-square {
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fab.fa-whatsapp,
.fab.fa-whatsapp-square {
    color: #25D366;
}

.fab.fa-youtube,
.fab.fa-youtube-square {
    color: #FF0000;
}

/* card */
.card {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    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(var(--color-info), 1);
    border-radius: 0 2px 2px 0;
}

.card.error {
    border-left-width: 5px;
    border-color: rgba(var(--color-error), 1);
    border-radius: 0 2px 2px 0;
}

.card.success {
    border-left-width: 5px;
    border-color: rgba(var(--color-success), 1);
    border-radius: 0 2px 2px 0;
}

.card.warning {
    border-left-width: 5px;
    border-color: rgba(var(--color-warning), 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(var(--color-info), 1);
    background: rgba(var(--color-info), 0.06);
    color: rgba(var(--color-info), 1);
}

.card.em.error {
    border-color: rgba(var(--color-error), 1);
    background: rgba(var(--color-error), 0.06);
    color: rgba(var(--color-error), 1);
}

.card.em.success {
    border-color: rgba(var(--color-success), 1);
    background: rgba(var(--color-success), 0.06);
    color: rgba(var(--color-success), 1);
}

.card.em.warning {
    border-color: rgba(var(--color-warning), 1);
    background: rgba(var(--color-warning), 0.06);
    color: rgba(var(--color-warning), 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(var(--color-theme), 0.12);
}

.card.em.info .card-title.line {
    border-bottom-color: rgba(var(--color-info), 0.12);
}

.card.em.error .card-title.line {
    border-bottom-color: rgba(var(--color-error), 0.12);
}

.card.em.success .card-title.line {
    border-bottom-color: rgba(var(--color-success), 0.12);
}

.card.em.warning .card-title.line {
    border-bottom-color: rgba(var(--color-warning), 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(0, 0, 0, 0.24);
}

.box-shadow-2,
.card.box-shadow-2 {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.24) 0px 2px 2px 0px;
}

/* tiny-slider */
.slider__prev,
.slider__next {
    font-size: 2.25rem;
    position: absolute;
    top: 50%;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    z-index: 5;
}

.slider__prev[aria-disabled="true"],
.slider__next[aria-disabled="true"] {
    display: none;
}

.slider__prev {
    left: -20px;
    transform: translate(-50%, -50%);
}

.slider__next {
    right: -20px;
    transform: translate(50%, -50%);
}

.slider__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6875em 0;
    position: relative;
}

.slider__dot {
    width: 24px;
    height: 6px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.24);
    margin: 0 4px;
    cursor: pointer;
}

.slider__dot.tns-nav-active {
    background: rgba(255, 255, 255, 1);
}

/* wpcf7 */
.wpcf7 form .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7 form .wpcf7-list-item-label {
    display: block;
    font-weight: 400;
    padding-left: 2.75em;
    cursor: pointer;
}

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

.wpcf7 form .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '\f0c8';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    display: inline-block;
    font-size: 1.25rem;
    margin-left: -2.0625em;
    width: 2.0625em;
    text-align: center;
    vertical-align: sub;
}

.wpcf7 form .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
    content: '\f14a';
    font-weight: 900;
}

.wpcf7 form .wpcf7-not-valid {
    background: rgba(var(--color-error), 0.06);
}

.wpcf7 form .wpcf7-not-valid-tip {
    color: rgba(var(--color-error), 1);
    font-size: 0.75rem;
    margin-top: 0.171875em;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    border-radius: var(--border-radius);
    background: rgba(var(--color-info), 1);
    color: rgba(255, 255, 255, 1);
    font-size: 0.875rem;
    padding: 0.6875em 0.6875em 0.6875em 4.125em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    background: rgba(var(--color-error), 1);
}

.wpcf7 form.sent .wpcf7-response-output {
    background: rgba(var(--color-success), 1);
}

.wpcf7 form .wpcf7-response-output:before {
    content: '\f05a';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    font-size: 1.25rem;
    margin-left: -2.75em;
    width: 2.75em;
    text-align: center;
    vertical-align: sub;
}

.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before,
.wpcf7 form.failed .wpcf7-response-output:before,
.wpcf7 form.aborted .wpcf7-response-output:before,
.wpcf7 form.spam .wpcf7-response-output:before {
    content: '\f06a';
}

.wpcf7 form.sent .wpcf7-response-output:before {
    content: '\f1d8';
}
