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

/* color base rgba(59,87,126, 1); */
/* color secondary rgba(225,87,113, 1); */
/* color success rgba(68,157,68, 1); */
/* color error rgba(199,0,0, 1); */
/* color warning rgba(236,151,31, 1); */

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

*, *:after, *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    outline: 0 !important;
}

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

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    min-width: 320px;
    background: rgba(59,87,126, 1);
}

p, pre {
    margin: 0 0 1.375em;
}
    .field > p:last-child,
    .widget-inner > p:last-child,
    blockquote > p:last-child,
    .last-no-margin > p:last-child,
    .term-description > p:last-child,
    .card > p:last-child,
    .list-item > p:last-child,
    .field > ul:last-child,
    .widget-inner > ul:last-child,
    .last-no-margin > ul:last-child,
    .card > ul:last-child,
    .list-item > ul:last-child,
    .field > ol:last-child,
    .widget-inner > ol:last-child,
    .last-no-margin > ol:last-child,
    .card > ol:last-child,
    .list-item > ol:last-child {
    margin-bottom: 0;
    }

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

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

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

a {
    color: rgba(59,87,126, 1);
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.6875em;
    line-height: 1.125;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(9,46,76, 1);
}

h1, .page-title {
    font-size: 2.0rem;
    font-weight: 400;
    letter-spacing: -0.025em;
}

h2, .headline {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: -0.025em;
}

h3 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.0125em;
}

h4 {
    font-size: 1.15rem;
    font-weight: 400;
}

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

h6 {
    font-size: 0.875rem;
    font-weight: 400;
}

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

blockquote {
    margin: 1.375em 0;
    padding: 1.375em 0 0 3.4375em;
    position: relative;
}
    blockquote:before {
    content: '\f10d';
    font-size: 2rem;
    font-family: 'FontAwesome';
    font-weight: normal;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: rgba(59,87,126, 0.88);
    }

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

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

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

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

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

#header {}

#branding {}

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

/* main */
.main-container {
    margin-top: 1.375em;
    padding-left: 0.6875em;
    padding-right: 0.6875em;
}

#main {
    padding-top: 1.375em;
    background: rgba(255,255,255, 1);
}

.content-container {
    width: 100%;
}

#content {}

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

#footer {
    padding-top: 2.75em;
    background: rgba(48,55,57, 1);
}

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

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

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

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

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

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

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

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

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

#widget-area-logos .widget-inner {
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    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;
}

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

/* widget-area-footer */
#widget-area-footer .widget-title {
    color: rgba(255,255,255, 1);
    border-bottom: 1px solid rgba(255,255,255, .25);
    padding-bottom: 0.6875em;
}

#widget-area-footer .widget {
    color: rgba(255,255,255, .66);
}

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

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

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

/* widget_black_studio_tinymce */
.widget_black_studio_tinymce.widget {

}

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

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

