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

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

/* rgba(var(--color-base), 1); */

:root {
    /* --color-base: 0,116,162; */
    --color-base: 195, 50, 50;
    --color-headline: 0, 65, 120;
    --color-text: 24, 23, 22;
    --color-gray: 230, 233, 239;
    --color-gray-50: 227, 227, 227;
    --color-gray-dark: 128, 128, 128;
    --color-success: 68, 157, 68;
    --color-error: 199, 0, 0;
    --color-warning: 236, 151, 31;
    --color-bg-blue: 224, 245, 247;
    --color-bg-darkblue: 181, 198, 213;
}

*,
*: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: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.375;
    min-width: 320px;
    background: rgba(255, 255, 255, 1);
    color: rgba(var(--color-text), 1);
}

p,
pre {
    margin: 0 0 1.375em;
}
.field > p:last-child,
.card > p:last-child,
.list-item > p:last-child,
.field > ul:last-child,
.card > ul:last-child,
.list-item > ul:last-child,
.field > 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(var(--color-base), 1); */
    color: rgba(var(--color-text), 1);
    text-decoration: underline;
}
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;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: rgba(var(--color-base), 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.6875em;
    line-height: 1.125;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: rgba(var(--color-base), 1);
    text-decoration: none;
}

h1,
.page-title {
    font-size: 1.572rem;
    color: rgba(var(--color-base), 1);
}

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

h3 {
    font-size: 1.25rem;
    color: rgba(var(--color-base), 1);
}

h4 {
    font-size: 1.125rem;
}

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

h6 {
    font-size: 0.875rem;
}

figure.bg-image img {
    border: 0;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

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

/* page-wrapper */
#wrapper {
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow: hidden;
}

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

#header {
}

#branding {
    z-index: 99;
}

#logo {
    font-size: 1rem;
    margin: 1em 0;
    line-height: 1.375em;
    width: 140px;
    max-width: 140px;
}

#logo a {
    display: block;
}

/* main */
.main-container {
    flex: 1;
}

#main {
}

.content-container {
    width: 100%;
}

#content {
    position: relative;
}

/* footer */
.footer-container {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#footer {
    display: flex;
    flex-direction: column;
    margin-top: 2.0625em;
}

#footer-menu li a {
    text-decoration: none;
}

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

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

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

/* primary */

#primary a {
    text-decoration: none;
}

#primary .widget-title {
    hyphens: auto;
    color: rgba(var(--color-headline), 1);
}

#primary .widget_archive_list .count {
    margin-left: 4px;
    font-size: 0.75rem;
    padding-bottom: 4px;
    vertical-align: middle;
}

#primary .widget_archive_list .count:before {
    content: '(';
}
#primary .widget_archive_list .count:after {
    content: ')';
}

#primary .widget_archive_list .archive-monthly_grouped {
    line-height: 1.5;
}

#primary .widget_archive_list .archive-monthly_grouped.depth-1 .monthly_grouped-item {
    padding-left: 1rem;
    position: relative;
}

#primary .widget_archive_list .archive-monthly_grouped .monthly_grouped-item.depth-1 a:before {
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
}

#primary li {
    margin-bottom: 0.34375em;
}

.sidebar-primary.no-sidebar-secondary #content {
    margin-bottom: 2rem;
}

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

.sidebar-primary.no-sidebar-secondary #primary li {
    margin-bottom: 0.34375em;
}

.sidebar-primary.no-sidebar-secondary #primary .widget {
    margin-bottom: 2.578125em;
}

.sidebar-primary.no-sidebar-secondary #primary .sidebar-subscription p {
    margin: 0;
}

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

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

.sidebar-secondary #secondary {
    position: relative;
    z-index: 99;
    margin-top: 40px;
}

.sidebar-secondary #secondary .news-feed {
    font-weight: 700;
    color: rgba(var(--color-headline), 1);
}

.sidebar-secondary #secondary .news-feed-headline {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.sidebar-secondary #secondary .news-feed-subtitle {
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.sidebar-secondary #secondary .news-feed-subtitle a {
    color: rgba(var(--color-headline), 1);
}

.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item {
    padding: 1rem;
    border: 2px solid rgba(var(--color-base), 1);
}

.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a {
    color: rgba(var(--color-base), 1);
    margin-bottom: 0;
}

.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a:hover,
.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a:focus,
.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a:active {
    color: rgba(var(--color-base), 0.8);
}

.sidebar-secondary #secondary .news-feed-de .wp_rss_retriever_item a:after {
    content: '>> mehr lesen';
    display: block;
    font-weight: normal;
}
.sidebar-secondary #secondary .news-feed-en .wp_rss_retriever_item a:after {
    content: '>> read more';
    display: block;
    font-weight: normal;
}

.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/cdrmare/'],
.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/cdrmare-en/'] {
    background-image: url(./img/logo_cdrmare_small.png);
    background-size: 75px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/retake/'],
.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/retake-en/'] {
    background-image: url(./img/logo_retake_small.png);
    background-size: 75px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/asmasys/'],
.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/asmasys-en/'] {
    background-image: url(./img/logo_asmasys_small.png);
    background-size: 75px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/sea4society/'],
.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/sea4society-en/'] {
    background-image: url(./img/logo_sea4society_small.png);
    background-size: 75px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/geostor/'],
.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/geostor-en/'] {
    background-image: url(./img/logo_geostor_small.png);
    background-size: 75px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/test-artup/'],
