/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
----------------------------------------------------------------- */
/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap;

    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2');

    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-500 - latin */
@font-face {
    font-display: swap;

    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-condensed-v27-latin-500.woff2') format('woff2');

    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-600 - latin */
@font-face {
    font-display: swap;

    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/roboto-condensed-v27-latin-600.woff2') format('woff2');

    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-300 - latin */
@font-face {
    font-display: swap;

    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/inter-v13-latin-300.woff2') format('woff2');

    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
    font-display: swap;

    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/inter-v13-latin-regular.woff2') format('woff2');

    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
    font-display: swap;

    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/inter-v13-latin-500.woff2') format('woff2');

    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --cnvs-themecolor: #EEAC2B;
    --cnvs-themecolor-rgb: 81, 91, 56;
    --bs-link-color: var(--cnvs-themecolor);
    --bs-link-color-rgb: var(--cnvs-themecolor-rgb);
    --bs-link-hover-color: var(--cnvs-heading-color);
    --cnvs-white: #fff;
    --cnvs-black: #000;
    --cnvs-headings-font-weight: 600;

    /* Font Families */
    --cnvs-body-font: "Inter", sans-serif;
    --cnvs-primary-font: "Inter", sans-serif;
    --cnvs-secondary-font: "Playfair Display", serif;
    --cnvs-line-height-base: 1.5;
    --cnvs-line-height-content: 1.65;

    /* Header Height */
    --cnvs-header-height: 180px;
    --cnvs-header-height-sm: 80px;
    --cnvs-header-height-md: 100px;
    --cnvs-header-height-lg: 200px;
    --cnvs-header-height-shrink: 80px;
    --cnvs-side-header-width: 260px;
}

.cnvs-cursor {
    --cnvs-cursor-size: 2rem;
    --cnvs-cursor-bg: #515b38;
    --cnvs-cursor-opacity: 1;
    --cnvs-cursor-action-size: 3rem;
    --cnvs-cursor-action-bg: #515b38;
    --cnvs-cursor-action-opacity: 0.4;
}

body {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    text-align: left;
    font-family: 'Inter';
    word-wrap: normal;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    cursor: url('../images/faehrte.png'),auto;
}

.font-body {
    font-family: 'Inter';
}

.font-primary {
    font-family: 'Inter';
}

.font-secondary {
    font-family: 'Inter';
}

::selection {
    background: #515b38;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #515b38;

    /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #515b38;

    /* Safari */
    color: #FFF;
    text-shadow: none;
}

a {
    text-decoration: none !important;
    color: #EEAC2B;
}

a:hover {
    color: #EEAC2B;
    text-decoration: underline;
}

strong {
    font-weight: 500;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #515b38;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

h4 {
    font-size: 26px;
    margin-bottom: 10px;
}

h2.hochkant {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    padding: 5px 5px;
}

.heading-block h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #515b38;
}

.heading-block h2 {
    font-size: 44px;
    text-transform: uppercase;
    color: #515b38;
}

.heading-block h3 {
    font-size: 28px;
    text-transform: uppercase;
    color: #515b38;
}

.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 0.5rem;
    font-weight: 400;
    color: #515b38;
}

.heading-block::after {
    border-top: 2px solid #EEAC2B;
    width: 80px;
}

.heading-block > span:not(.before-heading) {
    margin-top: 1rem;
    color: #515b38;
}

.page-title-content h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #515b38;
}

.page-title-content span {
    color: #515b38;
}

.portfolio-navigation a {
    font-size: 40px;
}

#rotated-text {
    color: #515b38!important;
    font-size: 24px;
}

.button {
    background-color: #fff;
    color: #515b38;
    border: 2px solid #515b38;
}

.button:hover {
    background-color: #515b38;
    color: #EEAC2B;
}

.iconlist li {
    flex-wrap: nowrap;
    font-size: 18px;
}

