@charset "utf-8";
/* CSS Document */


body {
  padding-top: 80px; /* Höhe der Navbar in px */
}

header {
    padding: 200px 0 200px 0;
}

.headerhandy {
    padding: 120px 0 50px 0;
}

section {
    padding: 70px 0;
}

section.bild {
    padding:0 0;
}

.margintop-10 {margin-top: 10px;}
.margintop-20 {margin-top: 20px;}
.margintop-50 {margin-top: 50px;}
.margintop-80 {margin-top: 80px;}


/* ********** Parallax ************ */

.parallax-1 {
    /* The image used */
    background-image: url("../bilder/xxx.jpg");

    /* Set a specific height */
    height: 400px;

    /* Create the parallax scrolling effect 
/*	background-attachment: scroll !important;*/
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

 /* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax-1 {
    background-attachment: scroll;
  }
} 



.parallax-2 {
    /* The image used */
    background-image: url("../bilder/2022-48zwei-friedrich-ebert-strasse.jpg");

    /* Set a specific height */
    height: 400px;

    /* Create the parallax scrolling effect 
/*	background-attachment: scroll !important;*/
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

 /* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax-2 {
    background-attachment: scroll;
  }
} 



.parallax-test {
    /* The image used */
    background-image: url("../bilder/parallax-christiane-brach-kassel.jpg");

    /* Set a specific height */
    height: 500px;

    /* Create the parallax scrolling effect 
/*	background-attachment: scroll !important;*/
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

 /* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax-test {
    background-attachment: scroll;
  }
} 

/* ************* Bilder *************** */ 






/* Google Fonts */
body {font-family: 'Montserrat', sans-serif; color:#5c5b5a; }


/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v25-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}






/* Schriften */

p.fett {
  font-weight: font-weight:800  !important;
}


b, strong {
  font-weight: 600;
}

p {font-size: 18px; color:#5c5b5a; line-height:170%; font-weight:200;}
p.mehr-abstand {line-height:220%;}

br.mehr-abstand {
            display: block; /* makes it have a width */
            content: ""; /* clears default height */
            margin-bottom: 15px; /* change this to whatever height you want it */
}

h1, h2, h3 {color:#7cbd19; font-weight:400;}

h1 { font-size:50px; font-weight:400; letter-spacing: 0.05em;}
h2 { font-size:35px; font-weight:400;}
h3 { font-size:25px; font-weight:400;}


.gross14 {font-size: 14px;}


.big-icon {
    font-size: 2rem; /* Doppelte Standardgröße */
}

.ul-maari {
    margin-left: -25px; list-style-type: square;
	font-size: 18px; color:#5c5b5a; line-height:170%; font-weight:200;
}


.ul-maari-gross-gruen {
    margin-left: -15px; list-style-type: square;
	font-size: 24px; color:#7cbd19; line-height:170%; font-weight:200;
}


.ul-maari-haken {
    margin-left: -10px;  list-style-image: url(../bilder/maari-haken.png); 
	font-size: 18px; color:#ffffff; line-height:170%; font-weight:200;
}

.gruen-mr {color: #7cbd19;}
.hellblau-mr {color: #619bb5;}
.beige-mr {color: #9d8e8b;}
.dunkelblau-mr {color: #455f78;}
.dunkelblau-mrOLD {color: #375b6b;}
.grau-mr {color: #b2b2b2;}
.rot-mr {color: #bd5f4c;}
.rot9-mr {color: #d63f38;}
.orange-mr {color: #f08e01;}
.tuerkis-mr {color: #08C6D2;}
.tuerkis-dunkel-mr {color: #037C85;}


.bg-header-bildschirm {
	background-image:url(../bilder/header-christiane-brach-kassel.jpg);
	 background-size: cover;
 background-repeat: no-repeat;
 background-position: center; /* Bild zentrieren */
  min-height: 700px; /* Mindesthöhe von 400px */
}

.bg-header-handy {
	background-image:url(../bilder/header-christiane-brach-kassel.jpg);
	 background-size: cover;
 background-repeat: no-repeat;
 background-position: center; /* Bild zentrieren */
  min-height: 400px; /* Mindesthöhe von 400px */
}



.bg-gruen {
    background-color: #7cbd19 !important;
}


.bg-beige {
    background-color: #eeede2 !important;
}


.bg-hellblau {
    background-color: #619bb5 !important;
}

.bg-dunkelblau {
    background-color: #4d6883 !important;
}

.bg-grau {
    background-color: #b2b2b2 !important;
}

.bg-orange {
    background-color: #f08e01 !important;
}


.bg-navi {
    background-color: #ffffff !important;
}



.bg-hellgrau {
    background-color: #F7F7F7 !important;
}




.text-weiss {color: #ffffff;}

.hr-weiss {background-color: #ffffff; margin-left: -25px;}

/* Links */

a.text-mr:link, a.text-mr:visited,a.text-mr:active   {
 color: #7cbd19;
 text-decoration:underline;
 }

a.text-mr:hover {
 color: #455f78;
 text-decoration:underline;
 }
 
 a.text-mr-weiss:link, a.text-mr-weiss:visited,a.text-mr-weiss:active   {
 color: #ffffff;
 text-decoration:underline;
 }

a.text-mr-weiss:hover {
 color: #ffffff;
 text-decoration:none;
 }
 
 
  a.text-mr-weiss-angebot:link, a.text-mr-weiss-angebot:visited,a.text-mr-weiss-angebot:active   {
 color: #ffffff;
 text-decoration:none;
 }

a.text-mr-weiss-angebot:hover {
 color: #ffffff;
 text-decoration:underline;
 }
 
 
/* ************* Navbar *************** */ 

.navbar {
    padding: 1.5rem 1rem;
	font-size:1.1rem;
	border-bottom-style: solid;
	border-color: gray;
	border-width: 1px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-light .navbar-brand{color:#7cbd19}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}


.navbar-dark .navbar-brand{color:#fff}
.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:rgba(255,255,255,.5)}
.navbar-dark .navbar-nav .nav-link{color:#fff}
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}
.navbar-dark .navbar-nav .nav-link.disabled{color:#fff}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}



/* ************* Aufklapp-Text *************** */ 

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
}




  /* Lightbox/Masonry chat gpt für filterbare galerie*/


  .masonry-grid {
    column-count: 3;
    column-gap: 1rem;
  }
  .masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .masonry-item.hide {
    display: none !important;
  }

  /* Lightbox */
  .lightbox-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    overflow: hidden;
  }
  .lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 100%;/*max-height: 90%;  --- 14.7. test --- */
    text-align: center;
    background-color: white;
    border-radius: 0.5rem;
    padding: 0.2rem;
    z-index: 2;
  }
  .lightbox-content img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 0.5rem;
  }
  .lightbox-caption {
    color: #333;
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
  
  
  #lightbox-caption {
    color: #333;
    background: #fff;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
	font-size: 14px;
  }
  
  
  
  .lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
  z-index: 9999;
  }
  .lightbox-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9998;
    pointer-events: none;
  }
  .lightbox-nav span {
    color: white;
    font-size: 3rem;
    cursor: pointer;
    user-select: none;
    padding: 1rem;
    pointer-events: auto;
    background: none;
  }
  @media (max-width: 768px) {
    .masonry-grid {
      column-count: 1;
    }
    .lightbox-nav span {
      font-size: 2rem;
      padding: 0.5rem;
    }
  }
  
    .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .filter-buttons .btn {
    background-color: white;
    border: 1px solid #ccc;
    color: #333;
    white-space: nowrap;
  }

  .filter-buttons .btn.active {
    background-color: #333;
    color: white;
    border-color: #333;
  }

  @media (max-width: 768px) {
    .filter-buttons {
      justify-content: center;
    }
  }


.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #455f78;
  border-color: none;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: none;
}


/* Lightbox Container */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    overflow: hidden;
}

/* Lightbox Content */
.lightbox-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

/* Bild-Stil */
#lightbox-image {
    display: block;
    max-width: 100%;
    max-height: 75vh;
    height: auto;
    margin: 0 auto;
}

/* Text-Stil */
#lightbox-caption {
    width: 100%;
    max-width: 700px;
    text-align: center;
    padding: 1em;
    background: #fff;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    border-radius: 0 0 8px 8px;
    margin: 0 auto;
}

/* Lightbox Navigation */
.lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    font-size: 4rem;
    cursor: pointer;
    z-index: 9999;
}

.lightbox-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9998;
    pointer-events: none;
}

.lightbox-nav span {
    color: white;
    font-size: 3rem;
    cursor: pointer;
    user-select: none;
    padding: 1rem;
    pointer-events: auto;
    background: none;
}

@media (max-width: 768px) {
    .lightbox-nav span {
        font-size: 2rem;
        padding: 0.5rem;
    }
}

.lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #333; /* Schwarze Farbe für bessere Sichtbarkeit */
    font-size: 4rem;
    cursor: pointer;
    z-index: 9999;
    /*background-color: rgba(0, 0, 0, 0.5);  Halbtransparenter schwarzer Hintergrund */
    border-radius: 50%; /* Kreisform */
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