.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/test-artup-en/'] {
    background-image: url(./img/logo_testartup_small.png);
    background-size: 75px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/aims3/'],
.sidebar-secondary #secondary .news-feed .wp_rss_retriever_item a[href*='/aims3-en/'] {
    background-image: url(./img/logo_aims3_small.png);
    background-size: 75px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 60px;
}

/* widget-area-logos */
#widget-area-logos {
    padding-top: 2.75em;
    padding-bottom: 2.75em;
}

#widget-area-logos .widget-inner {
    transition: all ease 0.3s;
    padding: 0.6875em;
}

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

/* Footer */
#widget-area-footer .widget_tag_cloud {
    background-color: rgba(var(--color-bg-blue), 1);
    padding: 30px 40px 30px 0;
    border-top-right-radius: 130px;
    font-family: 'Cardo', sans-serif;
    position: relative;
}

#widget-area-footer .widget_tag_cloud .widget-title {
    color: rgba(var(--color-headline), 1) !important;
}

#widget-area-footer .widget_tag_cloud:before {
    content: '';
    background-color: rgba(var(--color-bg-blue), 1);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
}

#widget-area-footer .widget_tag_cloud a {
    text-decoration: none;
}

/* News */

.widget-area-news-container {
    display: none;
}

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

/* ######################################## *\
        LAYOUTS / BLÖCKE
\* ######################################## */

/* author */
.author.vcard.card {
    margin-bottom: 2.75em;
}

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

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

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

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

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

.list-item {
    min-height: 1px;
    margin-top: 0;
}

/* wp-block-columns */
@media (max-width: 639px) {
    .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 2rem;
    }

    .wp-block-columns .wp-block-column:last-of-type {
        margin-bottom: 0;
    }
}

.wp-block-column p:last-of-type {
    margin-bottom: 0;
}

.wp-block-theme-readmore a {
    font-size: ;
    display: block;
    margin-bottom: 1rem;
}

.wp-block-theme-readmore a:last-of-type {
    margin-bottom: 0;
}

.wp-block-group p:last-child {
    margin-bottom: 0;
}

.wp-block-group.has-cleantheme-white-background-color {
    background-color: #fff;
}

.wp-block-group.has-cleantheme-bg-background-color {
    background-color: rgba(var(--color-bg-blue), 0.8);
}

.wp-block-gallery li:before {
    content: '' !important;
}

.wp-block-gallery .blocks-gallery-item {
    padding: 0 !important;
    flex-grow: unset;
}

.wp-block-gallery .blocks-gallery-item figure {
    display: block;
}

.wp-block-gallery .blocks-gallery-item figcaption {
    position: relative;
    color: rgba(var(--color-text), 1);
    padding-top: 0.7em;
    background: none;
    hyphens: auto;
    white-space: normal;
    max-height: none;
    overflow: visible;
}

.wp-block-images-grid .images-grid-headline {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: rgba(var(--color-base), 1);
}

.wp-block-images-grid .images-grid-item {
    margin-bottom: 2rem;
}

/* wp-block-table */

.wp-block-table {
}

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

