/*Site Settings*/
.max-width {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.full-width{
    width: 1110px;
    margin: 0 auto;
}

/*Navigation*/
.nav-Body {
    width: 100vw;
    height: 100px;
    background-color: #fff;
    position: fixed;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 15px 0px rgba(0, 86, 157, 0.15);
}

.nav-list {
    list-style-type: none;
}

.nav-text {
    color: var(--dark-blue, #00569D);
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    text-transform: uppercase;
}

nav > .ul {
    list-style: none;
    display: flex;
    flex-direction: row;
}

.nav-center {
    flex: 1;
    display: flex;
    justify-content: center;
    width: 100%;
}

/*submenu navigation links*/

nav .submenu {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.95);
    padding: 0;
    padding-top: 20px;
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

nav .li:hover .submenu,
nav .li:active .submenu,
nav .li:focus .submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

nav .li:focus-within .submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}


/*
nav .submenu {
    visibility: hidden;
    padding: 0;
    padding-top: 20px;
    position: absolute;
}
*/
nav .submenu li {
    display: block;
}
/*
nav .li:hover .submenu,
nav .li:active .submenu,
nav .li:focus .submenu {
    visibility: visible;
}

nav .li:focus-within .submenu {
    visibility: visible;
}
*/
.submenu-bg {
    border-radius: 0.5rem;
    margin-top: -10px;
    margin-left: -15px;
    --tw-shadow: 0px 20px 25px -5px rgb(0 0 0 / 0.1), 0px 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0px 20px 25px -5px var(--tw-shadow-color), 0px 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.submenu-points {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}

/*Mobiles Menu*/
.mobile-menue-body {
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}

.mm-head-container{
	display: flex;
    justify-content: space-between; /* Space between logo and close button */
}

.mm-brita-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    flex: 1;
    text-align: center; /* Center content */
	margin-left: 62px;
}

.mm-foot-container{
	display: flex;
	width: 100%;
	justify-content: center;
	place-items: center;
    margin-top: auto;
    margin-bottom: 50px;
}

.close-button-container {
	height: 100px;
    display: flex;
    justify-content: flex-end; /* Align to the right */
    align-items: center;
	margin-right: 12px;
    margin-top: -2px;
    margin-left: 14px;
}

.close-button-img {
    width: 40px;
    height: 40px;
}

.header-brita-logo img, .mm-brita-logo img{
      width: 100%;
      height: 60px;
      object-fit: contain;
      max-width: 135px;
	}

@media only screen and (max-width: 891px) {
	.header-brita-logo{
		flex: 1;
		display: flex;
		justify-content: center;
		place-items: center;
		margin-left: 74px;
	}
}

/*Mobile Menupunkte*/
.mm-main-container{
	display: flex;
	justify-content: center;
	place-items: center;
    margin-top: 64px;
    height: calc(100vh - 200px);

}

.mm-main-container-box{
	width: 80%;
	height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    overflow: auto;
    gap: 32px;
}

.accordion-container {
    width: 100%;
    max-width: 90%;
}

@media only screen and (max-width: 768px) {
    .accordion-container {
        max-width: 100%;
    }
}
                
.accordion-checkbox {
    display: none;
}
            
.accordion-header {
    display: flex;
    align-items: center;
 	cursor: pointer;
    text-transform: uppercase;
}

.accordion-header .nav-text {
    font-size: 32px;
}
            
.accordion-title {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
}
            
.accordion-content {
    font-size: 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}
            
.accordion-toggle img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}
            
.accordion-toggle.rotate img {
    transform: rotate(90deg);
}





.fullscreen-background{
    width: 100vw;
    height: 70vh;
}

/***********************************************************/
/*Blau Box*/

.gap-box{
    gap: 64px;
}

@media only screen and (max-width: 768px) {
    .gap-box{
        gap: 0px;
    }
}

.leftside-link-img{
    margin-left: 8px; 
    height: 10px; 
    width: auto; 
    margin-top: 5px; 
}

/***********************************************************/
/*Info Grid*/

/*.infoGrid-Inner-Container{
    position: absolute;
    top: 50px;  /* Position the text at the top of the image */
/*    left: 90px;
    z-index: 20;
    padding: 10px;  /* Add padding if needed */

.infoGrid-Inner-Container {
    position: static;
    padding: 64px;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-items: flex-start;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    min-height: 250px;
}

.info-grid-flex{
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 768px) {
    .info-grid-flex{
        display: flex;
        flex-direction: column;
    }
}

