.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  max-height: 800px;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.info-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 28vw;
  max-height: 280px;
  max-width: 800px;
  min-width: 0px;
  margin: 0px auto 40px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 100vw 50vw 50vw 100vw;
  background-color: #3e3c40;
}

.image {
  width: auto;
  height: 100%;
  border-radius: 100%;
}

.text {
  margin-right: auto;
  margin-left: auto;
  font-family: Quicksand, sans-serif;
  color: #f5f5f5;
  font-size: 20px;
  line-height: 28px;
}

.w {
  color: #f5f5f5;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.w.big {
  font-size: 23px;
}

.info-card-button-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 800px;
}

.contact-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 60px;
  margin-right: 15px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #3e3c40;
}

.button-text {
  font-family: Quicksand, sans-serif;
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 700;
}

.icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 60px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #3e3c40;
}

.icon-button.margin-right {
  margin-right: 15px;
  cursor: pointer;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.image-2 {
  color: #fff;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5f5f5;
  font-size: 12px;
  line-height: 12px;
  text-decoration: line-through;
}

.icon-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5f5f5;
  font-size: 12px;
  line-height: 12px;
  text-decoration: line-through;
}

.navbar {
  background-color: #3e3c40;
}

.container {
  color: #f5f5f5;
}

.nav-link {
  font-family: Quicksand, sans-serif;
  color: #f5f5f5;
  font-weight: 400;
}

.nav-link.bold {
  font-weight: 700;
}

.interessensbereiche {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: -28px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-text {
  margin: 40px auto 30px;
  font-family: Quicksand, sans-serif;
  color: #3e3c40;
  font-size: 35px;
  line-height: 28px;
  font-weight: 700;
}

.header-text.white {
  color: #f5f5f5;
}

.content {
  position: relative;
  z-index: 1;
  width: 80vw;
  max-width: 800px;
}

.content.relative {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
  margin-top: 30px;
}

.interesse-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 20vw;
  max-height: 200px;
  max-width: 800px;
  min-width: 0px;
  margin: 0px auto 40px;
  padding: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 100vw 50vw 50vw 100vw;
  background-color: #3e3c40;
}

.icon-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 15vw;
  max-height: 150px;
  max-width: 150px;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5f5f5;
  font-size: 12px;
  line-height: 12px;
  text-decoration: line-through;
}

.div-block {
  width: 3px;
  height: 13vw;
  max-height: 130px;
  margin: 0px 30px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.interesse-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52vw;
  height: 13vw;
  max-height: 130px;
  max-width: 520px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: Quicksand, sans-serif;
  color: #f5f5f5;
  font-size: 20px;
  line-height: 28px;
}

.werdegang {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.werdegang-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 600px;
  margin-top: -249px;
  background-clip: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.div-block-2 {
  position: static;
}

.werdegang-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 10vw;
  max-height: 100px;
  max-width: 800px;
  min-width: 0px;
  margin: 0px auto 20px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 100vw 50vw 50vw 100vw;
  background-color: #3e3c40;
}

.werdegang-card.big {
  width: 83vw;
  height: 13vw;
  max-height: 130px;
  max-width: 830px;
  margin-left: -2%;
}

.werdegang-text {
  width: 52vw;
  height: auto;
  max-height: 130px;
  max-width: 520px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Quicksand, sans-serif;
  color: #f5f5f5;
  font-size: 13px;
  line-height: 28px;
}

.werdegang-text.big {
  font-size: 18px;
}

.werdegang-dot {
  position: static;
  width: 5vw;
  height: 5vw;
  max-height: 50px;
  max-width: 50px;
  margin-left: 2vw;
  border-radius: 100px;
  background-color: #f5f5f5;
}

.werdegang-dot.big {
  width: 8vw;
  height: 8vw;
  max-height: 80px;
  max-width: 80px;
}