.wp-block-table th,
.wp-block-table td {
    padding: 10px 6px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.wp-block-table th {
    text-align: left;
}

.wp-block-table tbody tr:nth-of-type(2n) {
    background-color: rgba(255, 255, 255, 1);
}
.wp-block-table tbody tr:nth-of-type(2n + 1) {
    background-color: rgba(var(--color-bg-blue), 0.5);
}

/* wp-block-image */

.wp-block-image figcaption {
    font-size: 1rem;
}

/* Accordion */

.c-accordion__title::after {
    color: rgba(var(--color-text), 1);
    font-weight: 700;
    font-size: 1.5rem;
}

/* wp-block-publications */

.wp-block-publications .ep_view_blurb {
    margin-bottom: 1rem;
}

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

.article {
}

/* post-view-full */
.post-view-full {
    padding: 60px 30px 30px 30px;
    background-color: rgba(var(--color-bg-blue), 0.8);
    border-top-left-radius: 80px;
    position: relative;
}

.single-post .post-view-full:after,
.archive .post-view-full:not(.post-type-page):after {
    content: '';
    background-color: rgba(var(--color-bg-blue), 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: -100%;
}

.archive .post-view-full.post-type-page .wp-block-columns:last-of-type {
    margin-bottom: 0;
}

.category .post-view-full,
.date .post-view-full,
.tag .post-view-full {
    margin-bottom: 15px;
}

/* 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 {
    padding: 0;
    background: transparent;
}

.post-type-page .page-title {
    padding: 60px 30px 30px 30px;
    background-color: rgba(var(--color-bg-blue), 0.8);
    border-top-left-radius: 80px;
    position: relative;
    margin-bottom: 0;
}

.post-type-page .page-title:after {
    content: '';
    background-color: rgba(var(--color-bg-blue), 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: -100%;
}

.post-type-page .wp-block-columns {
    padding: 60px 30px 30px 30px;
    margin-bottom: 15px;
    background-color: rgba(var(--color-bg-blue), 0.8);
    border-top-left-radius: 80px;
    position: relative;
}

.post-type-page .wp-block-columns:first-of-type {
    padding: 30px;
    margin-top: 0;
    border-top-left-radius: 0px;
}

.post-type-page .wp-block-columns:after {
    content: '';
    background-color: rgba(var(--color-bg-blue), 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: -100%;
}

.wp-block-image-text {
    max-width: 950px;
    position: relative;
    padding: 20px 20px 30px;
    margin-bottom: 15px;
    border-bottom-right-radius: 80px;
    background-color: rgba(var(--color-gray), 1);
}

.wp-block-image-text__inner-container {
    display: flex;
    flex-direction: column;
}

.wp-block-image-text .field-thumbnail-teaser {
    margin-bottom: 1rem;
}

.wp-block-image-text h2 {
    color: rgba(var(--color-base), 1);
}

.wp-block-image-text h4 {
    font-size: 0.825rem;
}

.wp-block-image-text .links-content {
    margin-top: 30px;
}

.wp-block-image-text .links-content .link-content {
    margin-bottom: 6px;
}

.wp-block-image-text .links-content .link-content a {
    color: rgba(var(--color-base), 1);
    text-decoration: none;
}

.wp-block-big-image-text__inner-container {
    position: relative;
}

.wp-block-big-image-text {
    padding-bottom: 30px;
    padding-top: 1px;
    margin-top: -1px;
}

.wp-block-big-image-text,
.wp-block-group {
    padding-bottom: 30px;
}

.wp-block-group .wp-block-big-image-text {
    padding-bottom: 0px;
}

.wp-block-big-image-text .field-thumbnail-teaser {
    height: 150px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    right: 0px;
    top: -115px;
    background-position: center center;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
    background-color: rgba(var(--color-gray), 1);
    background-size: cover;
}

.wp-block-big-image-text .text-content {
    padding: 60px 30px 30px 30px;
    background-color: rgba(var(--color-bg-blue), 0.8);
    border-top-left-radius: 80px;
    position: relative;
    margin-bottom: 0;
    margin-top: 115px;
}

.wp-block-big-image-text .text-content:after {
    content: '';
    background-color: rgba(var(--color-bg-blue), 0.8);
    position: absolute;
    height: 100%;
    width: 200%;
    top: 0;
    right: -200%;
}

.wp-block-big-image-text .text-content p:last-of-type {
    /*     margin-bottom: 0; */
}

.wp-block-big-image-text .text-content h1,
.wp-block-big-image-text .text-content h2,
.wp-block-big-image-text .text-content h3,
.wp-block-big-image-text .text-content h4 {
    color: rgba(var(--color-base), 1);
}

.wp-block-big-image-text .text-content a {
    color: rgba(var(--color-base), 1);
    text-decoration: none;
}

.wp-block-big-image-text .links-content,
.wp-block-link-buttons .links-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.wp-block-big-image-text .links-content .link-content,
.wp-block-link-buttons .links-content .link-content {
    width: 100%;
    margin-bottom: 1rem;
}

.wp-block-big-image-text .links-content .link-content .readmore-link,
.wp-block-link-buttons .links-content .link-content .readmore-link {
    padding: 1rem 3rem 1rem 1.625rem;
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: rgba(var(--color-base), 1);
    font-size: 1rem;
    border-bottom-right-radius: 130px;
    background: rgba(var(--color-bg-darkblue), 1);
}

.wp-block-big-image-text .links-content .link-content .readmore-link:hover,
.wp-block-big-image-text .links-content .link-content .readmore-link:focus,
.wp-block-big-image-text .links-content .link-content .readmore-link:active,
.wp-block-link-buttons .links-content .link-content .readmore-link:hover,
.wp-block-link-buttons .links-content .link-content .readmore-link:focus,
.wp-block-link-buttons .links-content .link-content .readmore-link:active {
    color: rgba(var(--color-base), 0.9);
    background: rgba(var(--color-bg-darkblue), 0.9);
}

.wp-block-buttons .wp-block-button__link {
    background-color: rgba(var(--color-base), 1);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.wp-block-buttons .wp-block-button__link:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(var(--color-base), 0.9);
}

.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-post */
.post-type-post {
}

.post-type-post.post-view-teaser {
    /* margin-bottom: 2.75em; */
    margin-bottom: 15px;
    /* padding-bottom: 2.75em; */
    padding: 30px 10px 30px 30px;
    /* border-bottom: 1px solid rgba(0,0,0, 0.12); */
    /*     background-color: rgba(var(--color-gray), 1); */
    /*     border-bottom-left-radius: 120px; */
    display: flex;
    position: relative;
    flex-direction: column;
    border: 2px solid rgba(var(--color-base), 1);
}
.list-item:last-child .post-type-post.post-view-teaser {
    /*         border-bottom: none; */
    /* padding-bottom: 0; */
}
/* .post-type-post.post-view-teaser.post-is-sticky {
    background: rgba(var(--color-base), 0.024);
    border-left: 5px solid rgba(var(--color-base), 1);
    padding: 1.375em !important;
    position: relative;
    border-bottom: 0;
} */

.post-type-post.post-view-teaser:after {
    /*         content: '';
        background-color: rgba(var(--color-gray), 1);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: -100%; */
}

.post-type-post.post-view-teaser .field-body {
    font-family: 'Cardo', sans-serif;
    font-weight: 400;
}

.post-type-post.post-view-teaser .field-category-thumbnail {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
}

.post-type-post.post-view-teaser .field-category-thumbnail img {
    width: 80px;
    vertical-align: middle;
    margin-right: 1rem;
}

.post-type-post.post-view-full .field-category-thumbnail {
    width: 100%;
    margin-bottom: 1rem;
}

.post-type-post.post-view-full .field-category-thumbnail img {
    display: inline-block;
    /*     max-height: 90px; */
    max-width: 90px;
    margin-right: 1.5rem;
    vertical-align: middle;
}

.post-type-post.post-view-teaser .post-text-content {
    margin-right: 30px;
    margin-bottom: 10px;
    width: 100%;
}

.post-type-post.post-view-teaser .post-text-content .more {
    display: block;
    margin-top: 1rem;
}

.post-type-post.post-view-full {
    display: flex;
    flex-direction: column;
    padding: 30px 10px 30px 30px;
    flex-wrap: wrap;
}

.post-type-post.post-view-full .page-title {
    width: 100%;
}

.post-type-post.post-view-full .field-category-thumbnail {
    width: 100%;
}

.post-type-post.post-view-full .field-body {
    flex: 1;
}

.post-type-post.post-view-teaser .post-meta-content,
.post-type-post.post-view-full .post-meta-content {
    font-family: 'Cardo', sans-serif;
    font-weight: 400;
    /* min-width: 150px; */
    width: 100%;
}

.post-type-post.post-view-teaser .post-meta-content .date,
.post-type-post.post-view-full .post-meta-content .date {
    display: block;
    margin-bottom: 0.34375em;
}

.post-type-post.post-view-teaser .post-meta-content .category,
.post-type-post.post-view-full .post-meta-content .category {
    margin-bottom: 1.375em;
}

/* .post-type-post.post-view-teaser .post-meta-content .category:hover, */
.post-type-post.post-view-teaser .post-meta-content .category:hover a,
/* .post-type-post.post-view-full .post-meta-content .category:hover, */
.post-type-post.post-view-full .post-meta-content .category:hover a {
    color: rgba(var(--color-base), 1);
}

.post-type-post.post-view-teaser .social-share,
.post-type-post.post-view-full .social-share {
}

.post-type-post.post-view-teaser .social-share li,
.post-type-post.post-view-full .social-share li {
    margin-bottom: 0.515625em;
    display: inline-block;
}

.post-type-post.post-view-teaser .social-share li a,
.post-type-post.post-view-full .social-share li a {
    height: 30px;
    width: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -999999px;
    display: block;
    transition: all 0.3s ease 0s;
}

.post-type-post.post-view-teaser .social-share li a:hover,
.post-type-post.post-view-full .social-share li a:hover {
    transform: scale(0.9);
}

.post-type-post.post-view-teaser .social-share .share-facebook a,
.post-type-post.post-view-full .social-share .share-facebook a {
    background-image: url(./img/facebook_circle.png);
}

.post-type-post.post-view-teaser .social-share .share-twitter a,
.post-type-post.post-view-full .social-share .share-twitter a {
    background-image: url(./img/twitter_circle.png);
}

.post-type-post.post-view-teaser .social-share .share-mail a,
.post-type-post.post-view-full .social-share .share-mail a {
    background-image: url(./img/mail-circle.png);
}

.post-view-full {
    padding: 60px 20px 30px 20px;
    margin-top: 15px;
    border-top-left-radius: 80px;
}

.post-view-full.has-post-thumbnail {
    margin-top: 130px;
}

/* Blog */

.blog .news-header h1 {
    text-align: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 50px;
    font-size: 1.75rem;
}

.blog .news-header,
.single .field-thumbnail,
.archive .field-thumbnail {
    height: 150px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0px;
    right: 0px;
    top: -115px;
    background-position: center center;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
    background-color: rgba(var(--color-gray), 1);
    background-size: cover;
}

.blog .news-header {
    top: 15px;
    background-position: center center;
}

.blog .list {
    padding-top: 180px;
}

.blog .news-header .title {
    color: rgba(255, 255, 255, 1);
}

.blog .news-header {
}

/* Projekte */

.list-archive-projects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.list-archive-projects .list-item {
    /* width: calc(25% - 20px); */
    width: 100%;
    margin-right: 0;
    /* margin-right: 20px; */
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 1);
}

