/*
=============== 
Fonts
===============
*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");

/*
=============== 
Variables
===============
*/

:root {
  /* dark shades of primary color*/
  --clr-primary-1: hsl(184, 91%, 17%);
  --clr-primary-2: hsl(185, 84%, 25%);
  --clr-primary-3: hsl(185, 81%, 29%);
  --clr-primary-4: hsl(184, 77%, 34%);

  /* primary/main color */
  /* white pantone */
  --clr-white-05: rgba(255, 255, 255, 0.5);
  --clr-white-02: rgba(255, 255, 255, 0.2);
  --clr-white-08: rgba(255, 255, 255, 0.8) ;
  
  --clr-primary-5:#007bff ;
  /* lighter shades of primary color */
  --clr-primary-6: hsl(185, 57%, 50%);
  --clr-primary-7: hsl(184, 65%, 59%);
  --clr-primary-8: hsl(184, 80%, 74%);
  --clr-primary-9: hsl(185, 94%, 87%);
  --clr-primary-10: hsl(186, 100%, 94%);
  /* darkest grey - used for headings */
  --clr-grey-1: hsl(209, 61%, 16%);
  --clr-grey-2: hsl(211, 39%, 23%);
  --clr-grey-3: hsl(209, 34%, 30%);
  --clr-grey-4: hsl(209, 28%, 39%);
  /* grey used for paragraphs */
  --clr-grey-5: #e3e3e3;
  --clr-grey-6: hsl(209, 23%, 60%);
  --clr-grey-7: hsl(211, 27%, 70%);
  --clr-grey-8: hsl(210, 31%, 80%);
  --clr-grey-9: hsl(212, 33%, 89%);
  --clr-grey-10: hsl(210, 36%, 96%);
  --clr-creme-white-0:#efebdc;
  --clr-creme-darkgrey-0:#333333;
  --clr-white: #fff;
  --ff-primary: "Lato", sans-serif;
  --transition: all 0.3s linear;
  --spacing: 0.25rem;
  --radius: 0.5rem;
  --light-shadow: 0 5px 15px #9bf6ff;
  --dark-shadow: 0 5px 15px #ffc6ff;
}
/*
=============== 
Global Styles
===============
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family:var(--ff-primary);
  background: white;
  color: var(--clr-creme-darkgrey-0);
  line-height: 1.5;
  font-size: 0.875rem;
max-width: 100vw;
}

.newspaper-design{
background: var(--clr-creme-white-0);
}

ul {
  list-style-type: none;
  text-align: center;
  
}

 a {
  display: block;
  text-decoration: none;
 color: var(--clr-creme-white-0);
font-size: 1rem;
text-align: center;
align-self: center;
justify-self: center;
line-height: 1.8rem;
}

.blog-agenda a:hover{
  background:  var(--clr-creme-darkgrey-0);
  color: white;
  padding: 0rem 1.5rem;
  text-decoration: underline;
}

li{
  margin: 0.5rem 0;
  
}

.tour-info.index a:hover {
  color:white;
  }

  .product-link{
    padding: 2rem;
width: 16rem;
 }

.product-link:hover{
border: 2px inset var(--clr-primary-1);
border-width: 0.3rem;
}
  


img:not(.nav-logo) {
  width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  color: var(--clr-creme-darkgrey-0);
  margin: 0.5rem 0rem;
  font-size: 1.32rem;
text-transform: uppercase;
text-decoration: underline;
}


h5 {
  margin-top: 1.6rem;
}
h1 {
  margin-top: 10vh;
line-height: 1.9rem;
  border-bottom: none;
  text-transform: uppercase;
  color: var(--clr-creme-darkgrey-0);


}


h2 {
  margin-bottom: 1.5rem;
}

p {
  font-size: 1rem;
  color:var(--clr-creme-darkgrey-0);
  line-height: 2;
}
@media screen and (min-width: 800px) {
.blog-article p {
  font-size: 4rem;

}


  h1 {
    font-size: 3rem;
line-height: 3.4rem;

  }
  h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  body {
    font-size: 1rem;
  }

}


#highlighted {
  font-style: italic;
  color:#007bff ;
  font-size: 1.5rem;
  line-height: 6rem;

}

.highlighted-headline.narcissism h2  {
background: orange;

}


/*  global classes */