.werdegang-date-text {
  width: 14vw;
  height: auto;
  max-height: 130px;
  max-width: 140px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Quicksand, sans-serif;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.werdegang-date-text.big {
  font-size: 18px;
}

.line-werdegang {
  width: 8px;
  height: 180%;
  margin: 46px auto 0px;
  border: 1px none #000;
  background-color: #f5f5f5;
}

.werdegang-bold-text {
  color: #f5f5f5;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.werdegang-bold-text.big {
  font-size: 23px;
}

.werdegang-bold-text-big {
  color: #f5f5f5;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.werdegang-bold-text-big.big {
  font-size: 23px;
}

.interessensbereich-bold-text {
  color: #f5f5f5;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
}

.interessensbereich-bold-text.big {
  font-size: 23px;
}

.dropdown-toggle {
  width: auto;
  height: 60px;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.impressum {
  color: #3e3c40;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.impressum.big {
  font-size: 23px;
}

.dropdown-2 {
  width: 100%;
}

.dropdown-toggle-2 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .header {
    min-height: 400px;
  }

  .w {
    font-size: 28px;
    line-height: 20px;
  }

  .w.big {
    font-size: 18px;
  }

  .nav-link {
    font-weight: 400;
  }

  .interessensbereiche {
    min-height: auto;
  }

  .interesse-card {
    margin-bottom: 30px;
  }

  .werdegang {
    height: auto;
  }

  .werdegang-background {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .werdegang-text.big {
    font-size: 16px;
  }

  .werdegang-date-text {
    width: 15vw;
    max-width: 150px;
    font-size: 13px;
  }

  .werdegang-date-text.big {
    font-size: 14px;
  }

  .line-werdegang {
    height: 200%;
    margin-top: 32px;
  }

  .werdegang-bold-text {
    font-size: 18px;
    line-height: 20px;
  }

  .werdegang-bold-text.big {
    font-size: 18px;
  }

  .werdegang-bold-text-big {
    font-size: 28px;
    line-height: 20px;
  }

  .werdegang-bold-text-big.big {
    font-size: 22px;
  }

  .interessensbereich-bold-text {
    font-size: 28px;
    line-height: 20px;
  }

  .interessensbereich-bold-text.big {
    font-size: 18px;
  }

  .impressum {
    font-size: 28px;
    line-height: 20px;
  }

  .impressum.big {
    font-size: 18px;
  }

  .menu-button {
    background-color: #3e3c40;
    color: #f5f5f5;
  }

  .menu-button.w--open {
    background-color: #c6905a;
    color: #3e3c40;
  }

  .nav-menu {
    height: 80px;
    max-height: 300px;
    margin-top: 85px;
    margin-left: 20px;
    border-radius: 15px 0px 0px 15px;
    background-color: #85b3cb;
    background-image: url('../images/Werdegang-Background.svg');
    background-position: 50% 50%;
    background-size: auto;
    box-shadow: 0 0 14px 0 #000;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 60vh;
  }

  .info-card {
    margin-bottom: 21px;
  }

  .text {
    margin-left: 14px;
    font-size: 14px;
    line-height: 18px;
  }

  .w {
    font-size: 16px;
    line-height: 25px;
  }

  .w.big {
    font-size: 13px;
  }

  .contact-button {
    height: 40px;
  }

  .button-text {
    margin-left: 16px;
    font-size: 13px;
  }

  .icon-button {
    height: 40px;
  }

  .icon-button.margin-right {
    height: 40px;
  }

  .icon {
    width: 30px;
    height: 30px;
  }

  .icon-small {
    width: 40px;
    height: 20px;
    margin-right: 11px;
  }

  .interessensbereiche {
    height: auto;
    min-height: auto;
  }

  .interesse-card {
    margin-bottom: 20px;
  }

  .interesse-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45vw;
    max-width: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 17px;
    line-height: 20px;
  }

  .werdegang-background {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 90vh;
    margin-top: -94px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .werdegang-card {
    height: 80px;
  }

  .werdegang-card.big {
    height: 100px;
  }

  .werdegang-text {
    margin-right: 6px;
    font-size: 10px;
    line-height: 15px;
  }

  .werdegang-text.big {
    margin: 0px 8px 0px 0px;
    font-size: 12px;
  }

  .werdegang-dot {
    width: 40px;
    height: 40px;
    max-height: none;
    max-width: none;
  }

  .werdegang-dot.big {
    width: 50px;
    height: 50px;
    max-height: none;
    max-width: none;
    margin-left: 15px;
  }

  .werdegang-date-text {
    margin: 0px 9px;
    font-size: 9px;
    line-height: 15px;
  }

  .werdegang-date-text.big {
    font-size: 10px;
  }

  .line-werdegang {
    margin-top: 35px;
  }

  .werdegang-bold-text {
    font-size: 13px;
  }

  .werdegang-bold-text.big {
    font-size: 13px;
  }

  .werdegang-bold-text-big {
    font-size: 13px;
  }

  .werdegang-bold-text-big.big {
    font-size: 13px;
  }

  .interessensbereich-bold-text {
    font-size: 23px;
    line-height: 10px;
  }

  .interessensbereich-bold-text.big {
    font-size: 13px;
  }

  .impressum {
    font-size: 16px;
    line-height: 25px;
  }

  .impressum.big {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 30vh;
    min-height: 200px;
  }

  .info-card {
    height: 35vw;
    max-height: 350px;
  }

  .text {
    margin-left: 9px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .w {
    font-size: 3.4vw;
    line-height: 5vw;
  }

  .contact-button {
    display: none;
  }

  .button-text {
    font-size: 2.3vw;
    line-height: 3vw;
  }

  .icon-button {
    width: 33%;
  }

  .icon {
    width: 70%;
    height: 100%;
  }

  .header-background {
    height: 50vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .header-text {
    font-size: 20px;
    line-height: 25px;
  }

  .header-text.white {
    margin-top: 1px;
    font-size: 20px;
    line-height: 25px;
  }

  .interesse-card {
    margin-bottom: 13px;
  }

  .div-block {
    margin-right: 13px;
    margin-left: 13px;
  }

  .interesse-text {
    font-size: 3vw;
    line-height: 4vw;
  }

  .werdegang-background {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    overflow: visible;
    height: 60vh;
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .werdegang-card {
    margin-bottom: 12px;
  }

  .werdegang-text {
    width: 50%;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .werdegang-text.big {
    width: 50%;
    margin-right: 0px;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .werdegang-dot {
    overflow: visible;
    min-height: 40px;
    min-width: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .werdegang-dot.big {
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
    margin-left: 3.2vw;
  }

  .werdegang-date-text {
    width: auto;
    font-size: 2vw;
    line-height: 3vw;
  }

  .werdegang-date-text.big {
    min-width: 53px;
    font-size: 2.5vw;
  }

  .werdegang-bold-text {
    font-size: 2.3vw;
    line-height: 3vw;
  }

  .werdegang-bold-text-big.big {
    font-size: 3vw;
    line-height: 4vw;
  }

  .interessensbereich-bold-text {
    font-size: 4vw;
    line-height: 2.5vw;
  }

  .bold-text {
    font-size: 3vw;
    line-height: 4vw;
  }

  .impressum {
    font-size: 3.4vw;
    line-height: 5vw;
  }
}