.list-group-item {
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

.list-group-numbered {
    margin-bottom: 20px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    --bs-table-bg-type: rgba(244, 241, 236, 1)!important;
}

table th {
    color: #515b38!important;
    font-size: 22px;
    font-weight: 500;
}

blockquote {
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 26px;
    text-transform: none!important;
    border-left: none;
}

.bg-hirsch-icon {
    background-image: url('../images/hirsch-icon-gruen.png');
    background-position: right bottom;
    background-size: 40%;
    background-repeat: no-repeat;
    z-index: 1!important;
}

.bg-jagdhorn {
    background-image: url('../images/content/jagdhorn.jpg');
    background-position: center right;
    background-size: 32%;
    background-repeat: no-repeat;
}

.bg-gruen {
    background-color: #515b38;
}

.bg-gelb {
    background-color: #EEAC2B;
}

.bg-beige {
    background-color: #f4f1ec;
}

.bg-gruen-trans {
    background-color: rgba(81, 91, 53, 0.3);
}

.bg-gelb-trans {
    background-color: rgba(238, 172, 43, 0.3);
}

.bg-paper {
    background-image: url("../images/texture.jpg");
}

/* ************************   Modals ******************** */
.modal-content {
    border: 1px solid #515b38;
    border-radius: 0px;
}

.modal-footer {
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: #f4f1ec;
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* ********************* rotating text ************************************ */
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 20s linear infinite;
    -moz-animation: rotating 20s linear infinite;
    -ms-animation: rotating 20s linear infinite;
    -o-animation: rotating 20s linear infinite;
    animation: rotating 20s linear infinite;
}

/* ******************************* content layout  ************************* */
#header-wrap {
    border-bottom: 3px solid #515b38;
    background-image: url("../images/texture.jpg");
}

.is-expanded-menu .full-header #logo {
    border-right: none;
}

.is-expanded-menu .full-header .primary-menu .menu-container {
    border-right: 3px solid #515b38;
}

.slider-caption,
.flex-caption {
    max-width: var(--cnvs-slider-caption-width);
    color: #fff;
    font-size: var(--cnvs-slider-caption-font-weight);
    font-weight: 400;
    background-color: rgba(81, 91, 56, 0.7);
    padding: 30px;
}

.slider-caption h2,
.slider-caption .h2 {
    font-size: 4.5rem;
    color: #eeac2a!important;
}

/* *******************************   Navigation *********************** */
.is-expanded-menu .mega-menu-content {
    border: 2px solid #515b38;
}

.is-expanded-menu .mega-menu-content:not(.border-0) .sub-menu-container.mega-menu-column:not(:first-child) {
    border-left: 2px solid #515b38;
}

.is-expanded-menu .full-header .primary-menu .menu-container {
    border-right: none;
}

.is-expanded-menu .sub-menu-container,
.is-expanded-menu .mega-menu-content {
    background-image: url("../images/texture.jpg");
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
    border: 2px solid #515b38;
    border-top: 2px solid #515b38;
}

.menu-link {
    line-height: 22px;
    color: #515b38;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    letter-spacing: 0px;
}

.menu-link .current {
    color: #eeac2a!important;
}

.menu-link:hover {
    color: #eeac2a!important;
}

.sub-menu-container .menu-item > .menu-link {
    font-size: 1.2rem;
    font-family: 'Roboto Condensed';
    font-weight: 600!important;
    letter-spacing: 0px;
    color: #515b38;
}

.is-expanded-menu .sub-menu-container .menu-item:hover > .menu-link,
.is-expanded-menu .sub-menu-container .menu-item > .menu-link .current,
.is-expanded-menu .sub-menu-container .menu-item:active > .menu-link {
    color: #eeac2a!important;
}

/* ********************************* Inhaltselemente **************************** */
.block-form-1 .form-group {
    position: relative;
    margin-bottom: 1rem;
}

.block-form-1 .form-group label:not(.error) {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-bottom: 0;

    /* Override default `<label>` margin */
    color: #515b38;
    padding: 0 4px;
    transform: translateY(-50%);
    transition: all 200ms ease;
    cursor: text;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}

.block-form-1 .form-group input:focus + label:not(.error),
.block-form-1 .form-group input.focus-visible + label:not(.error),
.block-form-1 .form-group input:visited + label:not(.error),
.block-form-1 .form-group input:not(:placeholder-shown) + label:not(.error) {
    font-size: 70%;
    transform: translate3d(0, -50%, 0);
    top: 0;
    color: #515b38;
    background-color: #FFF;
}

.block-form-1 .form-group input::-webkit-input-placeholder {
    opacity: 0;
}

.block-form-1 .form-group input:-ms-input-placeholder {
    opacity: 0;
}

.block-form-1 .form-group input::-moz-placeholder {
    opacity: 0;
}

.block-form-1 .form-control.border-form-control {
    --cnvs-input-btn-padding-x: 0;
}