.list-archive-projects .list-item h2 {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 1);
    hyphens: auto;
}

.list-archive-projects a.project-block {
    display: block;
    min-height: 180px;
    padding: 15px;
    padding-right: 35px;
    padding-bottom: 35px;
    border-bottom-left-radius: 70px;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
    background-position: center center;
    background-size: cover;
    text-decoration: none;
}

.list-archive-projects a.project-block:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.post-type-projects.post-view-teaser {
}

.post-type-projects.post-view-full:after {
    content: '';
    background-color: rgba(var(--color-gray), 1);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: -100%;
}

.post-type-projects.post-view-full .field-url,
.post-view-overview-teaser .field-url {
    margin-top: 1em;
}

.post-type-projects.post-view-full .field-url a,
.post-view-overview-teaser .field-url a {
    color: rgba(var(--color-base), 1);
}

.post-type-projects.post-view-full .field-url span,
.post-view-overview-teaser .field-url span {
    color: rgba(var(--color-base), 1);
    margin-right: 4px;
}

.list-overview,
body:not(.category):not(.date):not(.tag) .list-archive {
    position: relative;
}

.item-overview,
body:not(.category):not(.date):not(.tag) .item-archive {
    position: relative;
    padding: 20px 20px 30px;
    margin-top: 15px;
    border-bottom-right-radius: 80px;
    background-color: rgba(var(--color-gray), 1);
}

.item-overview:last-of-type,
body:not(.category):not(.date):not(.tag) .item-archive:last-of-type {
    margin-bottom: 15px;
}

.post-view-overview-teaser,
body:not(.category):not(.date):not(.tag) .list-archive .post-view-teaser {
    display: flex;
    flex-direction: column;
}