.background-gradiant:hover{
    background: 
        linear-gradient(to bottom left, rgba(0, 86, 157, 0.00) 0%, #00569D 50%) bottom right / 50% 50% no-repeat, 
        linear-gradient(to bottom right, rgba(0, 86, 157, 0.00) 0%, #00569D 0%) bottom left / 50% 50% no-repeat, 
        linear-gradient(to top right, rgba(0, 86, 157, 0.00) 0%, #00569D 0%) top left / 50% 50% no-repeat, 
        linear-gradient(to top left, rgba(0, 86, 157, 0.00) 0%, #00569D 50%) top right / 50% 50% no-repeat, 
        url('assets/images/Hero_Startseite_Brita_Arena.png') lightgray 170.687px -43.111px / 100% 125.738% no-repeat;
}

.background-gradiant{
    background: 
        linear-gradient(to bottom left, rgba(0, 86, 157, 0.00) 0%, #00B1EB 50%) bottom right / 50% 50% no-repeat, 
        linear-gradient(to bottom right, rgba(0, 86, 157, 0.00) 0%, #00B1EB 0%) bottom left / 50% 50% no-repeat, 
        linear-gradient(to top right, rgba(0, 86, 157, 0.00) 0%, #00B1EB 0%) top left / 50% 50% no-repeat, 
        linear-gradient(to top left, rgba(0, 86, 157, 0.00) 0%, #00B1EB 50%) top right / 50% 50% no-repeat, 
        url('assets/images/Hero_Startseite_Brita_Arena.png') lightgray 170.687px -43.111px / 100% 125.738% no-repeat;
}

/***********************************************************/
/*Footer*/
.footer {
  box-shadow: 0px -5px 15px 0px rgba(0, 86, 157, 0.15);
  background-color: white;
}
.footer-col-margin {
  margin-top: -8px;
}
.footer-col-margin h6{
  margin-bottom: 0px;
}
.footer-col-margin a{
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
   .footer-col-margin {
    margin-top: 0px;
    }
}

.first-footer-grid{
    display: grid; 
    grid-template-columns: repeat(5, minmax(0, 1fr));
    
}

@media only screen and (max-width: 768px) {
    .first-footer-grid{
        display: grid; 
        grid-template-columns: repeat(2, minmax(0, 1fr));
        
    }
}

@media only screen and (max-width: 567px) {
    .first-footer-grid{
        display: grid; 
        grid-template-columns: repeat(1, minmax(0, 1fr));
        
    }
}

.second-footer-grid{
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 768px) {
    .second-footer-grid{
        display: flex;
        flex-direction: column;
        justify-content: center;
        place-items: center;
    }
}

/***********************************************************/
/*unterseiten Header*/

.hero-img-width{
    width: 50vw;
}

@media only screen and (max-width: 768px) {
    .hero-img-width{
        width: 100%;
    }
}

/***********************************************************/
/*Bread Crumps*/

.bread-crumps{
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.ShortHero-Img{
    border-bottom-left-radius: 1.5rem;
    max-height: 500px;
    object-fit: cover;
}

/***********************************************************/
/*Accordeon*/

.acc-container {
    width: 100%;
    max-width: 90%;
}

@media only screen and (max-width: 768px) {
    .acc-container {
        max-width: 100%;
    }
}
                
.acco-checkbox {
    display: none;
}
            
.acc-header {
    display: flex;
    align-items: center;
 	cursor: pointer;
    text-transform: uppercase;
    border-radius: 8px;
}
            
.acc-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
            
.acc-content {
    font-size: 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
    padding-left: 30px;
    padding-right: 30px;
    padding-top:20px; 
}


.acc-toggle{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: end;
    align-items: end;
    align-items: center;
    padding-right: 44px;
    
}


.acc-toggle img {
    width: auto;
    height: 15px;
    transform: rotate(270deg);
    transition: transform 0.3s ease;
}
            
.acc-toggle.rotate img {
    transform: rotate(360deg);
}

/***********************************************************/
/*Slider Cart*/

.SliderCard-Inner-Container{
    z-index: 20;
    padding: 64px;  /* Add padding if needed */
    max-width: 60ch;
}
@media only screen and (max-width: 768px) {
  .SliderCard-Inner-Container{
    padding: 32px;  /* Add padding if needed */
  }
}

.SliderCard-Btn-Position{
    position: absolute;
    top: 350px;
}
@media only screen and (max-width: 768px) {
  .SliderCard-Btn-Position{
    top: 400px;
  }
}

/***********************************************************/
/*Tabelle*/

.custom-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.custom-th, .custom-td {
    padding: 8px;
    margin-bottom: 16px !important;
    text-align: center;
    border-bottom: 1px solid var(--dark-blue);
}

.first-column {
    width: 50%;
    position: fixed;
    left: 0;
    background-color: white;
    z-index: 1;
}

.first-header {
    background-color: var(--dark-blue);
    color: white;
}

.custom-tr {
    margin-bottom: 16px;
    display: table-row;
}

/*** 2 ***/

.column-padding{
    padding-top: 14px;
    padding-bottom: 14px;
}

.border-b-db{
    border-bottom: 2px solid var(--dark-blue);
}

.tabel-first-col{
    display: flex;
    position: sticky;
    z-index: 20;
    top: 0;
}

/*****************************************************************/
/*Form*/

.form-menue{
    width: 100%;
    height: 700px;
    background-color: var(--dark-blue);
}
/*
.form-content{
    width: 70%;
    height: 600px;
    background-color: white;
}
*/
.circle-on{
    width: 30px;
    height: 30px; 
    background-color: white;
    color: var(--dark-blue);
    border-radius: 9999px;
    margin-right: 8px;
}

.circle-off{
    width: 30px;
    height: 30px; 
    background-color: white;
    opacity: 0.5;
    color: var(--dark-blue);
    border-radius: 9999px;
    margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  .circle-on{
    margin-right: 0px;
  }
  .circle-off{
    margin-right: 0px;
  }
}

.text-on{
    color: white;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.text-off{
    color: white;
    opacity: 0.5;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.form-shadow{
    --tw-shadow: 0px 20px 25px -5px rgb(0 0 0 / 0.1), 0px 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0px 20px 25px -5px var(--tw-shadow-color), 0px 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .form-menue{
      width: 100%;
      height: 100px;
      background-color: var(--dark-blue);
  }
}
.input .form-control {
    width: calc(100% - 40px) !important;
    padding-left: 20px;
}
.input textarea {
    padding-top: 20px;
}