.block-form-1 .form-control.border-form-control + label:not(.error) {
    left: 0;
    color: #515b38 !important;
}

.form-control.border-form-control {
    border-color: #eeac2a!important;
}

.owl-carousel .owl-nav [class*="owl-"] {
    line-height: calc(-1 * var(--cnvs-owl-nav-sizes) - 4px);
    font-size: 50px;
}

.owl-carousel .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    font-size: 40px;
}

.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    zoom: 1;
    border: 1px solid #eeac2a;
    color: #fff;
    background-color: #eeac2a;
    left: calc(var(--cnvs-owl-nav-sizes) * -1);
}

.card {
    border-bottom: 2px solid #515b38;
    border-top: 2px solid #515b38;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

.card-body span {
    color: #eeac2a;
}

.card-title {
    color: #515b38;
}

.card h3.h3-small {
    font-size: 26px!important;
    text-transform: none;
}

.posts-md .entry,
.posts-sm .entry {
    margin-bottom: 0;
    padding: 18px;
    border: none;
}

.entry-title h3,
.entry-title .h3 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #515b38;
}

.entry-meta li {
    color: #eeac2a;
}

.entry-title h2,
.entry-title .h2,
.entry-title h2 a {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
}

.grid-inner {
    background-color: rgba(241,234,216,0.5);
}

#oc-posts .entry-title {
    margin-top: 1.5rem;
}

#oc-posts .entry-content {
    padding-bottom: 1.5rem;
}

.badge {
    font-size: 16px;
    font-weight: 500;
}

.fbox-content h3,
.fbox-content .h3 {
    color: #515b38;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 28px;
}

.fbox-content p {
    color: #000;
}

/* *****************************  floating button mit Formular *********** */
#wrapper::after {
    content: "";
    opacity: 0;

    /* **  position: absolute;  macht das der Hintergrund verdunkelt wenn das Formular geöffnet ist ** */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    transition: opacity 0.3s, background-color 0.2s ease;
}

.floating-btn-open #wrapper::after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.75);
}

.floating-btn-wrap {
    --cnvs-floating-btn-size: 4rem;
    --cnvs-floating-btn-pos-right: var(--cnvs-floating-btn-size);
    --cnvs-floating-btn-pos-bottom: var(--cnvs-floating-btn-size);
    --cnvs-floating-btn-transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    --cnvs-floating-btn-bg-color: var(--cnvs-themecolor);
    --cnvs-floating-btn-icon-color: #FFF;
    --cnvs-floating-btn-bg-active-color: var(--bs-dark);
    --cnvs-floating-btn-box-width: 25rem;
    --cnvs-floating-btn-box-padding: 2rem;
    --cnvs-floating-btn-box-radius: .3rem;
    --cnvs-floating-btn-box-bg: #FFF;
    --cnvs-floating-btn-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.07);
    position: fixed;
    right: var(--cnvs-floating-btn-pos-right);
    bottom: 20%;
    z-index: 199;
}

.floating-btn-wrap .floating-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--cnvs-floating-btn-size);
    height: var(--cnvs-floating-btn-size);
    border-radius: var(--cnvs-floating-btn-size);
    background-color: #EEAC2B;
    color: #fff;
    cursor: pointer;
    z-index: 3;
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
}

.floating-btn-wrap .floating-btn:hover,
		.floating-btn-open .floating-btn-wrap .floating-btn {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: var(--cnvs-floating-btn-bg-active-color);
}

.floating-btn-wrap .floating-btn .floating-btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: calc(var(--cnvs-floating-btn-size) * .5);
    -webkit-transition: var(--cnvs-floating-btn-transition);
    transition: var(--cnvs-floating-btn-transition);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
}