.btn {
  text-transform: uppercase;
  background: var(--clr-grey-8);
  color: var(--clr-white);
  padding: 0.375rem 0.75rem;
  letter-spacing: var(--spacing);
  display: inline-block;
  /* font-weight: 700; */
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 0.875rem;
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
margin-top: 1rem;
margin: 0 auto;


}
.btn:hover {
  color: var(--clr-primary-1);
  background: var(--clr-primary-8);
}
.btn.menu{
margin: 0 2rem;
left: -2vw;
}
.intro-line span  {
text-transform: uppercase;
  font-size: 2rem;
}
/*
=============== 
Navbar
===============
*/
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  /* box-shadow: var(--dark-shadow); */
  border-bottom: none;
  z-index: 2;
max-width: 100vw;
}

.nav-logo{
max-height: 50px;
cursor: pointer;
}

.nav-icons {
  display: none;
}

.nav-center {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.nav-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 1rem 2rem;
}
.nav-toggle {
  background: transparent;
  border: transparent;
  font-size: 1.5rem;
  color: var(--clr-creme-darkgrey-0);
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.nav-toggle:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.nav-link {

  display: block;
  padding: 1rem 2rem;
  text-transform: capitalize;
  letter-spacing: var(--spacing);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--clr-grey-1);
  cursor: pointer;
 
}

.nav-link:hover {
  color: var(--clr-primary-1);
  background: var(--clr-primary-8);
  padding-left: 2.25rem;
  font-size: 1.2rem;
}

.nav-links {
  height: 0;
  overflow: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  color: var(--clr-primary-5);
}

.flag {
font-size: 1.5rem;
}

.show-links {
  height: auto;
  background-color:white;
  transition: ease-in-out;

}

.cross-out{
  text-decoration: line-through;
}