.post-view-overview-teaser .title,
body:not(.category):not(.date):not(.tag) .list-archive .post-view-teaser .title {
    margin-top: 1.203125em;
}

.post-view-overview-teaser .field-thumbnail-teaser img,
body:not(.category):not(.date):not(.tag) .list-archive .post-view-teaser .field-thumbnail-teaser img {
    display: block;
    margin: 0 auto;
    max-height: 195px;
    margin-bottom: 20px;
}

/* Über uns */

.page-template-page-aboutus .logo-grid-wrapper {
    margin-top: 1.5em;
    padding: 30px 20px 30px 20px;
    border-bottom: 1px solid rgba(var(--color-text), 1);
}

.page-template-page-aboutus .logo-grid-wrapper h2 {
    margin-bottom: 25px;
    color: rgba(var(--color-headline), 1);
}

.page-template-page-aboutus .logo-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.page-template-page-aboutus .logo-grid-item {
    width: 50%;
    padding: 0 1em;
    margin-bottom: 1.5em;
}

.page-template-page-aboutus .logo-grid-item img {
    max-height: 80px;
    display: block;
    margin: 0 auto;
}

.page-template-page-aboutus .team-overview-wrapper {
    margin-top: 1.5em;
}

.page-template-page-aboutus .team-overview-wrapper h2 {
    padding: 30px 20px 10px 20px;
    color: rgba(var(--color-headline), 1);
}

.page-template-page-aboutus .item-overview h3 {
    color: rgba(var(--color-headline), 1);
}

.page-template-page-aboutus .item-overview a {
    color: rgba(var(--color-base), 1);
}

.page-template-page-aboutus .item-overview a:hover {
    text-decoration: underline;
}

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

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

.field-excerpt .more i {
    vertical-align: middle;
}

/* field-body */
.field-body {
    font-family: 'Cardo', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.field-body a {
    text-decoration: underline;
}

.field-body a:hover,
a:active,
a:focus {
    color: rgba(var(--color-base), 1);
    text-decoration: underline;
}

.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 0.859375em;
}

.field-body ul li:before {
    content: '>';
    font-family: 'Cardo';
    font-weight: 300;
    display: inline-block;
    margin-left: -0.859375em;
    width: 0.859375em;
    font-size: 1.25rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: rgba(var(--color-base), 1);
}
.field-body ul ul li:before {
    content: '>>';
}

/* 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;
    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;
}
.field-share li.share-whatsapp a {
    background: #25d366;
}
.field-share li.share-email a {
    background: rgba(var(--color-base), 1);
}

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

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

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding: 0;
}

/* formulare */
input[type='text'],
input[type='password'],
input[type='search'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='url'],
input[type='date'],
input[type='file'],
textarea {
    width: 100%;
    border: 1px solid transparent;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.05);
    transition: border-color 0.3s ease 0s;
    font-size: 0.875rem;
    font-family: 'Montserrat', sans-serif;
}
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-base), 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;
    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(var(--color-base), 1);
}
.styled-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 1);
}

.styled-select select::-ms-expand {
    display: none;
}

.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: 0.6875em 1.375em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--color-base), 1);
    border-radius: 4px;
    border: 0;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}
.btn-o,
.button-o {
    background: none;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid rgba(var(--color-base), 1);
    color: rgba(var(--color-base), 1);
}
.btn-margin,
.button-margin {
    margin: 0.6875em 0 0;
}
.btn-lmargin,
.button-lmargin {
    margin: 1.375em 0 0;
}

/* contactform 7 */
.wpcf7-form-control:before,
.wpcf7-form-control:after,
.wpcf7-form:before,
.wpcf7-form:after {
    content: ' ';
    display: table;
}
.wpcf7-form:after,
.wpcf7-form-control:after {
    clear: both;
}

.wpcf7-form 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 {
    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 {
    content: '\f005';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: rgba(0, 0, 0, 0.12);
    font-size: 1.5rem;
}
.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 {
    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(var(--color-error), 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-captcha {
    position: relative;
}

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

.wpcf7-form .field-acceptance .notice {
    display: block;
    margin-bottom: 0.6875em;
}

.wpcf7-form .field-acceptance .wpcf7-form-control.wpcf7-checkbox {
    display: inline;
    background: none;
    padding: 0;
    border: 0;
    min-height: none;
}

.wpcf7-form .field-acceptance .wpcf7-list-item {
    float: none;
}

.wpcf7-form .field-acceptance input {
    float: left;
    position: relative;
    top: 2px;
}

.wpcf7-form .field-acceptance .wpcf7-list-item-label {
    display: block;
    margin-left: 1.375em;
    line-height: 1.375em;
}
.wpcf7-form .field-acceptance .wpcf7-not-valid .wpcf7-list-item-label {
    color: rgba(var(--color-error), 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(var(--color-error), 0.06);
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
    border: 0;
    color: rgba(var(--color-error), 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(var(--color-error), 1);
    background: rgba(var(--color-error), 0.06);
    color: rgba(var(--color-error), 1);
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: rgba(var(--color-success), 1);
    background: rgba(var(--color-success), 0.06);
    color: rgba(var(--color-success), 1);
}

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

.wpcf7-form .wpcf7-response-output:before {
    content: '\f040';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    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;
}
.wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked:before {
    content: '\f17b';
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
    content: '\f1d8';
}

/* 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-base), 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(43, 59, 93, 0.29);
    animation: 4s ease 0s normal none infinite running down;
}
#guide a.top {
    background: rgba(var(--color-base), 1);
    color: rgba(255, 255, 255, 1);
    bottom: 15px;
    line-height: 36px;
    animation: 4s ease 0s normal none infinite running up;
}

/* 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(var(--color-base), 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(var(--color-base), 0.06);
}

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

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

.iw .si-content-wrapper {
    background-color: transparent;
}

.iw .si-content {
    width: 280px;
    padding: 10px 35px 10px 10px;
    background: rgba(var(--color-base), 0.96);
    color: rgba(255, 255, 255, 1);
}

.iw .si-content * {
    color: rgba(255, 255, 255, 1);
}

.iw .si-pointer-top {
    border-top-color: rgba(var(--color-base), 0.96);
}

.iw .si-close-button {
    font-size: 0px;
    padding: 5px 10px;
    opacity: 1;
}
.iw .si-close-button:before {
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    display: inline-block;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

/* sitemap */
#sitemap .sitemap-depth-0 {
    padding: 8px 0 4px 1.375em;
}
#sitemap .sitemap-depth-0:before {
    content: '–' !important;
    vertical-align: baseline;
}

#sitemap .sitemap-depth-1 {
    padding-left: 2.0625em;
}
#sitemap .sitemap-depth-1:before {
    content: '\f107' !important;
    transform: rotate(45deg);
}

#sitemap .sitemap-depth-2 {
    padding-left: 2.75em;
}
#sitemap .sitemap-depth-2:before {
    content: '\f107' !important;
    transform: rotate(45deg);
}

