/* Customized CSS */
/* source-sans-3-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: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-3-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-3-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-3-v8-latin-regular.svg#SourceSans3') format('svg'); /* Legacy iOS */
  }
  
  /* source-sans-3-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: 'Source Sans 3';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/source-sans-3-v8-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-3-v8-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-3-v8-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-3-v8-latin-500.svg#SourceSans3') format('svg'); /* Legacy iOS */
  }
  
  /* source-sans-3-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: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-3-v8-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-3-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-3-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-3-v8-latin-600.svg#SourceSans3') format('svg'); /* Legacy iOS */
  }
  
  /* source-sans-3-700 - 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: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v8-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-3-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-3-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-3-v8-latin-700.svg#SourceSans3') format('svg'); /* Legacy iOS */
  }
  
html, body * {
    box-sizing: border-box;
}
body {
    background: url(../images/muster_hg.png) repeat center;
    font-family: 'Source Sans 3' !important;
    color: #595959 !important;
}
.container-fluid {
    padding: 0 !important;
}
header {
   padding: 0; 
}
header .navbar {
    background: #6ba726;
    border: solid white;
    border-width: 2px 0 1px 0;
}
#anker-top {
    height: 0 !important;
}
.modal {
    background: rgba(0, 0, 0, .5);
}
.container {
    max-width: 1020px !important;
    background: white;
}
header .nav-link {
    margin-top: -2px !important;
    padding: 28px 19px 28px !important;
    border-top: 2px solid transparent !important;
    font-family: 'Source Sans 3' !important;
    font-size: 18px !important;
    color: white !important;
}
header .nav-link.active, header .nav-link.active:hover {
    border-top: 2px solid #03401c !important;
    color: #03401c !important;
  }
header .navbar-toggler {
    background: rgba(250, 250, 250, .3) !important;
    border: 1px solid #03401c !important;
    border-radius: .15rem !important;
    padding: .2rem .5rem !important;
  }
header .navbar-toggler:hover {
    background: rgba(250, 250, 250, .1) !important;
}
header .dropdown-menu {
    margin-top: -5px !important;
    background-color: #d6d6d6 !important;
    border-radius: 2px;
}
header .dropdown-menu a {
    color: #0c4e2a !important;
    padding: .5rem 1.5rem !important;
    border-color: #9b9b9b !important;
}
header .dropdown-menu a.active,
header .dropdown-menu a:hover {
    color: #d8ffea !important;
    background-color: #0c4e2a !important;
}
.offcanvas-body {
    background: #6ba726;
}
h1, h2, h3, h4, h5, h6, h6 {
    font-family: 'Source Sans 3' !important;
    color: #03401c !important;
}


/* ----- Taste scroll-Top ----- */
.scrollup {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: rgba(0, 0, 0, .5) !important;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 1540;
}

/* Gallery Einstellungen */
.sl-overlay {
    background: rgba(0, 0, 0, .7) !important;
}
.sl-prev, .sl-next, .sl-close {
    color: white !important;
}

.header-green {
    background: #0c4e2a !important;
}
.header-grey {
    background: #b6cabe !important;
    height: 52px !important;
}
.header-grey div {
    line-height: 1.1rem !important;
}
.card .nav-link {
    cursor: pointer;
}
/* Sleder_galerie Style Korrektur */
.wohn-galerie .carousel-indicators {
    position: static !important;
    margin: 1.0rem auto !important;
}
.wohn-galerie .carousel-indicators [data-bs-target] {
    width: 100% !important;
    height: auto !important;
    text-indent: 0px !important;
    border: none !important;
}
.wohn-galerie .carousel-control-next, 
.wohn-galerie .carousel-control-prev {
    bottom: 9% !important;
}
/* ------------------------------ */

footer .container, footer a {
    background: #6ba726;
    font-family: 'Source Sans 3' !important;
    color: white;
    text-decoration: none !important;
}
footer a:hover {
    color: #03401c !important;
}

@media screen and (max-width: 992px){
    header .nav-link {
        margin-top: 0 !important;
        padding: 1.0rem !important;
        border-top: none !important;
    }
    header .nav-link.active, 
    header .nav-link:hover,
    header .nav-link.active:hover {
        color: #0c4e2a !important;
        border-top: none !important;
    }
    header .dropdown-menu {
        display: block !important;
        background-color: transparent !important;
        border: none !important;
    }
    header .dropdown-menu a {
        color: white !important;
        padding: .5rem 2.5rem !important;
        border: none !important;
    }
    header .dropdown-menu a.active,
    header .dropdown-menu a:hover {
        color: #0c4e2a !important;
        background-color: transparent !important;
    }
}

@media screen and (max-width: 780px){
    .wohn-galerie .carousel-control-next, 
    .wohn-galerie .carousel-control-prev {
        bottom: 13% !important;
    }
}