@media screen and (min-width: 992px) {
  .navbar {
    padding: 1rem 2rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-self: center;
    justify-items:end;
  }


  .nav-toggle {
    display: none;
  }

  .nav-center {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .nav-links {
    height: auto;
    display: -webkit-box;
    display: flex;

  }

  .nav-header {
    padding: 0 0;
  }
  .nav-link {
    padding: 0 0;
    margin-right: 0.7rem;
  }

  .nav-link:hover {
    padding: 0;
    color: var(--clr-primary-5);
    background: transparent;
  }
  .nav-icons {
    display: -webkit-box;
    display: flex;
flex-direction: row;

    
  }
  .nav-icon {
    margin-right: 0.7rem;
    color: var(--clr-grey-7);
    font-size: 1.2rem;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .nav-icon:hover {
    color: var(--clr-primary-8);
  }
}
/*
=============== 
Hero
===============
*/

.hero {
  min-height: 100vh;
  background: var(--clr-primary-5);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.blog-hero {
  min-height: 70vh;
  padding: 2rem 1rem;
}
.hero-banner {
  text-align: center;
  color: var(var(--clr-white));
  padding: 0 3rem;
}

.hero-banner h1 {
  text-transform: uppercase;
}

.hero-banner p {
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--clr-white);
  letter-spacing: var(--spacing);
}
.hero-btn {
  padding: 0.9rem 1.6rem;
  font-size: 1.25rem;
  background: var(--clr-white);
  color: var(--clr-primary-5);
}

.hero-btn:hover {
  background: transparent;
  color: var(--clr-white);
  border-color: var(--clr-white);
}

.blog-article{
  margin: 3.5rem auto;
max-width: 85vw;
margin-bottom: 2.5rem;
}

.blog-article h5{
  font-size: 1.3rem;
}
.blog-article h3{
  font-size: 1.3rem;
}
.blog-agenda {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.blog-agenda ul{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-self: center;
  flex-direction: column;
  text-align: left;
  color: var(--clr-creme-darkgrey-0);
}

.blog-agenda ul a{
  color: var(--clr-creme-darkgrey-0);

}

.blog-agenda li {
  font-size: 1.1rem;
}

.blog-article h4{
margin-bottom: 1rem;
}

.blog-article h3 span,
.blog-article h4 span{
  position: relative;
  font-size: 0.9rem;
  width: 90vw;
margin-top: 0.6rem;
line-height: 1.8rem;

}

.blog-article p{
  font-size: 1.1rem; /* Etwas größere Schrift für bessere Lesbarkeit */
  line-height: 1.6; /* Angenehmer Zeilenabstand für bessere Lesbarkeit */
  text-align: justify; /* Blocktext */
  text-align-last: center; /* Letzte Zeile zentrieren */
  margin: 0 auto; /* Zentrierter Textblock */
  max-width: 88vw; /* Maximale Breite */
  padding: 0 22px; /* Innenabstand für Mobilfreundlichkeit */
  color: var(--clr-creme-darkgrey-0); /* Angenehmes Dunkelgrau für bessere Lesbarkeit */
  font-family: "Merriweather", serif; /* Edle, gut lesbare Schriftart */
  word-spacing:0; /* Leichte Wortabstände für bessere Lesbarkeit */
  margin-bottom: 1.25rem;
}


.blog-article-footer{
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
max-width: 80%;
}

.blog-article-footer h5{
  line-height: normal;
  margin-bottom: 1.125rem;
}

.blog-footer-segments{
  height: auto;
  position: relative;
  display: flex;
  margin-top: 0.25rem;
  margin-bottom: 2.25rem;
width: 90vw;
max-width: fit-content;
height: auto;
justify-content:center;
justify-self: center;
flex-wrap: wrap;
gap: 1rem;
align-self: center;
justify-self: center;
align-items: center;

}

 .product-item{
  height: auto;
  min-height: 15rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
justify-content: space-around;
align-items: center;
padding: auto;
box-sizing: border-box;
align-items: center;
} 

.product-item a{
color: #0077b5;
}

.product-item .blog-footer-segments{
  margin-bottom: 0;
}
#samsungBuds2-image{
    transform: rotate(-90deg); /* Dreht das Bild um 90 Grad nach links */
    object-fit: contain; /* Passt das Bild an, ohne es zu verzerren */
    display: block; /* Stellt sicher, dass das Bild korrekt angezeigt wird */
  }


.blog-article ul{
  padding: 1rem;
  font-size: 1.3rem;
  background: transparent;
padding-top: 0.7rem;
}

.blog-footer-segments a{
  margin-top: 1.125rem;
}

@media screen and (min-width: 768px) {

  .blog-agenda ul a {
    font-size: 1.5rem;
    text-align: left;
  }
.blog-article p{
  font-size: 1.4rem;
}
.blog-article {
max-width: 80vw;}
.blog-article h3{
  font-size: 2.25rem;
}

section.section{
  min-height: 80vh;
}


}

.blogs-container{
  max-width: 200px;
  border-bottom: white inset 0.4px;
}

.blogs-container a:hover{
  background: white;
}


.index-title h1{
padding: 0rem 2rem;
margin-bottom: 0rem;
}
.index-title p{
text-align: center;
}

.section {
 align-items: center;
 padding-top: 8vh;
}

.section-titel {
  text-align: center;
  max-width: 80vw;
  margin: 0 auto;
  margin-top: 6rem;
  margin-bottom: 2.5rem;


}

.blog-titel{
  

  height: auto;
  transition: var(--transition);
}


.section-titel h2 {
  text-transform: uppercase;
}

.section-titel span {
  color: var(--clr-primary-5);
}

.section-center {
  width: 90vw;
  margin: 0 auto;
  max-width: 1170px;
  margin-top: 3rem;
}

section.blog-article{
  margin-top: 4rem;
}

@media screen and (min-width: 992px) {
  .section-center {
    width: 70vw;
  }
  .blog-article p{
  font-size: 1.4rem;
}
}


/* Blog theme widgets */

.widget.health {
  background-image: url('../images/running-laufen-her_image.jpg');
}



.widget.business {
  background-image: url('../images/Sustainable-Business.png');
}

.widget.politics {
  background-image: url('../images/Baerbock_thearrival-comp.png');
}

.widget.psychology {
  background-image: url('../images/narissism.png');
}






/*
=============== 
About
===============
*/

/* section center add to globals */
.about-img,
.about-info {
  max-width: 80vw;
margin: 0 auto;

}

.about-photo {
  max-width: 100vw;
}


.section h1{
  font-size: 1.6rem;
text-align: center;

}

.blog-titel{

width: 95vw;
margin: 0 auto;
margin-top: 4rem;
margin-bottom: 2rem;
}


@media screen and (min-width: 762px) {
  .blog-titel{
      margin-top: 0;
      align-items: center;
      width: 88vw;
      margin: 1.5 auto;
    text-decoration: underline;
    }

.section h1{
    padding: 0 auto;
    font-size: 2.3rem;
  }
  }



@media screen and (min-width: 992px) {

.about-img{
  max-width: 50vw;
  }

  .section h1{
    font-size: 3rem;
line-height: 4rem;
  }

  .about-img,
  .about-info {
    /* -webkit-box-flex: 0; */
    /* flex: 2 calc(50% - 2rem); */
    margin-top: 0;
    align-self: center;
  }
}
@media screen and (min-width: 1170px) {
  .about-img::before {
    content: "";
background-image: url(../images/Test-Funnel.jpg);
        position: absolute;
        background-size: 100% 100%;
    border: 0.5rem solid var(--clr-primary-5);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: -2rem;
    left: -2rem;
    z-index: -1;
  }


  
  .about-img {
    position: relative;
  }
  .about-img:hover::before {
    opacity: 1; /* Show the before element on hover */
    z-index: 1; /* Bring the before element to the front */
}

.about-img:hover {
    z-index: 2; /* Move the about-img to the back */
}
.section{
  margin-top: 3rem;
}
}


/* Blog image titel describtion */

.image-caption {
  max-width: 90vw;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
gap: 0.2rem;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  justify-content: space-around;

}

.image-title {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.blog-date {
  font-size: 16px;
  color: gray;
  margin: 0;
}

.social-media-buttons {
  width: 75vw;
  justify-self: center;
  display: flex;
  gap: 10px;
}

.social-button {
margin-top: 1rem;
  background-color: #ccc;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  display: inline-block;
justify-self: center;
align-self: center;
width: 100%;
}

.social-button:hover {
  background-color: #888;
}

.facebook {
  background-color: #3b5998;
}

.twitter {
  background-color: #1da1f2;
}

.linkedin {
  background-color: #0077b5;
}
.whatsapp {
  background-color: #25d366; /* WhatsApp Green */
}




/* BLOG CONTENT TOGGLE */

/* Hide the paragraphs initially */
.toggle-content {
  display: none;
 
}

.toggle-content ol{
  margin: 0 auto;
  max-width: 80%;
}

/* Style for the clickable headers */
.toggle-header {
  cursor: pointer;
  color: var(--clr-grey-4);
margin: 1.5rem 0;
}

.toggle-header:hover {
  color: var(--clr-creme-darkgrey-0);
  background: var(--clr-creme-white-0);
}


/*
=============== 
Featured Tours
===============
*/

.tour-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 400px;
  width: 100%;
}


.tour-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.card-image {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 1rem 1rem 0 0;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 1rem 1rem 0 0;
}



.product-photo{
height: auto;
max-width: 660px;
margin: 0 auto;
}

.product-photo:hover{
transform: scale(0.9);
}

.tour-img-container {
  position: relative;
}

.tour-img {
  height: 15rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.tour-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--clr-primary-8);
  margin-bottom: 0;
  color: var(--clr-primary-1);
  text-transform: capitalize;
  padding: 0.25 0.5;
}
.tour-info a {
  font-family: var(--ff-primary);
  font-size: 1.2rem;
  text-decoration: none;
  color: #2c3e50;
  font-weight: 500;
  transition: color 0.3s ease;
}
.tour-info a:hover {
  color: var(--clr-creme-darkgrey-0);
}

.tour-info {
  padding: 1rem;
}
.tour-info.index {
text-align: center;
}
.tour-info.index h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.tour-info.index a {
color:var(--clr-creme-darkgrey-0);
font-weight: 800;
font-size: 1.5rem;
}

.tour-info li {
  margin-bottom: 0.4rem;
}

.tour-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

.tour-footer p {
  line-height: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--clr-primary-5);
}