#sitemap .sitemap-depth-3 {
    padding-left: 3.4375em;
}
#sitemap .sitemap-depth-3:before {
    content: '\f107' !important;
    transform: rotate(45deg);
}

#sitemap .sitemap-depth-4 {
    padding-left: 4.125em;
}
#sitemap .sitemap-depth-4:before {
    content: '\f107' !important;
    transform: rotate(45deg);
}

/* Newsticker */

.newsticker-container {
    background: rgba(218, 222, 231, 0.3);
    border-top: 4px solid rgba(var(--color-base), 0.8);
}

.newsticker-container.border-bottom {
    border-bottom: 4px solid rgba(var(--color-base), 0.8);
}

.newsticker {
    padding-top: 12px;
    padding-bottom: 8px;
}

.newsticker .ticker-headline {
    color: rgba(var(--color-base), 1);
    font-weight: 700;
    text-transform: uppercase;
}

.newsticker .ticker-headline a {
    color: rgba(var(--color-base), 1);
}

.newsticker .ticker-headline a:hover,
.newsticker .ticker-headline a:active,
.newsticker .ticker-headline a:focus {
    color: rgba(var(--color-base), 0.8);
}

.newsticker .ticker-content {
    margin-top: 0.5rem;
}

.newsticker a.wp_rss_retriever_title {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 800px;
    white-space: nowrap;
    margin-bottom: 0;
    color: rgba(var(--color-base), 1);
}

.newsticker a.wp_rss_retriever_title:hover,
.newsticker a.wp_rss_retriever_title:active,
.newsticker a.wp_rss_retriever_title:focus {
    color: rgba(var(--color-base), 0.8);
}

.newsticker .wp_rss_retriever_item:after {
    position: absolute;
    content: '+++';
    top: 0;
    right: 17px;
}

.newsticker .wp_rss_retriever_item:hover:after {
    color: rgba(0, 0, 0, 1);
}

.newsticker .tns-item {
    position: relative;
}

.newsticker .wp_rss_retriever li {
    margin-bottom: 0;
}

.newsticker #tns1-iw {
    margin: 0;
}

.newsticker .tns-horizontal.tns-subpixel > .tns-item {
    vertical-align: inherit;
}

ul.wp_rss_retriever_list {
    padding-left: 0;
}

.newsticker .wp_rss_retriever button {
    display: none;
}

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

.meta-menu-container {
    position: absolute;
    top: 20px;
    right: 6px;
    text-align: right;
    display: flex;
    padding-right: 45px;
    padding-left: 68px;
    align-items: center;
    width: calc(100% - 170px);
    justify-content: right;
}

.meta-menu-container .additional-logos {
    width: 100%;
    text-align: left;
    display: none;
}

.meta-menu-container .additional-logos .additional-logos-item {
    height: 36px;
    margin-right: 5%;
}

.meta-menu-container .additional-logos .additional-logos-item img {
    height: 100% !important;
}

.meta-menu-container .menu-item-meta {
    display: inline-block;
}

.meta-menu-container .menu-item-meta a {
    color: rgba(var(--color-gray-dark), 1);
    font-weight: 600;
    font-size: 1rem;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(var(--color-gray-dark), 1);
    text-decoration: none;
}

.meta-menu-container .menu-item-meta a:hover {
    color: rgba(var(--color-base), 1);
}

.meta-menu-container .menu-item-meta a.wpml-active {
    color: rgba(var(--color-text), 1);
    cursor: default;
}