.widget_black_studio_tinymce.widget ul li:before {
    content: '\f105';
    color: rgba(77,115,168, .5);
    font-family: 'FontAwesome';
    display: inline-block;
    font-weight: normal;
    margin-left: -0.859375em;
    width: 0.859375em;
    font-size: 1rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
    .widget_black_studio_tinymce.widget ul ul li:before {
    content: '\f105';
    }

.widget_black_studio_tinymce.widget a {
    color: rgba(59,87,126, 1);
    text-decoration: none;
    border-bottom: 1px solid rgba(59,87,126, .25);
    transition: all .3s ease-in-out;
}
    .widget_black_studio_tinymce.widget a:hover {

    border-color: rgba(225,87,113, 1);
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* archive */
.archive .term-description {
    margin-bottom: 2.75em;
}

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

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

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

/* list-member-category */
.list-member-category {
    margin-bottom: 2.75em !important;
}

.list-member-category .list-item {
    margin-top: 6px;
}

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

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

.faq-accordion .accordion-header {
    display: block;
    cursor: pointer;
    line-height: 1.375em;
    margin-bottom: 0;
    background: rgba(77,115,168, .06);
    padding: 0.6875em 3.4375em 0.6875em 0.6875em;
    font-weight: 400;
    border-radius: 2px;
    position: relative;
}
    .faq-accordion.alternative-style .accordion-header {
        background: none;
        padding: 0.34375em 0;
        font-size: 1rem;
    }
    .faq-accordion .accordion-header.ui-accordion-header-active {
    cursor: pointer;
    border-radius: 2px 2px 0 0;
    }
    .faq-accordion .accordion-header:before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: normal;
    color: rgba(77,115,168, 1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    right: 1.375em;
    top: 50%;
    margin-top: -10px;
    }
    .faq-accordion .accordion-header.ui-accordion-header-active:before {
        transform: rotate(180deg);
        margin-top: -6px;
    }
    .faq-accordion .accordion-header:after {
    content: '\f106';
    font-family: 'FontAwesome';
    font-weight: normal;
    color: rgba(77,115,168, 1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    right: 1.375em;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    }
    .faq-accordion .accordion-header.ui-accordion-header-active:after {
        transform: rotate(180deg);
        color: rgba(77,115,168, 1);
        margin-top: -10px;
        opacity: 1;
    }

.faq-accordion .accordion-content {
    padding: 2em;
    background: rgba(255,255,255, 1);
    border-radius: 0 0 4px 4px;
    border: 1px solid rgba(77,115,168, .2);
    border-top: none;
    margin-bottom: 0;
}
    .faq-accordion.alternative-style .accordion-content {
        border: none;
        padding: 0;
    }

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

.article {}

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

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

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

.post-view-search-result .field-post-type {
    color: rgba(0,0,0, 0.25);
    display: inline-block;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 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-view-teaser */
.post-view-teaser {
    margin-bottom: 1.375em;
    padding-bottom: 1.375em;
}
    .list-item:last-child .post-view-teaser {
        padding-bottom: 0;
        margin-bottom: 1.375em;
    }

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

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

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

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

.post-type-page.post-view-intro .field-intro {
    margin: 0 auto;
}

.post-type-page.post-view-intro .field-intro h2,
.post-type-page.post-view-intro .field-intro h3,
.post-type-page.post-view-intro .field-intro h4,
.post-type-page.post-view-intro .field-intro h5,
.post-type-page.post-view-intro .field-intro h6 {
    color: rgba(255,255,255, 1);
}

.post-type-page.post-view-intro .field-intro a {
    color: rgba(255,255,255, 1);
    text-decoration: none;
    border-bottom: 1px solid rgba(225,87,113, 1);
    transition: all .3s ease-in-out;
}

/* post-view-slider */
.post-view-slider .field-slider {
    border-bottom: 10px solid rgba(255,255,255, .05);
}
    .post-view-slider .field-slider:after {
        content: '';
        height: 20px;
        background: rgba(80,104,138, .85);
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
    }

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

.post-type-post.post-view-teaser {
    margin-bottom: 1.375em;
    padding-bottom: 1.375em;
    border-bottom: 1px dashed rgba(0,0,0, 0.12);
}
    .list-item:last-child .post-type-post.post-view-teaser {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 1.375em;
    }
    .post-type-post.post-view-teaser.sticky {
    background: rgba(0,0,0, 0.025);
    border-left: 3px solid rgba(59,87,126, 1);
    padding: 1.375em;
    position: relative;
    border-bottom: 0;
    }

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

.post-type-post.post-view-teaser .has-post-thumbnail .left-col {
    width: 25%;
}

.post-type-post.post-view-teaser .has-post-thumbnail .right-col {
    width: 75%;
}
    .post-type-post.post-view-teaser .no-post-thumbnail .right-col {
        width: 100%;
    }

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

/* post-type-event */
.post-type-event.post-view-teaser .has-post-thumbnail .left-col {
    width: 25%;
}

.post-type-event.post-view-teaser .has-post-thumbnail .right-col {
    width: 75%;
}
    .post-type-event.post-view-teaser .no-post-thumbnail .right-col {
        width: 100%;
    }

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

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

/*post-type-member */
.post-type-member.post-view-row .left-col {
    width: 10%;
    float: left;
}

.post-type-member.post-view-row .right-col {
    width: 90%;
    float: left;
    padding-left: 1em;
}

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

.post-type-member.post-view-full .field-thumbnail {
    float: right;
    margin: 0.6875em 0 0.6875em 1.375em;
}

.post-type-member.post-view-full .field-thumbnail img {
    width: 100px;
    height: auto;
}

.post-type-member.post-view-grid {
    margin-top: 6px;
}

.post-type-member.post-view-grid .inner {
    position: relative;
    background: rgba(77,115,168, .15);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em 1.375em 0.6875em 0.6875em;
    font-size: 1rem;
    color: rgba(77,115,168, 1);
    min-height: 100px;
}

.post-type-member.post-view-grid    i {
    position: absolute;
    bottom: 0.6875em;
    right: 0.6875em;
}

.post-type-member.post-view-grid .field-thumbnail img {
    height: 35px !important;
    width: auto;
    -moz-mix-blend-mode: darken;
    -webkit-mix-blend-mode: darken;
    mix-blend-mode: darken;
}

/* post-view-hightlights */
.post-view-highlights {
    background: rgba(38,56,88, 0.85);
}

.post-view-highlights .list-item {
    position: relative;
    padding: 20px !important;
    border-bottom: 1px solid rgba(255,255,255, .15);
    margin-top: 0;
}
    .post-view-highlights .list-item:last-of-type {
        border-bottom: none;
    }
    .post-view-highlights .list-item a:hover,
    .post-view-highlights .list-item a:active,
    .post-view-highlights .list-item a:visited {
        text-decoration: none;
    }

.post-view-highlights .item .field-image {
    margin-bottom: 0.6875em;
}

.post-view-highlights .item .title {
    color: rgba(255,255,255, 1);
    margin-bottom: 0;
}

/* post-view-intro */
.post-view-intro {
    color: rgba(255,255,255, 1);
    font-size: 1.15rem;
    line-height: 1.5;
    font-weight: 300;
}

.post-view-intro h2 {
    font-size: 2.5rem;
}

/* post-type-people */
.post-type-people.post-view-teaser .field-thumbnail .bg-image {
    border-radius: 50%;
}

.post-type-people.post-view-teaser .title {
    margin-bottom: 0;
}

.post-type-people.post-view-teaser .field-more {
    margin-top: 0.6875em;
}

.post-type-people.post-view-full .field-thumbnail {
    float: right;
    margin: 0.6875em 0 0.6875em 1.375em;
}


/* post-type-award */
.post-type-award .field-prize .first {
    color: #ebb70e;
}

.post-type-award .field-prize .second {
    color: #939291;
}

.post-type-award .field-prize .third {
    color: #bd7818;
}

/* flexible-content */
.layout {
    margin-bottom: 1.375em;
}

.layout-overview .list-overview .list-item {
    margin-top: 6px;
}

.layout-overview .list-overview .list-item .inner {
    position: relative;
    background: rgba(77,115,168, .15);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em 1.375em 0.6875em 0.6875em;
    font-size: 1rem;
    color: rgba(77,115,168, 1);
    min-height: 100px;
}

.layout-overview .list-overview .list-item    i {
    position: absolute;
    bottom: 0.6875em;
    right: 0.6875em;
}

.layout-wysiwyg .list .field-image {
    margin-bottom: 1.375em;
}


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

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

/* field-excerpt */
.field-excerpt a.more {
    margin-top: 0.6875em;
    margin-left: 0.6875em;
    color: rgba(225,87,113, 1);
}

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

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

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

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

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

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

.field-body ul li:before {
    content: '\f105';
    color: rgba(77,115,168, .5);
    font-family: 'FontAwesome';
    display: inline-block;
    font-weight: normal;
    margin-left: -0.859375em;
    width: 0.859375em;
    font-size: 1rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
    .field-body ul ul li:before {
    content: '\f105';
    }

.field-body a:not([href*="/wp-content/uploads/"]) {
    color: rgba(59,87,126, 1);
    text-decoration: none;
    border-bottom: 1px solid rgba(59,87,126, .25);
    transition: all .3s ease-in-out;
}

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

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

/* field-address */
.field-address {
    font-size: 0.875rem;
    color: rgba(0,0,0, 0.5);
    display: block;
    margin-bottom: 0.34375em;
}
    .field-date + .field-address {
        margin-top: -0.34375em;
    }

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

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

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

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

.field-taxonomy a {
    display: block;
    font-size: 0.875rem;
    padding: 4px 8px;
    background: rgba(59,87,126, 1);
    border: 1px solid rgba(59,87,126, 1);
    color: rgba(255,255,255, 1);
    border-radius: 4px;
    text-decoration: none;
}
    .field-taxonomy.taxonomy-tag a {
    font-size: 0.75rem;
    border: 1px solid rgba(0,0,0, 0.2);
    background: transparent;
    color: rgba(0,0,0, 0.5);
    }

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

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

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

.field-share a {
    display: block;
    font-size: 1.25rem;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: rgba(255,255,255, 1);
    text-decoration: none;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
    .field-share li.share-facebook a {
    background: #3B5998;
    }
    .field-share li.share-twitter a {
    background: url('img/x-twitter.png') rgba(40,40,40, 1) no-repeat center center;
    background-size: 14px auto;
    }
    .field-share li.share-linkedin a {
    background: #006699;
    }
    
    .field-share li.share-twitter a i {
        display: none;
    }



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

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

/* links */
a.external:after {
    content: '\f08e';
    color: rgba(225,87,113, 1);
    font-family: 'FontAwesome';
    display: inline-block;
    font-weight: normal;
    margin: 0 0 0 0.34375em;
    font-size: 0.75rem;
    white-space: nowrap;
}

/* formulare */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="file"],
textarea {
    width: 100%;
    border: 1px solid transparent;
    padding: 6px 10px;
    background: rgba(0,0,0, 0.05);
    -webkit-transition: border-color 0.3s ease 0s;
    -moz-transition: border-color 0.3s ease 0s;
    transition: border-color 0.3s ease 0s;
    font-size: 0.875rem;
}
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    input[type="date"]:focus,
    input[type="file"]:focus,
    textarea:focus {
    border-color: rgba(59,87,126, 1);
    }

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

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

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

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

.styled-select i {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0,0,0, 0.5);
}

textarea {
    resize: vertical;
}

.btn, .button, .submit {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    text-align: center;
    color: rgba(255,255,255, 1);
    background-color: rgba(225,87,113, 1);
    border-radius: 4px;
    border: 0;
    text-decoration: none;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
    -webkit-appearance: none;
    cursor: pointer;
    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(225,87,113, 1);
    color: rgba(225,87,113, 1);
    box-shadow: none;
    }
    .btn-margin, .button-margin {
    margin: 0.6875em 0 0;
    }
    .btn-lmargin, .button-lmargin {
    margin: 1.375em 0 0;
    }

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

.wpcf7-form hr {
    border: 0;
    height: 1px;
    width: 100%;
    background: rgba(0,0,0, 0.12);
    margin: 1.375em 0;
    clear: both;
}

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

.wpcf7-form-control.wpcf7-checkbox input,
.wpcf7-form-control.wpcf7-radio input {
    vertical-align: middle;
}

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

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

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

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

.wpcf7-form .field-rating .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 0;
}
    .wpcf7-form .field-rating .wpcf7-list-item .wpcf7-list-item-label:after {
    content: '\f005';
    font-family: 'FontAwesome';
    display: inline-block;
    font-weight: normal;
    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 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: translate(10px, 26px);
    opacity: 0.5;
    pointer-events: none;
    }
    .wpcf7-form .field-placeholder.placeholder-active .field-label {
        transform: translate(0, 0);
        opacity: 1;
        pointer-events: auto;
    }

.wpcf7-form .field-label .required {
    color: rgba(199,0,0, 1);
}

.wpcf7-form .field-wrap > div {
    position: relative;
}

.wpcf7-form .wpcf7-list-item {
    margin-right: 0.6875em;
    margin-left: 0;
    margin-bottom: 0.6875em;
    display: block;
    color: rgba(0,0,0, 0.8);
}

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

.wpcf7-form .field-placeholder .styled-select select {
    color: rgba(0,0,0, 0);
}
    .wpcf7-form .field-placeholder.placeholder-active .styled-select select {
    color: rgba(0,0,0, 1);
    }

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

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

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

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

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
    border: 0;
    color: rgba(199,0,0, 1);
    width: 100%;
    padding: 2px 6px 4px;
    font-size: 12px;
    position: relative;
    margin-top: 3px;
    z-index: 1;
    padding-left: 1.375em;
    line-height: 16px;
}
    .wpcf7-form .wpcf7-response-output {
    padding: 1.375em 1.375em 1.375em 3.4375em !important;
    margin: 1.375em 0 0;
    border-radius: 0 2px 2px 0;
    font-weight: 700;
    border-left: 5px solid transparent;
    }
    .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
    .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked,
    .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
        border-color: rgba(199,0,0, 1);
        background: rgba(199,0,0, 0.06);
        color: rgba(199,0,0, 1);
    }
    .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
        border-color: rgba(68,157,68, 1);
        background: rgba(68,157,68, 0.06);
        color: rgba(68,157,68, 1);
    }

