@font-face {
  font-family: Porsche;
  src: url(../fonts/911PorschaBold-Pgzd.otf);
}

@font-face {
  font-family: subtitle;
  src: url(../fonts/MetsuriRegular-7O6El.ttf);
}

@font-face {
  font-family: title;
  src: url(../fonts/DroverCondensedItalic-yYBOV.otf);
}

.background {
  background: #06402C;
}

.alternateBg {
  background: #1E1E1E;
}

.title {
  color: white;
  font-size: 25;
  text-align: center;
  font-family: Porsche;
}

.subtitle {
  color: white;
  font-size: 50;
  text-align: center;
  font-family: subtitle;
}

#subtitletext {
  position: relative;
  top: -20px;
}

#merkmaltitle1,
#merkmaltitle2,
#merkmaltitle3,
#merkmaltitle4 {
  color: white;
  text-align: center;
  font-size: 15px;
  font-family: title;
}

#merkmaltitletext,
#merkmal3titletext {
  padding-left: 10px;
  width: 760px;
  float: left;
  color: white;
  text-align: left;
  font-size: 20px;
}

#Zieletitletext,
#merkmal4titletext {
  padding-left: 10px;
  width: 760px;
  float: left;
  color: white;
  text-align: right;
  font-size: 20px;
}

.Imagecommunity,
.Imagegoals,
.Imagemerkmal3,
.Imagemerkmal4 {
  width: 300px;
  float: right;
  margin-left: 50px;
}

.CommunityImgBildFin,
.ZieleImgBildFin,
.merkmal3ImgBildFin,
.merkmal4ImgBildFin {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.ZieleImageSwapped,
.merkmal4ImageSwapped {
  float: left;
  margin-right: auto;
  margin-left: auto;
  max-width: fit-content;
}

.container-fluid {
  color: white;
}

#navbarContent {
  font-size: 22px;
  margin-left: -11%;
}

.Ziele,
.fairness {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.Werbebalken {

  display: table-cell;
  text-align: center;
  font-size: 50px;
  line-height: 100px;
  margin: auto;
  background-color: white !important;
  height: 100px;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 55px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #00281A;
  border-bottom-color: #00281A;
  border-width: 5px;
  border-style: solid;
  color: rgba(0, 0, 0, 0.5);

}

.socialmediaclass {
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.5);
}

#idhilfe {
  text-align: center;
  color: white;
  font-size: 45px;
}

#easteregg {
  text-align: center;
  color: white;
  font-size: 20px;
}