.tour-btn {
  text-align: center;
text-transform: lowercase;

border: none;
color: white;
background: var(--clr-grey-8);
display: inline;
padding: 0rem 1rem;
}

.product-container{
  display: flex;
  height:auto;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 2rem;
justify-content: space-around;
justify-items: center;
align-items: center;
box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2);

}

thead th {
  color: var(--clr-white);
  padding: 0.5rem;
  text-align: center;
}

.featured-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.product-image-container img{
  max-height: 4rem;
  width: auto;
  justify-self: center;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}


@media screen and (min-width: 768px) {
  .toggle-content ol{
    max-width: 60%;
    font-size: 1.2rem;
  }
  .product-container{
max-width: 80vw;
  }
  .image-caption{
    justify-content:center;
  }
  .featured-center {
    justify-content: space-around;
    padding: 2rem;
  }

  .tour-card {
    flex: 0 0 calc(48% - 1rem);
  }
@media screen and (min-width: 1170px) {
  .tour-card {
    flex: 0 0 calc(45% - 2rem);
  }
}

.blog-listing{
  border-bottom: cyan;
  border-bottom-style: dashed;
}

}
/*
=============== 
Contact
===============
*/

.contact {
  background: var(--clr-primary-5);
}

.contact-title {
  color: var(--clr-white);
}

