/*!
 Theme Name: NABU Vogeltrainer
 Theme URI: http://underscores.me/
 Author: Maximilian Schmidt
 Author URI: http://mxmediendesign.de
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: nabu_vogeltrainer
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 

 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/


 /* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/source-sans-pro-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/source-sans-pro-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/source-sans-pro-v14-latin-300.woff') format('woff'), /* Modern Browsers */
         url('fonts/source-sans-pro-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/source-sans-pro-v14-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  /* source-sans-pro-regular - latin */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  /* source-sans-pro-700 - latin */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/source-sans-pro-v14-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/source-sans-pro-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/source-sans-pro-v14-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/source-sans-pro-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }s
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}
/*--------------------------------------------------------------
 # Overwrite Visual Composer Defaults
 --------------------------------------------------------------*/
.wpb_content_element {
    margin-bottom: 20px !important;
}
#cookie-notice {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 60px 0;
    opacity: 0.95;
}
#cookie-notice.cookie-notice-hidden {
    display: none;
}
#cookie-notice a.cn-button {
    background: #003560;
    outline: 0;
    border: 0;
    text-shadow: none;
    color: #fff;
    border-radius: 0;
    color: #fff;
}
body.page-id-1264.page-template-template-landingpage #content section.vc_section-has-fill:first-of-type {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    left: 0 !important;
    background-position-y: 10% !important;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
    color: #003560;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
