@font-face {
  font-family: 'Helvetica Now Display';
  src: url('fonts/Helvetica Now Display Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
section {
	margin: 0 auto;
	max-width: 1240px;
}
body {
	display: flex;
	width: 100%;
  font-family: 'Helvetica Now Display', Arial, sans-serif;
  color: #333;
  line-height: 1.6;
	hyphens: auto;
	justify-content: center;
	align-content: center;
}
h1{
	font-style: normal;
	font-size: 20px;
}
.header-container{
	  display: flex;
	position: relative;
  justify-content: center;
  align-items: center;
	width: 1240px;
}

.meine-liste {
  list-style-type: square;
}
.meine-liste-2 {
  list-style-type: square;
	background-color: #f9f9f9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
header {
  display: flex;
  justify-content: center;
	height: 30vh;
  color: #fff;
	    background-image:
    linear-gradient(to bottom, rgba(1, 1, 1, 0), rgba(1, 1, 1, 0.2)),
    url('gradient.jpg');
	padding-bottom: 25px;
}
	
.links{
	color: white
}

.header-image {
  height: 20vh;      /* Oder eine andere Höhe, je nach Bedarf */
	display: flex;
	justify-content: center;
	align-content: center;
	object-fit: contain;
}

.header-image img {
height: 100%;    /* Das Bild wird nicht breiter als sein Container */
width: 100%;       /* Die Höhe des Bildes passt sich proportionell an */
	margin: 25px;
		object-fit: contain;

}
.buttons{
	display: flex;
	align-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;;
}
.button1{
	background-color: #FFFFFF;
       display: flex;
    justify-content: center; /* center the content horizontally */
    align-items: center; /* center the content vertically */
    padding: 4px 16px;
    border-radius: 4px;
	margin-bottom: 10px;
	border: 0.75px solid #0000ff;
	color: #0000ff;
	flex-wrap: wrap;
	text-decoration: none;
}

.button2{
	background-color: #FFFFFF;
       display: flex;
    justify-content: center; /* center the content horizontally */
    align-items: center; /* center the content vertically */
    padding: 4px 16px;
    border-radius: 4px;
	margin-bottom: 10px;
	border: 0.75px solid #0000ff;
	color: #0000ff;
	flex-wrap: wrap;
	text-decoration: none;
}
.link-button{
	display: flex;
    justify-content: flex-end;
    width: fit-content;
    float: left;
}
.link-button.border-blue a {
	    padding: 4px 16px;
    border-radius: 4px;
    border: 0.75px solid #0000ff;
	color: #0000ff;
    display: flex;
    flex-direction: row;
    transition: all .6s;
	text-decoration: none;
}
.link-button.border-blue .text {
    color: #0000ff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    padding-left: 0;
}
.fa-chevron-right {
    margin-left: 15px;
    margin-top: 7px;
    color: #0000ff;
	display: inline;
}


.fett-und-farbig {
  color: #AE0055;
}
.fett-und-schwarz {
  color: #000000;
}
.blau {
  color: #0000ff;
}
.fett-und-blau {
  font-weight: bold;
  color: #0000ff;
}

.body-image{
	width: 100%;
	height: 25vh;
}
#logo {
  max-width: 200px;
  height: auto;
}
.body-icons{
	width: 100%;
	height: 15vh;
	margin-top: 5%;
	margin-bottom: 5%;
}
#language-switcher button {
  padding: 5px 10px;
  margin-left: 5px;
  background-color: #fff;
  color: #AE0055;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}

#language-switcher button:hover {
  background-color: #f0f0f0;
}
#deko{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#icons{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.faq {
  display: flex;
	justify-content: left;
  align-items: center;
	align-content: start;
  margin-bottom: 10px;
}
.faq-icon {
  display: flex;
  align-items: flex-start;
  width: 24px;
  height: 24px;
  fill: #AE0055;
  margin-right: 10px;
	flex: none;
}

.accordion {
  display: flex;
	align-content: flex-start;
	justify-content: flex-start;
  background-color: #5aefb3;
  color: #AE0055;
  cursor: pointer;
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
	  hyphens: auto;

}
.top-liste {
 background-color: #5aefb3;
}
.accordion:hover {
  background-color: #38EBA3;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

footer {
  padding: 10px;
  text-align: center;
  background-color: #f0f0f0;
}

.panel {
  padding: 0 10px;
  display: none;
  background-color: white;
  overflow: hidden;
}

header img#logo {
  position: absolute;
	top: 40px;
	left: 25px;
}

#language-switcher {
  position: absolute;
	top: 40px;
	right: 25px;

}

#logo {
  max-width: 100%;
  height: auto;
  width: 80vw; /* 80% of the viewport width */
  max-width: 150px; /* Maximum size */
  min-width: 100px; /* Minimum size */
}

@media (max-width: 600px) {
  section {
	  padding: 25px;
}
}

@media (min-width: 601px) and (max-width: 1024px) {
  section {
	  padding: 25px;
}
}

@media (min-width: 1025px) {
  section {
	  padding: 25px;
}
}

@media (max-width: 600px) {
  #logo {
    width: 50vw; /* 50% of the viewport width */
    max-width: 100px; /* Maximum size */
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  #logo {
    width: 20vw; /* 20% of the viewport width */
    max-width: 120px; /* Maximum size */
  }
}

@media (min-width: 1025px) {
  #logo {
    width: 20vw; /* 15% of the viewport width */
    max-width: 250px; /* Maximum size */
  }
}

/* Dropdown Button */
.dropbtn {
  background-color: #AE0055;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.spaced-paragraph {
    margin-top: 24px; /* Abstand oberhalb des Absatzes */
}
/* Sticky Footer Styles */
body {
  display: flex;
	align-content: center;
	justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}
main {
  flex: 1;
}
footer {
  background-color: #AE0055;
  color: white;
  text-align: center;
  padding: 10px;
  position: relative;
  bottom: 0;
}
.fett-und-s {
}