.contact-title p {
  color: var(--clr-primary-8);
}

.contact-form {
  display: -webkit-box;
  display: flex;
  max-width: 28rem;
}

.form-control {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  color: var(--clr-grey-5);
}

.form-control,
.btn-submit {
  padding: 0.375rem 0, 75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: var(--spacing);
  background: var(--clr-white);
  text-transform: capitalize;
  border: transparent;
}

.form-control::-webkit-input-placeholder {
  color: inherit;
}

.form-control::-moz-placeholder {
  color: inherit;
}

.form-control:-ms-input-placeholder {
  color: inherit;
}

.form-control::-ms-input-placeholder {
  color: inherit;
}

.form-control::placeholder {
  color: inherit;
}

.btn-submit {
  font: var(--ff-primary);
  margin-left: 0.5rem;
  background: var(--clr-primary-8);
  color: var(--clr-primary-1);
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.btn-submit:hover {
  background: var(--clr-primary-1);
  color: var(--clr-grey-5);
}

@media screen and (min-width: 992px) {
  .contact-center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .contact-form {
    align-self: flex-start;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    max-width: 100%;
    padding-left: 2rem;
  }
}


/* About Us appartment presentation */

.txt-left{
  text-align: right;
}

/*
=============== 
Gallery
===============
*/
.gallery-img-container {
  position: relative;
  background: var(--clr-primary-5);
}
.gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--clr-white);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.gallery-img {
  height: 17rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}




@media screen and (min-width: 768px) {
  .gallery-center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-img-container {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
  }
  .highlighted-headline{
max-width: 100vw;
margin-bottom: 4rem;
  }


}
@media screen and (min-width: 992px) {
  .gallery-center {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-img-container {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
  }
}

/* blog footer */

.blog-footer-links{
display: flex;
justify-self: center;
width: 100vw;
flex-direction: column;
align-items: center;

}

/*   .toggle-footer-btn.a{
    grid-area: a;
    width: 100%;
height: 100%;
padding: 10px;
  }
  
  .toggle-footer-btn.b{
    grid-area: b;
    padding: 10px;
    width: 100%;
    height: 100%;
  }
  .toggle-footer-btn.c{
    grid-area: c;
    padding: 20px;
    justify-self: left;
    width: 100%;
    height: 100%;

  } */
  .footer-segment-a {
    grid-area: d;
    min-width: 75vw;
    justify-content: center;
background:var(--clr-creme-darkgrey-0);
color: white;
  }

  .footer-segment-b{
    grid-area: e;
    min-width: 75vw;
    justify-content: center;
    background:var(--clr-creme-darkgrey-0);
color: white;

  }
  .footer-segment-c {
    grid-area: f;
    min-width: 75vw;
    justify-content: center;
    background:var(--clr-creme-darkgrey-0);
    color: white;
justify-content:center;
  }

  .footer-segment-c ul {
  min-width: 40%;
  }

  .footer-segment-a a{
    color:var(--clr-creme-darkgrey-0);
    font-size: 1.3rem;
    color: white;
  }
  .footer-segment-c h5{
    color: white;
  }

/* 
  @media screen and (min-width: 768px) {
  .blog-footer-links{
    min-width: 70vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr;
justify-self: center;
justify-content: center;
justify-items: center;
height: auto;
    gap: 1rem;
    align-self: center;
    grid-template-areas:
          "a b c"
          "headline headline headline"
          "d d d"
          "e e e"
          "f f f";
    
    
    }

  } */

.sub-item-img{
  align-self: center;
  justify-self: center;
  max-width:120px ;
  max-height: auto;
}

/*
=============== 
Footer
===============
*/

.footer {
  position: relative;
  bottom: 0;
  background: var(--clr-creme-darkgrey-0);
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
width: 100vw;
  justify-self: center;

}

.footer-link,
.footer-icons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 2rem;


}

.footer-links {
  color: var(--clr-white);
  text-transform: capitalize;
  font-size: 1rem;
  margin-left: 1rem;
  letter-spacing: var(--spacing);
  -webkit-transition: var(--transition);
  transition: var(--transition);


}

footer h6{
  color: white;
  letter-spacing: var(--spacing);
  font-size: 1.2rem;
}