.navbar-brand {
  color: white !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

/* Mobile View */
.title h1 {
  display: block;
}

.title h1.mobile {
  display: none;
}

@media (max-width: 600px) {
  .navbar-collapse {
    padding-left: 40px;
  }

  .title h1.mobile {
    display: block;
    margin-bottom: 20px;
  }

  .title h1.desktop {
    display: none;
  }

  .subtitle {
    display: none;
  }

  .Imagecommunity,
  .ZieleImageSwapped,
  .Imagemerkmal3,
  .merkmal4ImageSwapped {
    display: none;
  }

  #merkmaltitletext,
  #Zieletitletext,
  #merkmal3titletext,
  #merkmal4titletext {
    text-align: left;
    max-width: fit-content;
    margin-bottom: -50px;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .PartnerBalken {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    height: 20px !important;
  }

  .Bewerbungstext {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .contacttext {
    margin-top: 5px !important;
    font-size: 10px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    flex-wrap: wrap;
    justify-content: space-evenly !important;
    margin-bottom: -40px;
  }

  .contact a {
    flex: 1 1 calc(50% - 10px);
    /* 50% width minus the gap */
    text-align: center;
    /* Centers text inside each item */
    padding: 10px;

  }

  .uberunstext {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .uberunstext button {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: fit-content;
    padding: 10px;
    /* Add padding back */
    color: white;
    border-radius: 100px;
    text-align: center;
    font-size: 30px !important;

  }



  .uberunstext a {
    text-decoration: none !important;
  }

  .Partnerflex-container {
    margin-left: 0px !important;
    margin-top: -100px;
  }

  .Partnertext-container p {
    padding-top: -100px;
  }


}

.uberunstext button {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: fit-content;
  padding: 10px;
  /* Add padding back */
  color: white;
  border-radius: 15px;
  text-align: center;
  font-size: 50px !important;
}


.uberunstext button:not(:hover) {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}


.uberunstext a {
  text-decoration: none !important;
}

.contacttext {

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.NRBimg {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  height: auto;
  position: relative;
  margin-left: 1400px;
  bottom: 250px;
}

.PartnerBalken {
  position: relative;
  top: -14px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
  flex-wrap: wrap;
  gap: 150px;
}

.socialmediaimg {
  position: relative;
  top: -15px;
}


.success-message {
  color: green;
  font-size: 1.2em;
  margin-top: 10px;
  text-align: center;
}

.error-message {
  color: red;
  font-size: 1.2em;
  margin-top: 10px;
  text-align: center;
}

.card-text {
  color: black;
  font-size: 180;
  text-align: center;
  font-family: Porsche;
}

.card-subtext {
  color: black;
  font-size: 50;
  text-align: center;
  font-family: subtitle;
}

.row {
  margin-left: 40px;
}

.accordion-item {
  margin-left: 15%;
  margin-right: 30%;

  overflow: hidden;
}

.accordion-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

}

.accordion-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}

.GerFlagVorstellung {
  height: 20px;
  width: auto;
}

.ImgAshVorstellung {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  overflow: hidden;
}

.styleImgAshVorstellung {
  max-width: 400px;
  height: auto;
  margin-left: 320px;
}

.accordion {

  flex-grow: 1;
}

@media (max-width: 768px) {
  .ImgAshVorstellung {
    flex-direction: column;
    align-items: center;
  }


}

.goal-section {
  font-size: 50px;
}

.SRLSplitC {
  margin-left: 150px;
  margin-right: 150px;
  font-size: 20px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: white;
  text-align: center;
}

.BildSplitC {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.Bewerbungstext {
  margin-left: 250px;
  margin-right: 250px;
  font-size: 20px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.contactstelletext {
  text-decoration: none;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: white;
  margin: 0;
  font-size: 30px;
}

.contacttext {
  position: relative;
  margin-top: -57px;
  display: flex;
  justify-content: space-between;
  gap: 0px;
  margin-left: 50px;
  margin-right: 50px;
}

.contacttext a {
  text-decoration: none;
}

.socialmediatext {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  margin-left: 450px;
  margin-right: 450px;
  font-size: 20px;
}

.flex-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
  gap: 150px;
}

.socialMediaBox {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: 20px auto;
  max-width: 900px;
  padding: 20px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: black;
  font-size: 20px;
}

.imageSocialMedia {
  max-width: 200px;
  height: auto;
}

.text-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.socialmediaimg {
  height: 75px;
  width: auto;
  transition: transform 0.2s ease-in-out;
}

.socialmediaimg:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .socialMediaBox {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .imageSocialMedia {
    margin-bottom: 20px;
  }
}

.PartnerBox {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: 20px auto;
  max-width: 1500px;
  padding: 20px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: black;
  font-size: 20px;

  max-width: 90%;
}

.imagePartner {
  max-width: 200px;
  height: auto;
}

@media (max-width: 768px) {
  .PartnerBox {
    flex-direction: column;
    align-items: center;
    text-align: center;


  }

  .imagePartner {
    margin-bottom: 20px;
  }
}

.Partnermediaimg {
  height: 75px;
  width: auto;
  transition: transform 0.2s ease-in-out;
}

.Partnermediaimg:hover {
  transform: scale(1.1);
}

.Partnertext-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.Partnerflex-container {
  display: flex;
  margin-left: -200px;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

* {
  box-sizing: border-box;
}

/* Set a background color */
body {
  font-family: Helvetica, sans-serif;

}

/* The actual timeline (the vertical ruler) */
.Abouttimeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.Abouttimeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.Aboutcontainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.Aboutcontainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 0;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 0;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 0;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -11px;
}

.left::after {
  left: 98%;
}

/* The actual content */
.Aboutcontent {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

  /* Place the timelime to the left */
  .Abouttimeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .Aboutcontainer {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .Aboutcontainer::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 10px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

.uberunstext {
  text-align: left;
  color: white;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  margin-left: 300px;
  margin-right: 300px;
  font-size: 17px;
  text-decoration: none;
}

.uberunstext h2 {
  text-align: center;
  font-size: 25px;
}

.uberunstext h3 {
  text-align: center;
  font-size: 25px;
}

.btn {
  margin-left: 45%;
}


/*Tablet und so*/
@media (min-width: 601px) and (max-width: 1500px) {

  #merkmaltitletext,
  #Zieletitletext,
  #merkmal3titletext,
  #merkmal4titletext {
    text-align: center !important;
    width: 100% !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
    margin-bottom: -50px;
    font-size: 20px;

  }


  .Imagecommunity,
  .ZieleImageSwapped,
  .Imagemerkmal3,
  .merkmal4ImageSwapped {
    display: none;
  }

}



/* title*/



@media (min-width: 600px) and (max-width: 1000px) {

  .title h1.mobile {
    display: block;
    margin-bottom: 20px;
    font-size: 45px;
  }

  .title h1.desktop {
    display: none;
  }

}

@media (min-width: 600px) and (max-width: 849px) {
  .navbar-collapse {
    padding-left: 80px;
  }

}

@media (min-width: 850px) and (max-width: 1000px) {
  .navbar-collapse {
    padding-left: 110px;
  }

}

@media (max-width: 768px) {
  .styleImgAshVorstellung {
    width: 200px;
    height: auto;
    margin-left: 0 !important;
  }

  .imgAshVorstellung {
    margin-right: auto;
    margin-left: auto;
    max-width: fit-content;
    align-items: center;
  }

  #accordionFlushExample {
    width: 90%;
    max-width: 400px;
    margin: 0 !important;
  }
}

#accordionFlushExample {
  margin-right: -100px;
}



.nav-link {
  color: white !important;
  transition: color 0.3s linear;
}

.nav-link:hover {
  color: rgb(143, 143, 143) !important;
  transition: color 0.3s linear;
}