.wpcf7-form .wpcf7-not-valid-tip:before {
    content: '\f148';
    font-family: 'FontAwesome';
    display: inline-block;
    font-weight: normal;
    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: 'FontAwesome';
    display: inline-block;
    font-weight: normal;
    font-size: 1.25rem;
    margin-left: -2.0625em;
    width: 2.0625em;
    position: relative;
    top: -2px;
    text-align: center;
    vertical-align: middle;
}
    .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked:before {
    content: '\f17b';
    }
    .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
    content: '\f1d8';
    }

/* 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(59,87,126, 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(59,87,126, 0.06);
    }

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

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

.si-content {
    width: 220px;
    max-width: 220px;
    padding: 0.6875em;
}

/* guide */
@-moz-keyframes down {
    0% { -moz-transform: translateY(0); }
    25% { -moz-transform: translateY(5px); }
    50% { -moz-transform: translateY(0); }
    100% { -moz-transform: translateY(0); }
}

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

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

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

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

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

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

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

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

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

/* meta-menu */
.meta-container {
    position: relative;
    z-index: 10;
    text-align: right;
    padding-top: 0.6875em;
}

#meta-menu .menu-item-depth-0 {
    display: inline-block;
    position: relative;
}

#meta-menu .menu-link {
    display: block;
    color: rgba(255,255,255, 1);
    padding: 0.34375em 10px;
}

