body {
  margin: 0;
  max-width: 150vh;
  margin-inline: auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/*--------HEADER BEREICH--------
-------------------------------*/

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  background-color: bisque;
  height: 10vh;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#headerSection {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

#headerSection img {
  height: 30vh;
}

nav a {
  text-decoration: none;
  border: 1px solid;
  padding: 25px;
  margin: 5px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
}

/*--------MAIN BEREICH--------
-------------------------------*/

.hero {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}

/*--------MAIN LEFT BEREICH--------
-------------------------------*/

.heroLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;

  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  min-width: 25%;

  padding: 20px;
  box-sizing: border-box;
}

#heroLeftNav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

#heroLeftNav a {
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
  text-decoration: none;
}

#leftHeroImg {
  width: 160px;
  height: 160px;
  margin-top: 20px;
  border-radius: 50%;
}
/*--------MAIN MIDDLE BEREICH--------
-------------------------------*/
#heroMiddle {
  margin-left: 20px;
  margin-right: 20px;
  min-width: 55%;
}

#createContent {
  width: 98%;
  height: 5vh;
  font-size: 22px;
  padding: 5px;
}

#textA {
  display: flex;
  flex-direction: column;
  border: 1px solid;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#textAButtons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

#textA button {
  padding: 15px;
}

.content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

p,
h3,
h5,
h4,
#content1 {
  margin: 0px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#content1 img {
  margin: 5px;
  width: 100%;
}

.contentMains {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px;
  border: 1px solid;
  border-radius: 5px;
}

.contImg {
  flex: 0 0 90px;
}

.contImg img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
}

.contentText {
  flex: 1;
  min-width: 0;
}

.postImage {
  width: 100%;
  display: block;
  margin-top: 10px;
}

/*--------MAIN RIGHT BEREICH--------
-------------------------------*/

#heroRight {
  min-width: 15%;
  border: 1px solid;
  border-radius: 5px;
  max-height: 200px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#heroRight a {
  border: 1px solid;
  padding: 5px;
  text-decoration: none;
}