.floating-btn-wrap .floating-btn .floating-btn-icon.btn-active,
		.floating-btn-open .floating-btn-wrap .floating-btn .floating-btn-icon {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.floating-btn-open .floating-btn-wrap .floating-btn .floating-btn-icon.btn-active {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.floating-btn-wrap .floating-btn-box {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: var(--cnvs-floating-btn-box-width);
    background-color: var(--cnvs-floating-btn-box-bg);
    border-radius: var(--cnvs-floating-btn-box-radius);
    z-index: 1;
    padding: var(--cnvs-floating-btn-box-padding);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    box-shadow: var(--cnvs-floating-btn-box-shadow);
    -webkit-transform: scale(.01);
    transform: scale(.01);
    -webkit-transition: all var(--cnvs-floating-btn-transition);
    transition: all var(--cnvs-floating-btn-transition);
    -webkit-backface-visibility: hidden;
}

.floating-btn-open .floating-btn-wrap .floating-btn-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ******************************* tabs ********************************* */
.nav-pills .nav-link {
    --bs-bg-opacity: .075;
    margin-top: 14px;
    background-color: rgba(81, 91, 56, var(--bs-bg-opacity)) !important;
}

.nav-pills .nav-link.active {
    --bs-bg-opacity: 1;
}

.nav-pills .nav-link *,
.event-title a {
    color: #515b38;
}

.nav-pills .nav-link.active * {
    color: #FFF;
}

.nav-pills .nav-link:first-child {
    margin-top: 0;
}

.event-title a:hover {
    text-decoration: underline !important;
}

.nav-pills h3.h3-small {
    font-size: 20px;
    margin-bottom: 0px;
}

.nav-pills h3 {
    margin-bottom: 0px;
}

/* **************************************  footer **************************** */
.border-color-white,
		.h-border-color-white:hover {
    border-color: #515b38 !important;
}

#footer .social-icon {
    --cnvs-socialicon-size: 2rem;
    --cnvs-socialicon-fontsize: 1rem;
}

#footer {
    background-color: #f4f1ec;
    border-top: 2px solid #515b38;
}

#copyrights {
    background-color: rgba(81, 91, 56, 0.3);
}

.footer-widgets-wrap a {
    color: #EEAC2B;
}

#footer .button {
    background-color: #515b38;
    color: #EEAC2B;
    border: 1px solid #515b38;
}

#footer .button:hover {
    background-color: #fff;
    color: #515b38;
}

.widget > h4,
.widget > .h4 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    text-transform: none;
}

#footer h4 {
    text-transform: none;
}

.widget adress {
    border: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
}

.widget_links li a {
    color: #515b38;
}

#gotoTop {
    --cnvs-gotoTop-stroke-color: var(--cnvs-themecolor);
    --cnvs-gotoTop-stroke-width: 4px;
    --cnvs-gotoTop-scroll: 260;
    background-color: transparent !important;
}

#gotoTop::before {
    content: "\F286";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(32px + calc(var(--cnvs-gotoTop-stroke-width) * .5));
    height: calc(32px + calc(var(--cnvs-gotoTop-stroke-width) * .5));
    line-height: calc(32px - 1px);
    font-size: 1rem;
    color: #000;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 50%;
    z-index: -1;
}

#gotoTop circle {
    stroke: var(--cnvs-gotoTop-stroke-color);
    stroke-width: var(--cnvs-gotoTop-stroke-width);
    transform: rotate(-90deg);
    transform-origin: center;
    stroke-dashoffset: var(--cnvs-gotoTop-scroll);
    stroke-dasharray: 255 255;
    z-index: 1;
}

.widget_nav_menu:not(.widget-li-noicon) li::before,
.widget_links:not(.widget-li-noicon) li::before {
    content: "\f285";
}

/* *****************************  responsive *********************** */
/* JB - @media (min-width: 1366px)and (max-width: 1440px) { */
@media (min-width: 1366px)and (max-width: 1620px) {
    .header-misc {
        margin-left: 0px!important;
    }

    .menu-link {
        line-height: 22px;
        font-size: 22px;
        text-transform: none;
        font-weight: 500;
    }

    .is-expanded-menu.stretched .full-header #header-wrap > .container {
        padding: 0 0px;
    }

    /* JB
    #logo {
        margin-right: 0px!important;
        padding-right: 10px!important;
    } */
    #logo img {
        max-height: 140px;
    }
}

@media (min-width: 992px)and (max-width: 1280px) {
    .header-misc {
        margin-left: 0px!important;
    }

    .menu-link {
        line-height: 22px;
        font-size: 18px;
        text-transform: none;
        font-weight: 500;
    }

    .is-expanded-menu .menu-link {
        --cnvs-primary-menu-padding-x: 7px;
    }

    .is-expanded-menu.stretched .full-header #header-wrap > .container {
        padding: 0 0px;
    }

    #logo {
        margin-right: 0px!important;
        padding-right: 0px!important;
    }

    #logo img {
        max-height: 115px;
        margin-right: 10px;
    }
}