#meta-menu .menu-link-depth-0 {
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    border-right: 1px solid rgba(255,255,255, 0.15);
}
    #meta-menu .menu-item-depth-0:first-of-type .menu-link-depth-0 {
        padding-left: 0;
    }
    #meta-menu .menu-item-depth-0:last-of-type .menu-link-depth-0 {
        border-right: 0;
        padding-right: 0;
    }

#meta-menu .menu-item i {
    color: rgba(255,255,255, .5);
}

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

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

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

#error-404-menu .menu-item-depth-0 {
    margin: 0;
}

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

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

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

.search-container {
    position: relative;
}

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

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

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

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

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

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

#pagination.archive.prev-next {}

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

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

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

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

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

#pagination.archive.paged .page-count {
    color: rgba(0,0,0, 0.5);
    margin-bottom: 0.6875em;
    display: block;
}

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

/* single */
#pagination.single {}

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

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

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

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

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

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

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

#pagination.single.title {}

#pagination.single.title .page-prev,
#pagination.single.title .page-next {
    display: block;
    padding: 1.375em 0;
}

#pagination.single.title .page-prev + .page-next {
    border-top: 1px solid rgba(0,0,0, 0.05);
}

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

#pagination.single.title .prev-title i,
#pagination.single.title .next-title i {
    background: none repeat scroll 0 0 rgba(0,0,0, 0.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 {
    border-bottom: 1px solid rgba(0,0,0, 0.12);
    padding: 0 0.6875em;
    border-bottom: none;
}

#breadcrumbs {
    font-size: 0.75rem;
    background: rgba(250,250,250, 1);
    position: relative;
    z-index: 5;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
    padding-top: 0.6875em;
    padding-bottom: 0.6875em;
}
    .breadcrumbs-container.breadcrumbs-footer #breadcrumbs {
        border-top: 1px solid rgba(0,0,0, 0.12);
        border-bottom: none;
    }

