/* ImmoNice Regular */
@font-face {
    font-display: swap; 
    font-family: 'immoniceregular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/immonice-regular-webfont.woff2') format('woff2')

}
/* lato-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); 
}
/* lato-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'); 
}
/* lato-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin-900.woff2') format('woff2'); 
}


/* Farbpalette */
:root {
  --dunkelblau:     #0C0C3F;
  --mittelblau:     #2F4763;
  --petrol:         #2A5B6C;
  --tiefgruen:      #02303A;
  --dunkelgrau:     #575757;
  --dunkelgrau95:     rgba(87, 87, 87, 0.95);
  --grau:           #b2b2b2;
  --weiss:          #ffffff;
  --highlight:      #5a7034;
  --highlight90:      rgba(56, 69, 34, 0.9);
}

      

html, body {
    margin: 0;
    padding: 0;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--weiss);
    scroll-behavior: smooth;
    background-color: var(--dunkelgrau);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*:focus, .btn.focus, .btn:focus, button:focus {
    outline: 0 none;
    border: 0;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)!important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)!important;
}
::-webkit-scrollbar {
    width: 6px
}
::-webkit-scrollbar-track {
    background: var(--tiefgruen);
    border-radius: 0px
}
::-webkit-scrollbar-thumb {
    background: var(--petrol);
    border-radius: 3px
}
::selection {
    background: var(--schnee);
    color: var(--tiefgruen);
}
::-moz-selection {
    background: var(--petrol);
    color: var(--tiefgruen);
}
.strong {
    font-weight: 700;
}
a {
    color: var(--grau);
    text-decoration: none;
}
a:hover {
    color: var(--nacht);
}
figure {
    margin: 0;
    padding: 0;
}
.btn, .strong, strong, .videosubline {
    font-weight: 700;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .videoheadline, .figcaption-overlay {
    font-family: immoniceregular, serif;
}
h1, .h1, h2, .h2, .videoheadline {
    font-size: 48px;
    line-height: 50px;
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6, .videosubline, .figcaption-overlay {
    font-size: 28px;
    line-height: 32px;
}

@media screen and (max-width: 992px) {
    h1, .h1, h2, .h2, .videoheadline {
        font-size: 36px;
        line-height: 38px;
    }
    h3, .h3, h4, .h4, h5, .h5, h6, .h6, .videosubline, .figcaption-overlay {
        font-size: 24px;
        line-height: 28px;
    }
}


.navbar-toggler {
    border: 0;
    border-radius: 0;
}
.navbar-toggler-icon {
    background-image: url(../images/burger.svg);
}

a.servus {
    display: inline-block;
    padding: 0px 0px 3px 38px;
    background: url(../images/servus.svg) no-repeat left center;
    background-size: 30px;
    color: #d6d6d6;
    font-weight: 700;
    text-transform: uppercase;
}

.play-overlay {
    display: none;
}
@media screen and (min-width: 768px) {
    .play-overlay {
        position: absolute;
        display: inline-block;
        width: 70%;
        top: 200px;
        left: 15%;
        z-index: 50
    }
}
@media screen and (min-width: 992px) {
    .play-overlay {
        position: absolute;
        display: inline-block;
        width: 60%;
        top: 250px;
        left: 20%;
        z-index: 50
    }
}
@media screen and (min-width: 1200px) {
    .play-overlay {
        position: absolute;
        display: inline-block;
        width: 50%;
        top: 400px;
        left: 25%;
        z-index: 50
    }
}

video {
    margin-bottom: -5px;
}

.bg-partenkirchen {
    background-color: var(--dunkelblau);
    background-image: url('../images/bg-partenkirchen.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}


figcaption {
    font-size: 14px;
    line-height: 20px;
    color: var(--grau);
    background-color: var(--dunkelgrau);
    padding: 3px;
}

.mt-10vh {
    margin-top: 10vh;
    margin-bottom: 0;
}

.mt-5vh {
    margin-top: 5vh;
    margin-bottom: 0;
}

.mt-50vh {
    margin-top: 10vh;
    margin-bottom: 0;
}
@media screen and (min-width: 992px) {
    .mt-50vh {
        margin-top: 50vh;
        margin-bottom: 0;
    }
}


.mt-70vh {
    margin-top: 10vh;
    margin-bottom: 0;
}
@media screen and (min-width: 992px) {
    .mt-70vh {
        margin-top: 70vh;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .mb-30vh-undercut {
        margin-bottom: -30vh;
    }
}

.mb-50vh {
    margin-bottom: 10vh;
}
@media screen and (min-width: 992px) {
    .mb-50vh {
        margin-bottom: 50vh;
    }
}

.pb-50vh {
    padding-bottom: 10vh;
}
@media screen and (min-width: 992px) {
    .pb-50vh {
        padding-bottom: 50vh;
    }
}

.mb-100vh {
    margin-bottom: 25vh;
}
@media screen and (min-width: 768px) {
    .mb-100vh {
        margin-bottom: 100vh;
    }
}
.mt-30vh {
    margin-top: 30vh;
    margin-bottom: 0;
}




.mt-40vh {
    margin-top: 10vh;
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .mt-40vh {
        margin-top: 40vh;
        margin-bottom: 0;
    }
}

.pt-120 {
    padding-top: 120px;
}
@media screen and (max-width: 991px) {
    .pt-120 {
    padding-top: 20px;
}
}

.figure-overlay {
    position: relative;
    display: inline-block;
}

.figcaption-overlay {
    background-color: transparent;
    color: var(--weiss);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5em 1em;
    text-align: center;
    pointer-events: none;
}

.bg-garmisch {
    background-color: var(--dunkelblau);
    background-image: url('../images/bg-garmisch-partenkirchen.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  overflow-x: hidden;
  position: relative;    
}


.slider-wrapper {
  position: relative;
  margin-right: 0; 
  padding-left: 0;
  overflow: hidden;
}

.slider-wrapper.overflow-visible {
    overflow: hidden;
}


#myCarousel.f-carousel {
    width: 100vw; 
    max-width: none;
    margin-left: auto;
    --f-carousel-gap: 8px;
    --f-carousel-slide-width: calc((100% - 16px) / 1);  
}

@media screen and (min-width: 768px) {

    .slider-wrapper {
    position: relative;
    margin-right: calc(-1 * ((100vw - 100%) / 2)); 
    padding-left: 0;
    overflow: visible;
    }

    .slider-wrapper.overflow-visible {
        overflow: visible;
    }

    #myCarousel.f-carousel {
        width: 100vw; 
        max-width: none;
        margin-left: auto;
        --f-carousel-gap: 16px;
        --f-carousel-slide-width: calc((100% - 32px) / 1.8);  
    }
    #myCarousel2.f-carousel {
    width: 100%; 
    max-width: none;
    margin-left: auto;
    --f-carousel-gap: 16px;
    --f-carousel-slide-width: calc((100% - 32px) / 1.8);  
    }     
}


@media screen and (min-width: 992px) {
    #myCarousel.f-carousel {
        width: 100vw; 
        max-width: none;
        margin-left: auto;
        --f-carousel-gap: 16px;
        --f-carousel-slide-width: calc((100% - 32px) / 2);  
    }
    #myCarousel2.f-carousel {
    width: 100%; 
    max-width: none;
    margin-left: auto;
    --f-carousel-gap: 16px;
    --f-carousel-slide-width: calc((100% - 32px) / 2);  
    }     
}

@media screen and (min-width: 1200px) {
    #myCarousel.f-carousel {
    width: 100vw; 
    max-width: none;
    margin-left: auto;
    --f-carousel-gap: 16px;
    --f-carousel-slide-width: calc((100% - 32px) / 3);  
    }
    #myCarousel2.f-carousel {
    width: 100%; 
    max-width: none;
    margin-left: auto;
    --f-carousel-gap: 16px;
    --f-carousel-slide-width: calc((100% - 32px) / 3);  
    }    
}