.meta-menu-container .menu-item-meta:last-child a {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

.meta-menu-container .menu {
    display: inline-block;
    white-space: nowrap;
}

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

/* mmenu */
.mm-spn.mm-spn--light {
    background: rgba(255, 255, 255, 1);
}

.mm-spn.mm-spn--dark {
    background: rgba(var(--color-base), 1);
}

.mm-ocd .mobile-menu-close {
    display: block;
    background: transparent;
    color: #000;
    width: 100%;
    height: calc(var(--mm-spn-item-height) + 1px);
    position: absolute;
    top: 0;
    z-index: 999;
}

.mm-ocd .mobile-menu-close i {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
}

.mm-spn.mm-spn--navbar::after {
    content: none;
}

/* footer-menu */

.footer-menu-container {
    margin: 0 0 2.0625em 0;
    margin-left: auto;
    width: 100%;
}

#footer-menu {
    display: flex;
    justify-content: space-between;
    padding-top: 0.34375em;
    border-top: 1px solid rgba(var(--color-text), 1);
    text-transform: uppercase;
    flex-direction: column;
    margin-bottom: 20px;
}

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

.footer-logo {
    min-width: 180px;
    text-align: center;
}

.footer-logo span {
    text-transform: uppercase;
    font-size: 0.688rem;
    padding-left: 8px;
    padding-right: 10px;
    vertical-align: bottom;
}

.footer-logo img {
    width: 200px;
    margin-bottom: 4px;
}

.social-media-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2.0625em;
}

.social-media-container .social-media-item {
    max-height: 48px;
    max-width: 48px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

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

/* search */
.search-container {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    display: none;
    z-index: 24;
}
.search-container.active {
    display: flex;
}

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

.site-search {
    padding: 1.375em;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
    position: relative;
    margin-right: 30px;
}

.site-search .search-input {
    border: 0;
    background: none;
    color: rgba(0, 0, 0, 1);
    padding: 0;
    padding-right: 2.75em;
    font-size: 2rem;
}
.site-search .search-input:focus {
    /* border-bottom: 1px solid rgba(var(--color-base), 1); */
}

.site-search .search-submit {
    border: 0;
    position: absolute;
    z-index: 1;
    right: calc(1.375rem + 40px);
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: rgba(var(--color-base), 1);
    font-size: 1.3rem;
    padding: 0;
}
.site-search .search-submit:hover i:before {
    font-weight: 900;
}

.site-search .search-close {
    border: 0;
    position: absolute;
    z-index: 1;
    right: 1.375rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: rgba(var(--color-base), 1);
    font-size: 1.7rem;
    padding: 0;
}
.site-search .search-close:hover i:before {
    font-weight: 900;
}

.taxonomy-list.depth-1 {
    margin-top: 0.34375em;
}

.taxonomy-list .depth-1.taxonomy-item {
    padding-left: 1rem;
    position: relative;
}

.taxonomy-list .depth-1.taxonomy-item a:before {
    content: '>';
    position: absolute;
    left: 0;
}

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

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

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

/* archive.paged */
#pagination.archive.paged {
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

#pagination.archive.paged .page-links {
    margin-bottom: 1.03125em;
}

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

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

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

#pagination.archive.paged .page-numbers {
    padding: 4px 10px;
    background: transparent;
    text-decoration: none !important;
}
#pagination.archive.paged .page-numbers.current {
    /* background: rgba(var(--color-base), 0.06); */
    /* color: rgba(var(--color-base), 1); */
    font-weight: 700;
}
#pagination.archive.paged a.page-numbers:hover {
    /* background: rgba(var(--color-base), 1); */
    /* color: rgba(255,255,255, 1); */
    text-decoration: underline;
    font-weight: 700;
}
#pagination.archive.paged .prev,
#pagination.archive.paged .next {
    padding: 4px 7px;
}

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

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

/* breadcrubs */
.breadcrumbs-container {
}

#breadcrumbs {
    padding-bottom: 0;
    font-size: 0.875rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

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

#breadcrumbs a {
    color: rgba(var(--color-text), 1);
}

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

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

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

#breadcrumbs .divider {
    margin: 0 0.34375em 0 0.171875em;
}

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

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

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

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

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

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

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

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

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

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

.reply-link {
    display: none;
}

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

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

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

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

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

/* card */
.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(var(--color-base), 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-base), 1);
    background: rgba(var(--color-base), 0.06);
    color: rgba(var(--color-base), 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-base), 0.12);
}
.card.em.info .card-title.line {
    border-bottom-color: rgba(var(--color-base), 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(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);
}

/* isotope */
.grid {
    overflow: hidden;
}

/* swipebox */
#swipebox-overlay {
    min-width: 320px;
    background: rgba(var(--color-bg-blue), 0.8);
    width: 100% !important;
}

#swipebox-top-bar {
    line-height: 1.375em;
    font-size: 14px;
    height: auto;
    background: rgba(var(--color-base), 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;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}
#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(0, 0, 0, 1);
}

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

#swipebox-prev,
#swipebox-next {
    background-image: none;
    position: relative;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}
#swipebox-prev:after,
#swipebox-next:after {
    content: '\f104';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: rgba(0, 0, 0, 1);
    font-size: 1.5rem;
    transform-origin: center center;
    transform: translate3d(-50%, -50%, 0);
}
#swipebox-next:after {
    content: '\f105';
}

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

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

#swipebox-slider .slide-loading {
    background: none;
    position: relative;
}
#swipebox-slider .slide-loading:after {
    content: '\f3f4';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 2rem;
    margin: -10px 0 0 -10px;
    animation: spin 1s linear infinite;
}

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

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

/* TosRUs */
.tos-wrapper.tos-fixed {
    background: rgba(var(--color-base), 0.96) !important;
}

.tos-close,
.tos-next,
.tos-prev {
    background: rgba(var(--color-base), 1);
    border-radius: 2px;
}
.tos-mobile .tos-prev,
.tos-mobile .tos-next {
    display: none !important;
}