.nabu-headline {
    font-size: 80px;
    font-size: 5rem;
    line-height: 1em;
    color: #176fc0;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}
@media screen and (max-width: 500px) {
    .nabu-headline {
        font-size: 40px;
        font-size: 2.5rem;
    }
}
.nabu-headline--white {
    color: #fff;
}
.nabu-quiz-headline {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #003560;
    text-transform: uppercase;
    text-align: center;
}
p {
    margin-bottom: 1.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
.nabu-background-text {
    display: inline-block;
    color: #fff;
    background-color: #668dab;
    font-size: 19.2px;
    font-size: 1.2rem;
}
@media screen and (max-width: 500px) {
    .nabu-background-text {
        font-size: 16px;
        font-size: 1rem;
    }
}
.nabu-background-text p {
    margin: 0;
    padding: 8px 12px;
}
.nabu-background-text a, .nabu-background-text a:visited, .nabu-background-text a:active {
    text-decoration: none;
    color: #fff;
}
.flex-justify-center .wpb_wrapper {
    display: flex;
    justify-content: center;
}
.flex-justify-center .wpb_wrapper p {
    margin: 0 10px;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.vc_section[data-vc-full-width] > .vc_row.nabu-block--startseite, .vc_row.nabu-block--startseite {
    width: 50vw;
    margin: 0 auto;
}
@media screen and (max-width: 500px) {
    .vc_section[data-vc-full-width] > .vc_row.nabu-block--startseite, .vc_row.nabu-block--startseite {
        width: 90vw;
    }
}
.nabu-tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 40px auto;
}
.nabu-tab__button {
    width: 49%;
    text-align: center;
    padding-bottom: 4px;
}
.nabu-tab__button a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    color: #003560;
}
.nabu-tab__button a:hover {
    font-weight: bold;
}
.nabu-tab__button a:focus {
    outline: 0;
}
.nabu-tab__button a:visited {
    color: #003560;
}
.nabu-tab__button--active {
    border-bottom: 3px solid #003560;
}
.nabu-tab__button--active a {
    font-weight: bold;
}
.nabu-progress {
    position: relative;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
}
.nabu-progress__svg {
    width: 100%;
}
.nabu-progress__svg svg {
    width: 100%;
    height: auto;
    display: block;
}
.nabu-progress__svg svg .circle-progress {
    transform-origin: center center;
    transform: rotate(-90deg);
    transition: stroke-dashoffset 0.3s ease-out;
}
@keyframes feather-jump {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.nabu-quiz-slider {
/*    opacity: 0;*/
    margin-bottom: 60px;
/*    transition: opacity 0.3s 0.1s ease-out;*/
}
.nabu-quiz-slider--initialized {
    opacity: 1;
}
.nabu-quiz-slider .nabu-button-template {
    display: none;
}
.nabu-quiz-slider .nabu-quiz-result {
    text-align: center;
    font-weight: 400;
    margin-bottom: 50px;
    opacity: 0;
    font-size: 18px;
    font-size: 1.125rem;
    transition: opacity 0.3s ease-out;
}
.nabu-quiz-slider .nabu-quiz-result.visible {
    opacity: 1;
}
.nabu-quiz-slider .nabu-quiz-result .nabu-progress {
    margin: 20px auto;
}
.nabu-quiz-slider .nabu-quiz-result p {
    font-weight: bold;
    margin: 0;
}
.nabu-quiz-slider .nabu-quiz-result p.nabu-quiz-result--big {
    font-size: 28.8px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: bold;
}
.nabu-quiz-slider .nabu-quiz-teaser {
    margin-top: 50px;
}
.nabu-quiz-slider .nabu-quiz-teaser p {
    margin: 0 auto 12px auto;
}
.nabu-quiz-slider .nabu-quiz-teaser__question {
    font-weight: bold;
}
.nabu-quiz-slider .h5p-question-buttons {
    position: relative;
    min-height: 48px;
}
.nabu-quiz-slider .nabu-quiz-skip {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nabu-quiz-slider .swiper-container .swiper-slide {
    padding-bottom: 20px;
}
.nabu-quiz-slider .swiper-container .swiper-pagination {
    position: relative;
    bottom: 0px;
}
.nabu-quiz-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.nabu-quiz-slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #d29f02;
}
.nabu-quiz-slider .swiper-container.swiper-container-autoheight.swiper-container-ios .swiper-wrapper {
    align-items: flex-end;
}
@media screen and (max-width: 500px) {
    .page-id-742 .nabu-quiz-slider .swiper-container .swiper-wrapper {
        padding-bottom: 50px;
    }
}
.nabu-block-slider {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
.nabu-block-slider .swiper-button-next, .nabu-block-slider .swiper-button-prev {
    width: 24px;
    height: 24px;
    background-size: 24px;
}
.nabu-block-slider .swiper-button-prev {
    left: -50px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23003560'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 500px) {
    .nabu-block-slider .swiper-button-prev {
        left: -22px;
    }
}
.nabu-block-slider .swiper-button-next {
    right: -50px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23003560'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 500px) {
    .nabu-block-slider .swiper-button-next {
        right: -22px;
    }
}
.nabu-block-slider .swiper-container {
    width: 100%;
}
.nabu-block-slider .swiper-container .swiper-slide {
    max-width: 33%;
}
@media screen and (max-width: 500px) {
    .nabu-block-slider .swiper-container .swiper-slide {
        max-width: 100%;
    }
}
.nabu-block-slider .swiper-container .swiper-slide__item {
    background: rgba(255, 255, 255, 0.7);
}
.nabu-block-slider .swiper-container .swiper-slide__image {
    width: 100%;
    padding-top: 80%;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}
.nabu-block-slider .swiper-container .swiper-slide__content {
    padding: 15px 15px 20px;
}
.nabu-block-slider .swiper-container .swiper-slide__content__title {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
}
.nabu-block-slider .swiper-container .swiper-slide__content .nabu-button a {
    min-width: 120px;
}
.nabu-image-hotspot-view {
    text-align: center;
}
.nabu-image-hotspot-view__image-container {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: min(95vw, 960px);
    /* width: 960px; */
    max-width: 100%;
    padding-bottom: 100%;
    height: 0;

}
.nabu-image-hotspot-view__hotspot-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.nabu-image-hotspot-view__image-container--left {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.nabu-image-hotspot-view__image-container--left img {
    position: absolute;
    top: -4px;
    left: -4px;
    width: auto;
    height: 100%;
    max-width: initial;
    max-height: initial;
}
[data-juxta="true"] .nabu-image-hotspot-view__image-container--right {
    clip-path: inset(0 0 0 50%);
    -webkit-clip-path: inset(0 0 0 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.nabu-image-hotspot-view__image-container--left img,
.nabu-image-hotspot-view__image-container--right img {
    width: min(95vw, 960px);
    object-fit: contain;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.nabu-image-hotspot-view .nabu-hotspot {
    position: absolute;
    cursor: pointer;
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item:focus {
    outline: 0;
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item:hover span {
    text-decoration: underline;
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item span {
    margin-left: 10px;
    white-space: nowrap;
    font-size: 0.9em;
}
@media screen and (max-width: 500px) {
    .nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item span {
        display: none;
    }
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item[data-anchor-position="left"] {
    transform: translateX(calc(-100% + 24px));
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item[data-anchor-position="left"] span {
    margin-left: 8px;
    margin-right: 10px;
}

.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item__circle {
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important;
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item__circle[data-icon="gesang"] {
    background-image: url("assets/hotspot-icons/hotspot-icon-gesang.png");
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item__circle[data-icon="nahrung"] {
    background-image: url("assets/hotspot-icons/hotspot-icon-nahrung.png");
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item__circle[data-icon="aussehen"] {
    background-image: url("assets/hotspot-icons/hotspot-icon-aussehen.png");
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item__circle[data-icon="gartentipp"] {
    background-image: url("assets/hotspot-icons/hotspot-icon-gartentipp.png");
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item__circle[data-icon="verwechslungskandidat"] {
    background-image: url("assets/hotspot-icons/hotspot-icon-verwechslungskandidat.png");
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item__circle[data-icon="beobachtungstipp"] {
    background-image: url("assets/hotspot-icons/hotspot-icon-beobachtungstipp.png");
}
.nabu-image-hotspot-view .nabu-hotspot .nabu-image-hotspot-item__circle:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 100%;
    border: 4px solid #fff;
    animation: pulse 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.juxta-drag-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.juxta-drag-container__background {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-image: linear-gradient(to top, #adada6, #e3e2d4);
}
.juxta-drag-container__handle {
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    height: 100%;
    width: 4px;
    background: #fff;
    z-index: 20;
}
.juxta-drag-container__handle::after {
    content: "";
    width: 52px;
    height: 52px;
    border-radius: 26px;
    position: absolute;
    background-image: url("assets/juxta-drag-handle.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    cursor: pointer;
}
.single-bird-container.details-view .juxta-drag-container {
    opacity: 0;
}
@keyframes pulse {
    0% {
        transform: scale(0.33);
    }
    40%, 100% {
        opacity: 0;
    }
}
.postid-314 .nabu-image-hotspot-view__image-container--left img, .postid-374 .nabu-image-hotspot-view__image-container--left img {
    top: 0;
    left: 0;
}
.nabu-quiz-register-modal {
    position: fixed;
    top: 50vh;
    left: 0;
    width: 100%;
    background: #d29f02;
    padding: 30px 40px;
    z-index: 100;
    transform: translateY(-50%);
    opacity: 0.95;
}
.nabu-quiz-register-modal.modal-hidden {
    display: none;
}
.nabu-quiz-register-modal__inner {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}
.nabu-quiz-register-modal__close-container {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    padding: 6px;
}
.nabu-quiz-register-modal__close-container__close {
    display: block;
    width: 16px;
    height: 16px;
    transition: opacity 0.2s ease-out;
}
.nabu-quiz-register-modal__close-container__close:hover {
    opacity: 0.8;
}
.nabu-bird-audio {
    background: #deddcd;
    padding: 30px 30px 16px;
    width: 100%;
    margin: 40px auto;
}
.nabu-bird-audio audio {
    display: none;
}
.nabu-bird-audio__controls {
    display: flex;
    align-items: center;
}
.nabu-bird-audio__controls__button {
    margin-right: 14px;
    cursor: pointer;
}
.nabu-bird-audio__controls__button img {
    display: block;
    max-width: 44px;
    height: auto;
}
.nabu-bird-audio__controls__progress {
    flex: 1;
    position: relative;
}
.nabu-bird-audio__controls__progress__line {
    height: 8px;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.nabu-bird-audio__controls__progress__playhead {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 8px;
    background: #fff;
}
.nabu-bird-audio__timeline {
    display: flex;
    justify-content: space-between;
    max-width: 86%;
    margin: 0 0 0 auto;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
}
.nabu-bird-audio[data-state="paused"] [data-button-style="play"] {
    display: block;
}
.nabu-bird-audio[data-state="paused"] [data-button-style="pause"] {
    display: none;
}
.nabu-bird-audio[data-state="playing"] [data-button-style="play"] {
    display: none;
}
.nabu-bird-audio[data-state="playing"] [data-button-style="pause"] {
    display: block;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}
.nabu-button {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
}
.nabu-button a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 10px;
    backface-visibility: hidden;
    transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.nabu-button a:focus {
    outline: 0;
}
.nabu-button a:hover {
    background-color: #3f5668 !important;
}
.nabu-button a.disabled {
    pointer-events: none;
    opacity: 0.3;
}
.nabu-button--normal a {
    background: #d29f02;
    color: #fff;
    letter-spacing: 0.7px;
}
.nabu-button--normal a:visited, .nabu-button--normal a:hover {
    color: #fff;
}
.nabu-button--blue a {
    background: #003560;
    color: #fff;
    letter-spacing: 0.7px;
}
.nabu-button--blue a:hover, .nabu-button--blue a:visited {
    color: #fff;
}
.nabu-button--outline a {
    border: 2px solid #fff;
    background: transparent;
    text-transform: none;
    color: #fff;
}
.nabu-button--outline a:visited {
    color: #fff;
}
.nabu-button--outline a:hover {
    color: #fff;
    text-decoration: none;
    border: 2px solid rgba(0, 0, 0, 0);
}
.nabu-button--weight-normal {
    font-weight: normal;
}
.nabu-button--text-left {
    text-align: left;
}
.nabu-button--text-center {
    text-align: center;
}
.nabu-button--text-right {
    text-align: right;
}
.nabu-button.back-button {
    position: absolute;
    left: 25px;
    bottom: 90px;
    z-index: 20;
    font-weight: normal;
}
@media screen and (max-width: 500px) {
    .nabu-button.back-button {
        bottom: 10px;
        font-size: 0.9em;
    }
}
.nabu-button.back-button a {
    padding-left: 28px;
}
.nabu-button.back-button::before {
    content: "";
    background: url("assets/icon-caret-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
}
.um input[type="submit"].um-button {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700 !important;
    font-size: 19.2px;
    font-size: 1.2rem;
    text-transform: uppercase !important;
    background: #be9000;
    border-radius: 0 !important;
    min-width: auto !important;
    transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.um input[type="submit"].um-button:hover {
    background: #3f5668 !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
.um-login form input[type="submit"], .um-register form input[type="submit"] {
    width: 100% !important;
}
.um-form form .um-notice.err {
    background: transparent;
    color: #f00;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
}
.um-form form .um-notice.err i {
    display: none;
}
.um-form form .um-field-error {
    background: transparent;
    color: #f00;
    padding: 0px !important;
}
.um-form form .um-field-error span {
    display: none;
}
/*--------------------------------------------------------------
 # Header
 --------------------------------------------------------------*/
@media screen and (max-width: 500px) {
    body:not(.home):not(.page-template-template-landingpage) header {
        padding-top: 20px;
    }
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    pointer-events: none;
}
@media screen and (max-width: 500px) {
    header {
        height: auto;
        padding: 0 28px;
    }
}
header .site-branding {
    display: flex;
    align-items: center;
    width: 100%;
    pointer-events: all;
}
header .site-branding a:focus {
    outline: 0;
}
header .site-branding a:first-of-type {
    margin-right: 20px;
}
@media screen and (max-width: 500px) {
    header .site-branding a:first-of-type {
        margin-right: 10px;
    }
}
header .site-branding .logo-trainer {
    display: flex;
    flex-direction: column;
}
header .site-branding .logo-trainer .site-logo-alt {
    max-width: 150px;
}
header .site-branding .logo-trainer .site-logo-alt-sub {
    max-width: 200px;
    margin-top: 2px;
}
header .site-branding img {
    width: 100%;
    height: auto;
}
header .site-branding img:focus {
    outline: none;
}
header .site-branding img.site-logo {
    max-width: 120px;
}
header .main-navigation {
    width: 50%;
    text-align: right;
}
header .main-navigation a.header-login {
    display: inline-block;
    margin-right: 16px;
    color: #fff;
    font-weight: bold;
    pointer-events: all;
    vertical-align: text-bottom;
}
header .main-navigation .menu-toggle {
    display: inline-block;
    padding: 2px;
    cursor: pointer;
    pointer-events: all;
}
header .main-navigation .menu-close {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: content-box;
    padding: 14px;
    width: 20px;
    height: 20px;
    z-index: 5;
    cursor: pointer;
    pointer-events: all;
    display: none;
}
header .main-navigation .menu {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    background: #fff;
    width: 250px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    pointer-events: all;
}
header .main-navigation .menu li {
    display: block;
    float: none;
    padding: 10px 0;
    font-size: 15.2px;
    font-size: 0.95rem;
}
header .main-navigation .menu li a {
    color: #003560;
}
header .main-navigation .menu li a:hover {
    color: #668dab;
}
header .main-navigation .menu li a:focus {
    outline: none;
}
header[menu-toggled="true"] .site-branding {
    opacity: 0.05;
}
header[menu-toggled="true"] .menu-close {
    display: block;
}
/*--------------------------------------------------------------
 # Footer
 --------------------------------------------------------------*/
footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 15px 32px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    z-index: 20;
}
footer .site-info {
    display: flex;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 500px) {
    footer .site-info {
        flex-direction: column;
    }
}
footer .footer-logo {
    width: 100%;
    height: auto;
    max-width: 70px;
}
footer .menu-footer-menu-container {
    width: auto;
}
@media screen and (max-width: 500px) {
    footer .menu-footer-menu-container {
        width: 90%;
        margin-top: 10px;
    }
}
footer .menu-footer-menu-container .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}
footer .menu-footer-menu-container .menu li {
    margin-left: 40px;
}
@media screen and (max-width: 500px) {
    footer .menu-footer-menu-container .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    footer .menu-footer-menu-container .menu li {
        margin-bottom: 18px;
        margin-left: 0px;
    }
}
footer .menu-footer-menu-container .menu a, footer .menu-footer-menu-container .menu a:visited {
    text-transform: uppercase;
    color: #176fc0;
    text-decoration: none;
}
.home footer, .page-template-template-landingpage footer {
    position: absolute;
    margin-top: 0;
}
@media screen and (max-width: 500px) {
    .home footer, .page-template-template-landingpage footer {
        position: relative;
    }
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
    color: royalblue;
}
a:visited {
    color: purple;
}
a:hover, a:focus, a:active {
    color: midnightblue;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}
.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0;
}
.updated:not(.published) {
    display: none;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
#navigation-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #003560;
    opacity: 0.85;
    display: none;
    pointer-events: none;
}
#navigation-overlay.visible {
    display: block;
    z-index: 40;
    pointer-events: all;
}
#ie-warning {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    padding: 100px;
    text-align: center;
}
#ie-warning .ie-warning-head {
    font-size: 1.5em;
    font-weight: bold;
}
#ie-warning.active {
    display: block !important;
}
.error-404 {
    text-align: center;
    margin-top: 100px;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.home .entry-header {
    position: relative;
}
.home .home-slider {
    width: 100%;
    height: 500px;
}
@media screen and (max-width: 500px) {
    .home .home-slider {
        height: 280px;
    }
}
.home .home-slider .swiper-slide {
    position: relative;
    height: 100%;
}
.home .home-slider .swiper-slide .swiper-wrapper {
    height: 100%;
}
.home .home-slider .swiper-slide__content {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 32px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    text-decoration: none;
}
.home .home-slider .swiper-slide__content__text {
    max-width: 700px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.home .home-slider .swiper-slide__content__text h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 10px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 500px) {
    .home .home-slider .swiper-slide__content__text h1 {
        font-size: 35.2px;
        font-size: 2.2rem;
        margin-top: 20px;
    }
}
.home .home-slider .swiper-slide__content__text h2 {
    background: #d29f02;
    color: #fff;
    padding: 10px;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 500px) {
    .home .home-slider .swiper-slide__content__text h2 {
        font-size: 13.6px;
        font-size: 0.85rem;
    }
}
.home .home-slider .swiper-pagination {
    bottom: 90px;
}
@media screen and (max-width: 500px) {
    .home .home-slider .swiper-pagination {
        bottom: 26px;
    }
}
.home .home-slider .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #fff;
    opacity: 1;
}
.home .home-slider .swiper-pagination-bullet-active {
    background: #003560;
}
.home .entry-content-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    z-index: 5;
}
@media screen and (max-width: 500px) {
    .home .entry-content-top {
        flex-direction: column;
        margin-top: -20px;
        align-items: center;
    }
}
.home .entry-content-top__card {
    max-width: 326px;
    color: #003560;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.33);
}
@media screen and (max-width: 500px) {
    .home .entry-content-top__card {
        max-width: 300px;
    }
}
.home .entry-content-top__card:first-of-type {
    margin-right: 25px;
}
@media screen and (max-width: 500px) {
    .home .entry-content-top__card:first-of-type {
        margin: 0 auto 30px;
    }
}
.home .entry-content-top__card:last-of-type {
    margin-left: 25px;
}
@media screen and (max-width: 500px) {
    .home .entry-content-top__card:last-of-type {
        margin: 30px auto 0;
    }
}
.home .entry-content-top__card__image {
    width: 100%;
    padding-top: 74%;
    display: block;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}
.home .entry-content-top__card__content {
    padding: 20px 30px 30px;
    text-align: center;
}
.home .entry-content-top__card__content__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.home .entry-content {
    margin-top: 100px;
    margin-bottom: 140px;
}
@media screen and (max-width: 500px) {
    .home .entry-content {
        margin-bottom: 40px;
        margin-top: 60px;
    }
}
body {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(to top, #668dab, #bbcdeb);
}
body #content {
    padding: 80px 40px 40px;
    max-width: 1200px;
    min-height: calc(100vh - 85px);
    margin: 0 auto;
}
@media screen and (max-width: 500px) {
    body #content {
        min-height: 100vh;
        padding-top: 60px;
    }
}
body.home #content, body.page-template-template-landingpage #content {
    padding: 0;
    max-width: 100%;
}
body.home #content section, body.page-template-template-landingpage #content section {
    margin: 0 auto;
}
body.home #content section:first-of-type, body.page-template-template-landingpage #content section:first-of-type {
    background-repeat: no-repeat;
    background-size: cover;
}
body.home #content section.vc_section-has-fill, body.page-template-template-landingpage #content section.vc_section-has-fill {
    background-size: 70% !important;
}
@media screen and (max-width: 500px) {
    body.home #content section.vc_section-has-fill, body.page-template-template-landingpage #content section.vc_section-has-fill {
        background-size: 200% !important;
    }
}
body.page-id-3 #cookie-notice {
    display: none !important;
}
.flex--justify-center {
    justify-content: center !important;
}
.hidden {
    display: none !important;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    /* Older / Newer Posts Navigation (always hidden) */
    /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
 # Layouts
 --------------------------------------------------------------*/
.bird-overview {
    display: block;
    width: 100%;
}
.bird-overview .bird-slider-container {
    width: 100%;
    margin: 0 auto;
    transition: opacity 0.2s ease-out;
}
.bird-overview .bird-slider-container.slider-hidden {
    opacity: 0;
}
.bird-overview .bird-slider-container .swiper-wrapper {
    align-items: stretch;
    margin-bottom: 40px;
    pointer-events: none;
}
.bird-overview .bird-slider-container .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}
.bird-overview .bird-slider-container .swiper-slide .bird-item-container, .bird-overview .bird-slider-container .swiper-slide .bird-progress {
    opacity: 0.1;
    transition: opacity 0.2s ease;
}
.bird-overview .bird-slider-container .swiper-slide.swiper-slide-next .bird-item-container, .bird-overview .bird-slider-container .swiper-slide.swiper-slide-prev .bird-item-container, .bird-overview .bird-slider-container .swiper-slide.swiper-slide-next .bird-progress, .bird-overview .bird-slider-container .swiper-slide.swiper-slide-prev .bird-progress {
    opacity: 0.7;
}
.bird-overview .bird-slider-container .swiper-slide.swiper-slide-active .bird-item-container, .bird-overview .bird-slider-container .swiper-slide.swiper-slide-active .bird-progress {
    opacity: 1;
}
.bird-overview .bird-slider-container .swiper-button-next, .bird-overview .bird-slider-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 30px;
}
.bird-overview .bird-slider-container .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.bird-overview .bird-slider-container .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.bird-overview .bird-slider-container .swiper-scrollbar-container {
    text-align: center;
}
.bird-overview .bird-slider-container .swiper-scrollbar-container .swiper-info {
    font-size: 18px;
    font-size: 1.125rem;
    color: #003560;
    margin: 0 auto 20px auto;
}
.bird-overview .bird-slider-container .swiper-scrollbar-container .swiper-info--head {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 20.8px;
    font-size: 1.3rem;
}
.bird-overview .bird-slider-container .swiper-scrollbar-container .swiper-scrollbar-container-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 6px;
}
.bird-overview .bird-slider-container .swiper-scrollbar-container .swiper-scrollbar {
    position: relative;
    z-index: 50;
    height: 2px;
    width: 90%;
    background: rgba(255, 255, 255, 0.1);
}
.bird-overview .bird-slider-container .swiper-scrollbar-container .swiper-scrollbar-drag {
    background: #fff;
    height: 6px;
    top: -2px;
    border-radius: 0;
    cursor: pointer;
}
.bird-overview .bird-slider-container .bird-item {
    position: relative;
    pointer-events: all;
}
.bird-overview .bird-slider-container .bird-item .bird-item-container {
    height: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 500px) {
    .bird-overview .bird-slider-container .bird-item .bird-item-container {
        max-width: 50%;
        margin: 0 auto;
    }
}
.bird-overview .bird-slider-container .bird-item .bird-item-container a {
    margin-bottom: 110px;
    width: 100%;
}
@media screen and (max-width: 500px) {
    .bird-overview .bird-slider-container .bird-item .bird-item-container a {
        margin-bottom: 100px;
    }
}
.bird-overview .bird-slider-container .bird-item .bird-title {
    position: absolute;
    top: 34%;
    left: 0;
    background: #fff;
    color: #176fc0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1em;
    padding: 4px 10px;
}
@media screen and (max-width: 500px) {
    .bird-overview .bird-slider-container .bird-item .bird-title {
        left: 6%;
    }
}
.bird-overview .bird-slider-container .bird-item .bird-progress {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    min-width: 70px;
    max-width: 110px;
    margin: 0 auto;
}
.page-template-template-landingpage .bird-overview {
    padding: 0 0 70px 0;
}
.page-template-template-landingpage section#overview .section-arrow, .page-template-template-landingpage section#intro .section-arrow {
    width: 36px;
    height: 36px;
    background: url("/wp-content/themes/nabu_vogeltrainer/assets/icon-fullpage-back.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%);
    bottom: 90px;
    visibility: visible;
    z-index:99;
}
.single-bird-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: background 0.7s ease-out, opacity 0.3s ease-out;
}
.single-bird-container-inner {
    position: relative;
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
}
.single-bird-container.visible {
    opacity: 1;
}
.single-bird-container.details-view {
    background: #adada6;
    z-index: 100;
}
.single-bird-container.details-view .nabu-bird-fun-fact-container, .single-bird-container.details-view .nabu-bird-info-container {
    opacity: 0;
}
.single-bird-container.details-view a {
    color: #fff;
}
.single-bird-container.details-view a:hover, .single-bird-container.details-view a:visited {
    color: #fff;
}
.single-bird-container #fullpage {
    z-index: 20;
}
.single-bird-container section.fullpage_section {
    padding-top: 10px;
    padding-bottom: 50px;
}
.single-bird-container section#overview {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 100px);
}
@media screen and (max-width: 500px) {
    .single-bird-container section#overview {
        height: 100%;
        width: 90%;
        margin: 0 auto;
        padding-top: 100px;
        height: auto;
    }
}
/* .single-bird-container section#overview .nabu-image-hotspot-view__image-container img {
    max-height: 80vh;
    width: auto;
} */
.single-bird-container section#overview.fullpage_section {
    padding-top: 80px;
    padding-bottom: 0px;
}
@media screen and (max-width: 500px) {
    .single-bird-container section#overview.fullpage_section {
        padding-top: 80px;
    }
}
.single-bird-container .section_details {
    color: #fff;
}
.single-bird-container .section_details .iScrollVerticalScrollbar {
    opacity: 0;
    transition: opacity 0.2s ease;
}
.single-bird-container .section_details.active .iScrollVerticalScrollbar {
    opacity: 1;
}
.single-bird-container .section_details .auf_einen_blick .wpb_wrapper {
    background: #003560;
    padding: 15px;
}
@media screen and (min-width: 500px) {
    .single-bird-container .section_details .auf_einen_blick .wpb_wrapper {
        margin-top: 1em;
    }
}
.single-bird-container .section_details .auf_einen_blick .wpb_wrapper p:first-of-type {
    margin-top: 0px;
    margin-bottom: 0px;
}
.single-bird-container .section_details .auf_einen_blick .wpb_wrapper p strong em {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
}
.single-bird-container .section_details section.fullpage_section {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.single-bird-container .section_details section.fullpage_section.detail-visible {
    opacity: 1;
}
.single-bird-container .section_details .fullpage-back-button {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: 50;
    cursor: pointer;
    padding: 10px;
    width: 60px;
    height: auto;
}
.single-bird-container .nabu-bird-fun-fact-container {
    position: absolute;
    top: 16%;
    left: 16%;
    max-width: 220px;
    z-index: 30;
    transition: opacity 0.3s ease;
}
@media screen and (max-width: 500px) {
    .single-bird-container .nabu-bird-fun-fact-container {
        left: 5% !important;
        max-width: 90%;
        top: 14% !important;
    }
    .single-bird-container .nabu-bird-fun-fact-container:after {
        content: "";
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 4px;
        background: url("/wp-content/themes/nabu_vogeltrainer/assets/icon-fullpage-back.png");
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 1;
        transition: opacity 0.75s ease;
    }
    .single-bird-container .nabu-bird-fun-fact-container.active:after {
        opacity: 0;
    }
}
.single-bird-container .nabu-bird-fun-fact {
    padding: 14px;
    width: 100%;
    height: auto;
    background: #003560;
    color: #fff;
}
.single-bird-container .nabu-bird-fun-fact__title {
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
}
.single-bird-container .nabu-bird-fun-fact__title span {
    font-style: italic;
    font-weight: normal;
}
.single-bird-container .nabu-bird-fun-fact__content {
    margin: 0 auto;
    font-size: 0.9em;
    line-height: 1.2em;
}
@media screen and (max-width: 500px) {
    .single-bird-container .nabu-bird-fun-fact__content {
        display: none;
    }
}
.single-bird-container .nabu-bird-fun-fact__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    padding: 10px;
    box-sizing: content-box;
    display: none;
}
.single-bird-container .nabu-bird-info-container {
    position: absolute;
    top: 50%;
    left: 76%;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.3s ease;
}
@media screen and (max-width: 500px) {
    .single-bird-container .nabu-bird-info-container {
        top: 60%;
        width: 100%;
        left: auto;
        right: 6%;
        align-items: flex-end;
    }
}
.single-bird-container .nabu-bird-info-container__title {
    background: #fff;
    color: #003560;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
}
.single-bird-container .nabu-bird-info-container__title-latin {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 1.1em;
    margin: 10px 0;
}
.single-bird-container .nabu-bird-info-container__title-latin:before {
    content: "(";
}
.single-bird-container .nabu-bird-info-container__title-latin:after {
    content: ")";
}
.single-bird-container .juxta-gender-container {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
@media screen and (max-width: 500px) {
    .single-bird-container .juxta-gender-container {
        transform: translateY(100%);
    }
}
.single-bird-container .juxta-gender-container img {
    width: 28px;
    height: 28px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.single-bird-container .juxta-gender-container img.visible {
    opacity: 1;
}
.single-bird-container .juxta-gender-container img:first-of-type {
    width: 22px;
    height: 30px;
}
/* prettier-ignore */
@media screen and (min-width: 500px) {
    .postid-501 .single-bird-container .nabu-bird-info-container .nabu-bird-info-container__title-latin, .postid-472 .single-bird-container .nabu-bird-info-container .nabu-bird-info-container__title-latin {
        color: #fff;
    }
}
@media screen and (max-width: 500px) {
    .postid-499 .single-bird-container .nabu-bird-fun-fact-container, .postid-472 .single-bird-container .nabu-bird-fun-fact-container {
        left: auto !important;
        right: 5% !important;
    }
}
.um-page-login .um-form .um-col-alt-b .um-link-alt {
    color: #003560 !important;
}
.um-page-register .um-form .um-col-alt .um-left.um-half {
    width: 100%;
}
.um-page-register .um-form .um-col-alt .um-right {
    display: none;
}
/*--------------------------------------------------------------
 # Members
 --------------------------------------------------------------*/
.um-page-user #content {
    max-width: 650px;
    margin: 0 auto;
}
.um-page-user #progress {
    max-width: 450px;
    margin: 0 auto;
}
.um-page-user #progress .nabu-button a {
    display: block;
    text-align: center;
}
.um-page-user .um-profile-photo {
    display: none;
}
.um-page-user .site-branding .site-logo-alt-sub {
    display: none;
}
.um-page-user .wpb_text_column h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.um-page-user .wpb_text_column p {
    margin-top: 0px;
}
.um-page-account .um-account-side .um-account-meta {
    display: none !important;
}
/*--------------------------------------------------------------
 # Themes
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Theme: Wintervögel
 --------------------------------------------------------------*/