#breadcrumbs .separator {
    color: rgba(0,0,0, .5);
}

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

#breadcrumbs a {
    color: rgba(0,0,0, .5);
}
    #breadcrumbs > span:last-of-type a {
        color: rgba(0,0,0, 1);
    }

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


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

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

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

.comment {
    margin-bottom: 1.375em;
    list-style: none;
    position: relative;
    padding: 1.375em;
}
    .comment.depth-1,
    .comment.depth-1 + .children .comment {}
    .comment.depth-1:nth-of-type(2n),
    .comment.depth-1:nth-of-type(2n) + .children .comment {}
    .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(59,87,126, 1);
    color: rgba(255,255,255, 1);
    text-shadow: none;
}

::-webkit-selection {
    background: rgba(59,87,126, 1);
    color: rgba(255,255,255, 1);
    text-shadow: none;
}

::-moz-selection {
    background: rgba(59,87,126, 1);
    color:rgba(255,255,255, 1) ;
    text-shadow: none;
}

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

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

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

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

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

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

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

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

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

.box-shadow-2 {
    box-shadow: 0 2px 2px 0 rgba(0,0,0, 0.14), 0 1px 5px 0 rgba(0,0,0, 0.12), 0 3px 1px -2px rgba(0,0,0, 0.2);
}

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

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

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

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

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

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

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

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

#swipebox-prev,
#swipebox-next {
    background-image: none;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}
    #swipebox-prev:after,
    #swipebox-next:after {
        content: '\f104';
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        font-family: 'FontAwesome';
        font-weight: normal;
        color: rgba(255,255,255, 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: '\f1ce';
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        font-family: 'FontAwesome';
        font-weight: normal;
        color: rgba(255,255,255, 1);
        font-size: 1.5rem;
        margin: -10px 0 0 -10px;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
    }

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

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

/* filter-custom-theme */
.coffee-filter.filter-style.filter-theme-custom {
    line-height: 1.375em;
}

.filter-style.filter-theme-custom .bundle-widget-keyword .bundle-inner {
    background-color: rgba(59,87,126, 1);
    color: rgba(255,255,255, 1);
}

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

.filter-style.filter-theme-custom .bundle-widget-keyword .bundle-input {
    background-color: rgba(0,0,0, 0.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);
    }

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

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

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

.messages-style.messages-theme-custom {
    background: rgba(59,87,126, 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 .fa.fa-close {
    color: rgba(255,255,255, 1);
}

.autocomplete-style.autocomplete-theme-custom {
    background-color: rgba(59,87,126, 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);
}

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

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

.owl-carousel.owl-theme .owl-nav [class*="owl-"] i {
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

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

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

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(59,87,126, 1);
    opacity: 1;
}
    .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1.5);
    }

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

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

[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(59,87,126, 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(59,87,126, 1);
}
    [data-off-canvas-close]:before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: normal;
    position: absolute;
    top: -7px;
    left: 10px;
    }
    [data-off-canvas-close]:after {
    content: '\f106';
    font-family: 'FontAwesome';
    font-weight: normal;
    position: absolute;
    top: 0px;
    left: 10px;
    }

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

#mc_embed_signup {
    clear: both;
}

#mc_embed_signup .mc-field-group {
    clear: both;
    margin-bottom: 0.6875em;
}

.indicates-required {
    margin-bottom: 1.375em;
}

/* newsletter */
body .tnp-subscription {
    margin-left: 0;
    margin-right: 0;
}

body .tnp-field-email label:after {
    content: ' *';
    color: rgba(199,0,0, 1);
}

.widget_newsletterwidget form > p:first-of-type {
    display: none;
}

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

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

.alignnone {
    margin: 0 0 1.375em;
}

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

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

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

p .alignnone {
    margin: 0;
}

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

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

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

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

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

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

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 12px;
    line-height: 1.125;
    margin: 0;
    padding: 0.34375em;
}

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

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

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

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

.gallery figcaption {
    display: none;
}

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

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: rgba(59,87,126, 1);
}

.wp-playlist-tracks .wp-playlist-item.wp-playlist-playing {
    background: rgba(59,87,126, 1) !important;
    color: rgba(255,255,255, 1);
}

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

.sticky {}

.bypostauthor {}

/* ######################################## *\
    EUROPHOTOMETEO
\* ######################################## */

.europhotometeo .bundle-type-submit {
    display: none;
}