.footer-link:hover {
  color: var(--clr-primary-5);
}

.footer-icon {
  font-size: 2rem;
  margin-right: 1rem;
  color: var(--clr-primary-8);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.footer-icon:hover {
  color: var(--clr-primary-5);
}

.copyright p {
text-align: center;
  letter-spacing: var(--spacing);
  color: white;
  font-size: 0.5rem;
}


/* Sustainable Business Page */

.guidline-section{
margin-top: 4rem;
text-align: center;
width: 100%;
margin: 0 auto;
display: block;
align-self: center;
}




.guidline-section h2{
  margin-bottom: 2rem;
  text-align: center;
}

.list p{

    line-height: 1.9rem;


}

/* index site */

/* Coontainer Fonts */

.upcoming{
  color: var(--clr-creme-white-0);
}

.growth{
  display: flex;
  text-align: center;
  align-self: center;
flex-wrap: wrap;
}

.narcissism.headline  {
  background: orange;
  color: white;
  }

  .hidden {
    display: none;
  }

  .toggle-footer-btn{
    min-width: 40%;
    max-width: 70vw;
    font-size: 1.2rem;
    display: block;
padding: 2rem 4rem;
    align-self: center;
    justify-self: center;
    margin-top: 1rem;
    background: none;
    font-weight: 700;
    letter-spacing: 0.1rem;
line-height: 1.4rem;
cursor: pointer;
color: var(--clr-creme-darkgrey-0);
border: none;
background-color: white;
box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);

}

  .toggle-footer-btn:hover{
    background-color: var(--clr-creme-darkgrey-0);
    box-shadow: var(--clr-creme-white-0);
    color: white;
    border: 2px white inset;
    text-decoration: underline;

  }

.footer ul{
    background-color: var(--clr-grey-1);

  }

.price{
  font-size: 2rem;
  text-align: right;
  font-weight: 800;
  color: green;
}



.cross-out{
  color:red;
}

  table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    text-align: left;
    background:transparent ;
    letter-spacing: 0.08rem;
  }
  th, td {
    padding: 10px;
    border: 1px solid transparent;
    height: auto;
  }
  th {
    background: var(--clr-creme-darkgrey-0);
    color: white;
    text-transform: uppercase;

  }
  tr:nth-child(even) {
    background: var(--clr-creme-white-0);
  }
  tr:nth-child(odd) {
    background: white;
  }
  .checkmark {
    color: green;
    font-weight: bold;
  }
  .cross {
    color: red;
    font-weight: bold;
  }
  tr.alleinstellungsmerkmal{
    background: var(--clr-creme-white-0);
    }
  
  /* Responsive Table */
  .table-container {
    width: 100%;
    overflow-x: auto;
    overflow-x: scroll;
    position: relative;
    left: 0;
  }
tr{
  width: auto;
}

thead{
  width:auto;
}
  
  /* Fix first column */
  th:first-child, td:first-child {
    position: sticky;
    left: 0;
    font-weight: 800;
    color: white;
    background: var(--clr-creme-darkgrey-0);
    z-index:2;
    text-transform: uppercase;
text-align: right;
  }

  .footer-advantages{
    display: flex;
    flex-direction: row;
   flex-wrap: nowrap;
min-height: 30vh;
width: 100%;
margin: 0 auto;
padding: 0 2rem;

  }

  .flex-list{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: left;
    justify-content: space-between;
    max-width: 90vw;
    
  }
  .flex-list h5 {
    flex: 1 1 100%; /* Die erste Zeile nimmt die gesamte Breite ein */
    position: sticky; /* Fixiert die Zeile relativ zum Scrollen */
    top: 0; /* Fixiert sie am oberen Rand des Containers */
    background-color: white; /* Hintergrundfarbe, um Überlappungen zu vermeiden */
    z-index: 10; /* Stellt sicher, dass die Zeile über anderen Elementen bleibt */
    padding: 1rem 0rem; /* Optional: Abstand hinzufügen */
    border-bottom: 1px solid #ccc; /* Optional: Trennlinie */
    
  }



  #Sportkopfhörer-zum-laufen{
    margin-bottom: 1rem;
  }
    
  .footer-advantages ul{
    min-width: 440px;
    font-size: 1.4rem;
  }

  @media screen and (min-width: 768px) {
    
    .footer-advantages{
      width: 75%;
    }
  }


  .blog-article-footer.laufleistung{
    background: var(--clr-creme-darkgrey-0);
    color: white;
  }