#myCarousel2.f-carousel {
  --f-arrow-pos: 10px;

  --f-arrow-width: 38px;
  --f-arrow-height: 38px;

  --f-arrow-svg-width: 16px;
  --f-arrow-svg-height: 16px;
  --f-arrow-svg-stroke-width: 2.5;

  --f-arrow-color: #475569;
  --f-arrow-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0
          0 / 30%);

  --f-arrow-border-radius: 50%;
  --f-arrow-bg: #fff;
  --f-arrow-hover-bg: #f9f9f9;
  --f-arrow-active-bg: #f0f0f0;
}




#myCarousel .f-carousel__slide {
  display: flex;
  align-items: stretch; 
}

.bg-dblau {
    background-color: var(--mittelblau);
    width: 100%;
}

.logo {
    height: 80px;
    width: auto;
}

@media screen and (min-width: 992px) {
    .logo {
        height: 160px;
        width: auto;
    }
}
.blogundercut {
    position: relative;
    margin-bottom: -30vh;
}

.bg-white a:hover {
    color: var(--dunkelblau);
}

.bg-logos {
    background-image: url(../images/bg-logo.svg), url(../images/bg-logo.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 140% -40%, -30% 120%;
    background-size: 50% auto, 50% auto;
    
}


.bg-highlight,
.bg-highlight figcaption{
    background-color: var(--highlight);
}   

.bg-highlight a {
    color: var(--weiss);
}
.bg-highlight a:hover {
    color: var(--grau);
}

footer.bg-white {
    background-image: url(../images/bg-footer.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.bib-link {
    cursor: pointer;
}

.fancybox__backdrop {
    background: var(--highlight90);
}

.haken-liste {
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
}