.europhotometeo #view {
    margin: -0.6875em 0 0.6875em;
    text-align: right;
}

.europhotometeo #view a {
    color: rgba(59,87,126, 0.5);
    padding: 0.171875em;
    font-size: 1.25rem;
}
    .europhotometeo #view a.active {
        color: rgba(59,87,126, 1);
    }

.europhotometeo .list-europhotometeo-image {
    margin-bottom: 2.75em;
}

.europhotometeo .list-europhotometeo-image.list-europhotometeo-role-coordinator,
.europhotometeo .list-europhotometeo-image.list-europhotometeo-role-president {
    counter-reset: europhotometeo;
}

.europhotometeo .list-europhotometeo-image.list-europhotometeo-image-admin .list-item {
    margin-top: 0;
    position: relative;
}

.europhotometeo .tabs {
    display: flex;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
    margin-bottom: 1.375em;
    padding: 0;
}

.europhotometeo .tab {
    position: relative;
    top: 1px;
}

.europhotometeo .tab a {
    display: block;
    padding: 0.6875em 1.375em;
    text-decoration: none;
}
    .europhotometeo .tab:not(.active) a:hover {
        text-decoration: underline;
    }
    .europhotometeo .tab.active a {
        font-weight: bold;
        border: 1px solid rgba(0,0,0, 0.12);
        border-bottom: 1px solid rgba(255,255,255, 1);
    }

/* europhotometeo_ajax_image_view */
.europhotometeo [data-off-canvas-name="europhotometeo_ajax_image_view"] {
    background: rgba(255,255,255, 1);
    max-width: 840px;
    z-index: 101;
}

.europhotometeo [data-off-canvas-overlay="europhotometeo_ajax_image_view"] {
    z-index: 100;
}

/* page-europhotometeo */
.europhotometeo .page-europhotometeo .section-update .field {
    margin-bottom: 1.375em;
}

.europhotometeo .page-europhotometeo .acf-fields > .acf-field {
    padding: 0.6875em 0;
    border: 0;
}

.europhotometeo .page-europhotometeo .acf-fields p.description {
    color: rgba(0,0,0, 0.5);
    font-size: 0.75rem;
}

.europhotometeo .page-europhotometeo .frame {
    overflow-y: scroll;
}

.europhotometeo .page-europhotometeo .frame > div {
    font-size: 0.75rem;
    padding: 0.6875em;
}

/* post-type-europhotometeo_image */
.europhotometeo .post-type-europhotometeo_image [data-image-view],
.europhotometeo .post-type-europhotometeo_image [data-image-uservote]
.europhotometeo .post-type-europhotometeo_image [data-image-juryvote] {
    cursor: pointer;
}

.europhotometeo .post-type-europhotometeo_image.post-view-full .field {
    margin-bottom: 1.375em;
}
    .europhotometeo .post-type-europhotometeo_image.post-view-full .field-image-image {
        margin-bottom: 0.6875em;
    }
    .europhotometeo .post-type-europhotometeo_image.post-view-full .field-image-username {
        margin-top: -1.375em;
    }
    .europhotometeo .post-type-europhotometeo_image.post-view-full .field-image-download {
        margin-top: 1.375em;
        margin-bottom: 0.6875em;
    }

.europhotometeo .post-type-europhotometeo_image.post-view-full .list-image-meta {
    margin-bottom: 0.6875em;
}

.europhotometeo .post-type-europhotometeo_image.post-view-full .item-image-meta {
    margin-top: 0.6875em;
}

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-meta .label {
    color: rgba(0,0,0, 0.5);
    font-size: 0.75rem;
}

.europhotometeo .post-type-europhotometeo_image.post-view-full.post-scope-off-canvas .wrapper {
    padding: 0.6875em 0;
}

.europhotometeo .post-type-europhotometeo_image.post-view-full #pagination a {
    cursor: pointer;
}