@media (min-width: 1280px)and (max-width: 1365px) {
    .header-misc {
        margin-left: 0px!important;
    }

    .menu-link {
        line-height: 22px;
        font-size: 20px;
        text-transform: none;
        font-weight: 500;
    }

    .is-expanded-menu .menu-link {
        --cnvs-primary-menu-padding-x: 10px;
    }

    .is-expanded-menu.stretched .full-header #header-wrap > .container {
        padding: 0 10px;
    }

    #logo {
        margin-right: 20px!important;
        padding-right: 10px!important;
    }

    #logo img {
        max-height: 130px;
        margin-right: 10px;
    }

    #side-tab h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: portrait) {
    .min-vh-75 {
        min-height: 35vh !important;
    }
}

/* ---------- bis 992 portrait  ---------- */
@media (max-width: 991.98px) and (orientation: portrait)  {
    .min-vh-75 {
        min-height: 40vh !important;
    }
}

/* ---------- bis 992  ---------- */
@media (max-width: 991.98px) {
    .nav-pills h3 {
        font-size: 20px;
    }

    .nav-pills .nav-link {
        margin-top: 10px;
    }

    .slider-caption,
    .flex-caption {
        max-width: 400px;
    }

    .slider-caption p {
        font-size: 18px!important;
    }

    .slider-caption h2,
    .slider-caption .h2 {
        font-size: 3rem;
    }
}

/* ---------- bis 576  ---------- */
@media (max-width: 576px) {
    #logo {
        margin-right: 0px!important;
        padding-right: 10px!important;
    }

    #logo img {
        max-height: 115px;
        margin-right: 0px;
    }

    .slider-caption,
    .flex-caption {
        max-width: 220px;
    }

    .slider-caption h2,
    .slider-caption .h2 {
        font-size: 2.5rem;
    }
}

/* ---------- bis 440  ---------- */
@media (max-width: 440px) {
    .heading-block h1 {
        font-size: 40px;
    }

    .heading-block h2 {
        font-size: 36px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    .nav-pills h3.h3-small {
        font-size: 16px;
        text-transform: none;
    }

    .min-vh-75 {
        min-height: 35vh !important;
    }
}

/* ******************************* Seite 'Hegegringe' ********************************* */
/* <a href="https://www.jqueryscript.net/animation/">Animation</a> */
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

/* Hotspot */
.hotspot-img {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hotspot-img .hot-spot {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 5px;
    left: 5px;
    text-align: center;
    background-color: #EEAC2B;
    color: #FFF;
    border-radius: 100%;
    cursor: pointer;
    font-size: 12px;
    line-height: 26px;
    transition: all .3s ease;
}

.hotspot-img .hot-spot .circle i {
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
}

.hotspot-img .hot-spot.hotspot-tooltip-open .circle i,
		.hotspot-img .hot-spot:not(.hotspot-on-click):hover .circle i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hotspot-img .hot-spot .circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 39%;
    left: 39%;
    width: 30px;
    height: 30px;
    margin: -1em auto auto -1em;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 10px solid #EEAC2B;
    opacity: 0;
    -webkit-animation: pulsate 3s ease-out infinite;
    animation: pulsate 3s ease-out infinite;
}

.hotspot-img .hot-spot .tooltip {
    display: none;
    background-color: rgba(255, 255, 255, 0.96);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    opacity: 1.0;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 35px;
    width: 280px;
    z-index: 999;
    box-shadow: 0 30px 102px rgba(0,0,0,0.33), 0 20px 51px rgba(0,0,0,0.18);
}

.hotspot-img .hot-spot .tooltip.ontop {
    top: auto;
    bottom: 35px;
}

.hotspot-img .hot-spot .tooltip .img-row {
    margin-bottom: 10px;
    display: block;
}

.hotspot-img .hot-spot .tooltip h4 {
    margin-bottom: 0;
}

.hotspot-img .hot-spot .tooltip p {
    font-size: 13px;
    line-height: 1.3rem !important;
    margin-bottom: 10px;
    color: #666 !important;
}

.hotspot-img .hot-spot .tooltip p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .hotspot-img .hot-spot .tooltip {
        width: 200px;
        left: 30px;
        top: 35px;
    }

    .hotspot-img .hot-spot .tooltip .img-row {
        display: none;
    }
}