.section {
  z-index: 2;
  width: 100vw;
  height: 90px;
  background-color: #fff;
  border-bottom: 5px solid #e8221b;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 20px 40px 0;
  display: flex;
  position: fixed;
}

.heading {
  width: 100vw;
  height: 80px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.section-2 {
  z-index: 2;
  width: 1200px;
  height: 50px;
  background-color: #fff;
  justify-content: space-between;
  margin: 10px auto 0;
  display: flex;
  position: fixed;
  top: 80px;
}

.heading-2 {
  text-align: center;
  margin: 0;
  padding: 0 10px;
  font-size: 30px;
}

.body {
  background-color: #f3f6f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-3 {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 162px;
  position: static;
  top: 160px;
  overflow: auto;
}

.heading-3 {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.div-block {
  width: 1200px;
  height: 300px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 40px 10px 0;
  padding: 0;
  display: flex;
}

.heading-4 {
  text-align: center;
  font-family: Quicksand, sans-serif;
}

.section-4 {
  position: relative;
  top: 180px;
}

.section-4.table-header-wrapper {
  width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.div-block-2 {
  width: 1000px;
  height: 1000px;
  margin-bottom: 10px;
}

.div-block-2.header {
  width: 1200px;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.export-dropdown {
  width: 300px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 5px;
  margin-left: auto;
  display: flex;
}

.heading-5 {
  text-align: center;
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 26px;
}

.table-header {
  z-index: 1;
  text-align: center;
  background-color: #dadada;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.heading-6 {
  height: auto;
  text-align: center;
  margin: 10px 0 0;
  font-size: 20px;
}

.table-content {
  z-index: 0;
  width: 1200px;
  height: 800px;
  background-color: #bdbdbd;
  background-image: linear-gradient(#dfdfdf, #eeaeae);
  align-items: flex-start;
  display: flex;
  position: relative;
  top: auto;
}

.check-box {
  margin: 10px;
}

.div-block-3 {
  z-index: 1;
  background-color: #f7faf5;
  margin-top: 40px;
  padding-top: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.selected {
  display: none;
}

.div-block-4 {
  height: 500px;
  background-color: #aaa;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.section-5 {
  width: 1200px;
  margin-top: 40px;
}

.heading-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: #a38686;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .28);
}

.dropdown-toggle {
  width: 300px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  line-height: 0;
  display: flex;
}

.text-block {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.icon {
  color: #4ab4e2;
  font-size: 20px;
}

.dropdown-link {
  height: 50px;
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  display: flex;
}

.heading-8 {
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.beautragung {
  background-color: #e9edee;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-5 {
  margin-left: 20px;
}

.section-6 {
  width: 100vw;
  height: 100vh;
  background-color: #ff2a77;
  background-image: url('../img/image-16.png');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  width: 236px;
  height: 60px;
  color: #000;
  text-align: right;
  background-color: #fff;
  background-image: url('../img/image-19.png');
  background-position: 14%;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  border-radius: 60px;
  margin: 20px;
  padding-right: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}

.button._2nd {
  color: #fff;
  background-color: #061a52;
}

.div-block-7 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.image {
  width: 317px;
}

.heading-9 {
  width: 70vw;
  color: #fff;
  text-align: center;
  font-size: 60px;
  line-height: 80px;
  margin: 0;
}

.div-block-8 {
  justify-content: center;
  margin-top: 132px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section-7 {
  width: 100vw;
  height: 50vh;
  background-color: #ff2a77;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
}

.heading-10 {
  max-width: 60vw;
  color: #fff;
  text-align: center;
  margin: 66px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.div-block-9, .div-block-10 {
  justify-content: center;
  display: flex;
}

.image-2 {
  width: 80vw;
}

.div-block-11 {
  margin: 40px;
}

.image-3 {
  width: 204px;
  height: 40px;
  max-height: none;
  max-width: none;
}

.section-8 {
  width: 1090px;
  height: 1264px;
  background-color: #fff;
  border-radius: 30px;
}

.heading-11 {
  width: auto;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #5ce0b9;
  border-bottom: 10px solid #5ce0b9;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-13 {
  background-color: #5ce0b9;
  position: relative;
  top: 120px;
}

.image-4 {
  width: 359px;
}

.div-block-14 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  margin: 60px 40px 40px;
  display: flex;
}

.image-5 {
  width: 495px;
  position: relative;
}

.heading-12 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.heading-13 {
  width: 191px;
  outline-offset: 0px;
  text-align: center;
  border-top: 0 solid #5ce0b9;
  border-bottom: 10px solid #5ce0b9;
  border-left: 0 solid #5ce0b9;
  border-right: 0 #5ce0b9;
  outline: 3px #5ce0b9;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.heading-13._2ndline, .heading-13._1st-line, .heading-13 {
  width: auto;
}

.text {
  width: 495px;
  text-align: center;
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-16 {
  align-self: center;
}