.europhotometeo .post-type-europhotometeo_image.post-view-full #pagination .disabled {
    display: none;
}

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-uservote-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    background: rgba(59,87,126, 0.24);
}

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-uservote {
    position: relative;
    display: inline-block;
}

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-uservote .vote {
    display: inline-block;
    cursor: pointer;
}
    .europhotometeo .post-type-europhotometeo_image.post-view-full .image-uservote .vote:after {
        content: '\f08a';
        font-size: 2rem;
        font-family: 'FontAwesome';
        font-weight: normal;
        display: inline-block;
        color: rgba(0,0,0, 0.5);
    }
        .europhotometeo .post-type-europhotometeo_image.post-view-full .image-uservote .vote:hover:after,
        .europhotometeo .post-type-europhotometeo_image.post-view-full .image-uservote .vote.voted:after {
            color: rgba(225,87,113, 1);
            content: '\f004';
        }

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-uservote .score {
    position: absolute;
    font-size: 12px;
    background: rgba(59,87,126, 1);
    color: rgba(255,255,255, 1);
    right: -0.6875em;
    bottom: 0.34375em;
    z-index: 5;
    border-radius: 99px;
    padding: 0 0.6875em;
}

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-uservote .response {
    font-size: 0.75rem;
    padding: 0.24275em 0.6875em;
    color: rgba(255,255,255, 1);
    background: rgba(59,87,126, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    opacity: 0;
    white-space: nowrap;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    pointer-events: none;
}
    .europhotometeo .post-type-europhotometeo_image.post-view-full .image-uservote .response.active {
        opacity: 1;
        transform: translate(-50%, -150%);
    }

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-vote {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    padding: 0.6875em 1.375em;
    background: rgba(59,87,126, 0.24);
}

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-uservote .image-vote {
    background: none;
}

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-vote-select {
    min-width: 200px;
    position: relative;
}

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-vote-score {
    background: rgba(59,87,126, 1);
    color: rgba(255,255,255, 1);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 99px;
    font-size: 11px;
    margin-left: 0.6875em;
}
    .europhotometeo .post-type-europhotometeo_image.post-view-full .image-vote-score.accepted {
        background: rgba(68,157,68, 1);
    }
    .europhotometeo .post-type-europhotometeo_image.post-view-full .image-vote-score.draw {
        background: rgba(236,151,31, 1);
    }
    .europhotometeo .post-type-europhotometeo_image.post-view-full .image-vote-score.declined {
        background: rgba(199,0,0, 1);
    }
    .europhotometeo .post-type-europhotometeo_image.post-view-full .image-vote-score.info {
        background: rgba(225,87,113, 1);
    }

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-vote .response {
    font-size: 0.75rem;
    padding: 0.24275em 0.6875em;
    color: rgba(255,255,255, 1);
    background: rgba(59,87,126, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    opacity: 0;
    white-space: nowrap;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    pointer-events: none;
}
    .europhotometeo .post-type-europhotometeo_image.post-view-full .image-vote .response.active {
        opacity: 1;
        transform: translate(-50%, -150%);
    }

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-pagination {
    display: flex;
    align-items: center;
    margin-top: 1.375em;
}

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-pagination-prev {
    width: 50%;
    text-align: left;
}
    .europhotometeo .post-type-europhotometeo_image.post-view-full .image-pagination-prev:hover {
        text-decoration: underline;
    }

.europhotometeo .post-type-europhotometeo_image.post-view-full .image-pagination-next {
    width: 50%;
    text-align: right;
}
    .europhotometeo .post-type-europhotometeo_image.post-view-full .image-pagination-next:hover {
        text-decoration: underline;
    }

.europhotometeo .post-type-europhotometeo_image.post-view-teaser {
    position: relative;
    margin: 0;
    padding: 0;
}

.europhotometeo .post-type-europhotometeo_image.post-view-teaser .ajax-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    z-index: 5;
    line-height: 20px;
    text-align: center;
    background: rgba(0,0,0, 0.33);
    color: rgba(255,255,255, 1);
}

.europhotometeo .post-type-europhotometeo_image.post-view-teaser .image-vote {
    position: absolute;
    top: -0.34375em;
    right: 1.03125em;
    z-index: 5;
}

.europhotometeo .post-type-europhotometeo_image.post-view-teaser .image-vote .vote {
    display: inline-block;
    cursor: pointer;
}
    .europhotometeo .post-type-europhotometeo_image.post-view-teaser .image-vote .vote:after {
        content: '\f08a';
    font-size: 2rem;
    font-family: 'FontAwesome';
    font-weight: normal;
    display: inline-block;
    color: rgba(0,0,0, 0.5);
    }
        .europhotometeo .post-type-europhotometeo_image.post-view-teaser .image-vote .vote:hover:after,
        .europhotometeo .post-type-europhotometeo_image.post-view-teaser .image-vote .vote.voted:after {
            color: rgba(225,87,113, 1);
            content: '\f004';
        }

.europhotometeo .post-type-europhotometeo_image.post-view-teaser .image-vote .image-vote-score {
    position: absolute;
    font-size: 12px;
    background: rgba(59,87,126, 1);
    color: rgba(255,255,255, 1);
    right: -0.6875em;
    bottom: 0.34375em;
    z-index: 5;
    border-radius: 99px;
    padding: 0 0.6875em;
}

.europhotometeo .post-type-europhotometeo_image.post-view-teaser .image-vote .response {
    font-size: 0.75rem;
    padding: 0.24275em 0.6875em;
    color: rgba(255,255,255, 1);
    background: rgba(59,87,126, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    opacity: 0;
    white-space: nowrap;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    pointer-events: none;
}
    .europhotometeo .post-type-europhotometeo_image.post-view-teaser .image-vote .response.active {
        opacity: 1;
        transform: translate(-50%, -150%);
    }

.europhotometeo .post-type-europhotometeo_image.post-view-teaser .field-image-image {
    position: relative;
}

.europhotometeo .post-type-europhotometeo_image.post-view-teaser .field-image-image img {
    min-width: 100%;
}

.europhotometeo .post-type-europhotometeo_image.post-view-teaser .field-image-username {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.europhotometeo .post-type-europhotometeo_image.post-view-teaser .field-image-username span {
    display: block;
    padding: 0.6875em;
    background: rgba(0,0,0, 0.33);
    color: rgba(255,255,255, 1);
    transform: translateY(100%);
    -moz-transition: transform ease 0.3s;
    -webkit-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
    font-size: 0.75rem;
}
    .europhotometeo .post-type-europhotometeo_image.post-view-teaser:hover .field-image-username span {
        transform: translateY(0);
    }

.europhotometeo .post-type-europhotometeo_image.post-view-list {
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgba(0,0,0, 0.12);
    position: relative;
    padding: 0.6875em;
}
    .europhotometeo .item-europhotometeo-image:nth-child(2n+1) .post-type-europhotometeo_image.post-view-list {
        background: rgba(0,0,0, 0.06);
    }
    .europhotometeo .item-europhotometeo-image:last-child .post-type-europhotometeo_image.post-view-list {
        border-bottom: 1px solid rgba(0,0,0, 0.12);
    }
    .europhotometeo .list-europhotometeo-role-coordinator .post-type-europhotometeo_image.post-view-list,
    .europhotometeo .list-europhotometeo-role-president .post-type-europhotometeo_image.post-view-list {
        padding-left: 1.375em;
    }
        .europhotometeo .list-europhotometeo-role-coordinator .post-type-europhotometeo_image.post-view-list:before,
        .europhotometeo .list-europhotometeo-role-president .post-type-europhotometeo_image.post-view-list:before {
            counter-increment: europhotometeo;
            content: counter(europhotometeo);
            position: absolute;
            left: 0;
            top: 50%;
            z-index: 5;
            transform: translate(-50%, -50%);
            background: rgba(59,87,126, 1);
            color: rgba(255,255,255, 1);
            width: 28px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            border-radius: 99px;
            font-size: 11px;
        }

.europhotometeo .post-type-europhotometeo_image.post-view-list .ajax-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    z-index: 5;
    line-height: 20px;
    text-align: center;
    background: rgba(0,0,0, 0.33);
    color: rgba(255,255,255, 1);
}

.europhotometeo .post-type-europhotometeo_image.post-view-list .field-image-image {
    position: relative;
    width: 50px;
}

.europhotometeo .post-type-europhotometeo_image.post-view-list .field-image-title {
    margin-left: 0.6875em;
}

.europhotometeo .post-type-europhotometeo_image.post-view-list .field-image-username {
    margin-left: 0.34375em;
    color: rgba(0,0,0, 0.5);
}

.europhotometeo .post-type-europhotometeo_image.post-view-list .image-vote {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}

.europhotometeo .post-type-europhotometeo_image.post-view-list .image-vote-select {
    min-width: 200px;
    position: relative;
}

.europhotometeo .post-type-europhotometeo_image.post-view-list .image-vote-score {
    background: rgba(59,87,126, 1);
    color: rgba(255,255,255, 1);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 99px;
    font-size: 11px;
    margin-left: 0.6875em;
}
    .europhotometeo .post-type-europhotometeo_image.post-view-list .image-vote-score.accepted {
        background: rgba(68,157,68, 1);
    }
    .europhotometeo .post-type-europhotometeo_image.post-view-list .image-vote-score.draw {
        background: rgba(236,151,31, 1);
    }
    .europhotometeo .post-type-europhotometeo_image.post-view-list .image-vote-score.declined {
        background: rgba(199,0,0, 1);
    }
    .europhotometeo .post-type-europhotometeo_image.post-view-list .image-vote-score.info {
        background: rgba(225,87,113, 1);
    }

.europhotometeo .post-type-europhotometeo_image.post-view-list .image-vote .response {
    font-size: 0.75rem;
    padding: 0.24275em 0.6875em;
    color: rgba(255,255,255, 1);
    background: rgba(59,87,126, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    opacity: 0;
    white-space: nowrap;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    pointer-events: none;
}
    .europhotometeo .post-type-europhotometeo_image.post-view-list .image-vote .response.active {
        opacity: 1;
        transform: translate(-50%, -150%);
    }

/* post-type-europhotometeo_user*/
.europhotometeo .post-type-europhotometeo_user.post-view-full .field > .label {
    margin-bottom: 0;
}

.europhotometeo .post-type-europhotometeo_user.post-view-full .field {
    margin-bottom: 0.6875em;
}

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

.no-js {}

[data-off-canvas-overlay="gmap2"] {
    background: rgba(255,255,255, 0.66);
}

.widget-area-off-canvas-container {
    background: rgba(59,87,126, 1);
    padding-top: 6.25em;
    padding-bottom: 2.75em;
}

[data-off-canvas-name="gmap2"] {
    max-width: 50%;
}

.widget-area-off-canvas-2-container {
    background: rgba(255,255,255, 1);
    padding-top: 6.25em;
    padding-bottom: 2.75em;
}

.widget-area-off-canvas-container [data-off-canvas-close] {
    color: rgba(255,255,255, 1);
}