body.theme-wintervoegel {
    background: linear-gradient(to top, #668dab, #bbcdeb);
}
body.theme-wintervoegel .nabu-background-text {
    background: #668dab;
}
/*--------------------------------------------------------------
 ## Theme: Gartenvögel
 --------------------------------------------------------------*/
body.theme-gartenvoegel {
    background: linear-gradient(to top, #63ad84, #d6e9b6);
}
body.theme-gartenvoegel .juxta-drag-container__background {
    background: linear-gradient(to top, #668dab, #bbcdeb);
}
body.theme-gartenvoegel .nabu-background-text {
    background: #64ae85;
}


.wpb_video_widget .wpb_video_wrapper {
    overflow: hidden;
}
.wpb_video_widget .wpb_video_wrapper .embed-privacy-container {
    /*    position: absolute;*/
    top: 0;
    bottom: 0;
    width: 100%;
    margin-top: -56.25%;
}
.wpb_video_wrapper .embed-privacy-overlay {
    width: 100%!important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 4px solid #fff;
}
@media screen and (min-width: 768px) {
    .wpb_video_wrapper .embed-privacy-overlay {
        /*    position: absolute;*/
    }
}
.wpb_video_wrapper
.wpb_video_wrapper .embed-privacy-overlay:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}
.wpb_video_wrapper .embed-privacy-logo {
    height: 36px;
    margin-bottom: 1em;
    opacity: .8;
}
.wpb_video_wrapper .embed-privacy-overlay label, 
.wpb_video_wrapper .embed-privacy-overlay p {
    color: #003560!important;
}
.wpb_video_wrapper .embed-privacy-inner p:last-child:after{
    content: "Sie stimmen zu, dass Ihre IP-Adresse an YouTube übermittelt wird und YouTube erfährt, dass Sie das Video angesehen haben. Sind Sie bei YouTube eingeloggt, wird diese Information auch Ihrem Benutzerkonto zugeordnet (dies können Sie verhindern, indem Sie sich vor dem Aufrufen des Videos bei YouTube ausloggen). Welche Daten YouTube darüber hinaus erhebt und weiterverarbeitet, entzieht sich unserer Kontrolle. Nähere Informationen können Sie der Datenschutzerklärung von Google (https://policies.google.com/privacy) entnehmen.";
    display: block;
    font-size: .8rem;
    font-style: italic;
    text-align: left;
    padding-top: 1em;

}
.embed-privacy-content {
    position: relative;
    z-index: 10;
    /*    padding-top: 56.25%;
        margin-top: -56.25%;*/
}
.embed-youtube .embed-privacy-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}