.tos-close span {
}
.tos-close span:before {
    display: none;
}
.tos-close span:after {
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    border: 0;
    transform: none;
    color: rgba(255, 255, 255, 1);
    width: auto;
    height: auto;
    margin: -11px -5px 0 0;
    font-size: 1rem;
}

.tos-prev span,
.tos-next span {
    border: 0;
    transform: none;
    color: rgba(255, 255, 255, 1);
    width: auto;
    height: auto;
    margin-top: -10px;
    font-size: 1rem;
}
.tos-prev span:after {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
.tos-next span:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

.tos-wrapper.tos-has-thumbnails .tos-caption,
.tos-wrapper.tos-has-bullets .tos-caption {
    bottom: 90px;
    height: auto;
    text-shadow: none;
}
.tos-wrapper.tos-has-bullets .tos-caption {
    bottom: 50px;
}

.tos-wrapper.tos-has-thumbnails .tos-caption > div,
.tos-wrapper.tos-has-bullets .tos-caption > div {
    white-space: normal;
}

.tos-wrapper.tos-has-thumbnails .tos-pagination a {
    opacity: 0.6;
    margin: 0;
}
.tos-wrapper.tos-has-thumbnails .tos-pagination a.tos-selected {
    opacity: 1;
}

.tos-slide.tos-image 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(var(--color-base), 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(var(--color-base), 1);
}

.filter-style.filter-theme-custom .bundle-widget-keyword .submit-wrapper {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(var(--color-base), 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(var(--color-base), 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(var(--color-base), 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(var(--color-base), 1);
    color: rgba(255, 255, 255, 1);
}

.filter-style.filter-theme-custom .bundle-widget-select .filter-select {
    background-color: rgba(var(--color-base), 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(var(--color-base), 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(var(--color-base), 1);
    color: rgba(255, 255, 255, 1);
}

.messages-style.messages-theme-custom {
    background: rgba(var(--color-base), 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(var(--color-base), 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: '';
}

/* offcanvas */
body.off-canvas-mode-overlay {
    overflow: hidden;
}

[data-off-canvas-name] {
    position: fixed;
    z-index: 35;
    overflow: hidden;
    display: none;
}
[data-off-canvas-name][data-off-canvas-item-from] {
    display: block;
}
[data-off-canvas-name].active {
    box-shadow: 0 0 36px rgba(43, 59, 93, 0.29);
}

[data-off-canvas-name] > * {
    position: relative;
    z-index: 35;
    min-height: 100%;
    overflow: auto;
    background: rgba(255, 255, 255, 1);
    padding-top: 6.25em;
    padding-bottom: 2.75em;
}

[data-off-canvas-item-from='top'] {
    left: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 50%;
}
[data-off-canvas-item-from='top'].active {
    transform: translateY(0);
    overflow: auto;
}

[data-off-canvas-item-from='bottom'] {
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    height: 50%;
}
[data-off-canvas-item-from='bottom'].active {
    transform: translateY(0);
    overflow: auto;
}

[data-off-canvas-item-from='left'] {
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 90%;
    max-width: 480px;
    height: 100%;
}
[data-off-canvas-item-from='left'].active {
    transform: translateX(0);
    overflow: auto;
}

[data-off-canvas-item-from='right'] {
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 90%;
    max-width: 480px;
    height: 100%;
}
[data-off-canvas-item-from='right'].active {
    transform: translateX(0);
    overflow: auto;
}

[data-off-canvas-overlay] {
    background: rgba(255, 255, 255, 0.88);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 34;
    cursor: pointer;
}

[data-off-canvas-overlay-item-from='top'] {
    transform: translateY(-100%);
}
[data-off-canvas-overlay-item-from='top'].active {
    transform: translateY(0);
}

[data-off-canvas-overlay-item-from='bottom'] {
    transform: translateY(100%);
}
[data-off-canvas-overlay-item-from='bottom'].active {
    transform: translateY(0);
}

[data-off-canvas-overlay-item-from='left'] {
    transform: translateX(-100%);
}
[data-off-canvas-overlay-item-from='left'].active {
    transform: translateX(0);
}

[data-off-canvas-overlay-item-from='right'] {
    transform: translateX(100%);
}
[data-off-canvas-overlay-item-from='right'].active {
    transform: translateX(0);
}

[data-off-canvas-close] {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 36;
    width: 40px;
    height: 40px;
    min-height: 0;
    cursor: pointer;
    font-size: 2rem;
    color: rgba(var(--color-base), 1);
}
[data-off-canvas-close]:after {
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    top: 0px;
    left: 10px;
}

.off-canvas-animate {
    transition: all ease-in-out 0.3s;
}

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

.post-edit-link {
    color: rgba(var(--color-base), 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;
}

.sticky {
}

.bypostauthor {
}

/* ######################################## *\
        Borlabs
\* ######################################## */

#BorlabsCookieBox p {
    font-size: 0.8em !important;
    line-height: 1.2em !important;
}

#BorlabsCookieBox .bcac-item ._brlbs-h4,
#BorlabsCookieBox ._brlbs-pp-url a,
#BorlabsCookieBox .bcac-item td a {
    font-size: 1em !important;
}

#BorlabsCookieBox ._brlbs-manage a,
#BorlabsCookieBox .bcac-item a {
    font-size: 1.25em !important;
}

#BorlabsCookieBox ._brlbs-refuse a {
    font-size: 1.5em !important;
}

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

.no-js {
}
