body {
  display: flex;
  margin: 0px;
  padding: auto;
}

.header {
  width: 100%;
  height: 181px;
}

.site {
  width: 100%;
}

.rectang {
  z-index: 1;
  justify-content: end;
  display: flex;
  width: 100%;
  height: 181px;
  background-color: #2e2e2e;
  stroke: red;
  stroke-width: 30px;
}
.rectan {
  position: absolute;
  top: 181px;
  left: 0px;
  width: 374px;
  height: 1024px;
  background-color: #d9d9dd;
  z-index: 0;
}

.label {
  margin-top: 115px;
  color: white;
  margin-right: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 36px;
  z-index: 2;
}

.recta {
  width: 100%;
}

.main {
  display: flex;
  justify-content: center;
}

.lineh {
  border-top: 1px solid white;
  width: 100%;
  position: absolute;
  top: 90.5px;
}

.kalender2,
.kalender {
  animation: fadeIn 1s forwards; /* 2 секунди анімації */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.logo {
  position: absolute;
  top: 5px;
}

.head_top {
  width: 1367px;
  height: 181px;
}

.menu {
  width: 374px;
}

.back_m {
  width: 374px;
  height: 1024px;
  background-color: #d9d9dd;
}

.kalender {
  position: absolute;
  top: 222px;
  left: 21px;
  opacity: 1;
  z-index: 1;
}

.oval_r {
  position: absolute;
  z-index: 1;
  top: 300px;
  left: 628px;
}

.kuden {
  position: absolute;
  top: 308px;
  left: 21px;
  z-index: 1;
}

.Galarie {
  position: absolute;
  top: 394px;
  left: 21px;
  z-index: 1;
}

.unterlagen {
  position: absolute;
  top: 480px;
  left: 21px;
  z-index: 1;
}

.kalender2 {
  width: 993px;
}

.year {
  margin-left: 426px;
  margin-top: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.815);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.month {
  width: 870px;
  height: 40px;
  margin-left: 61px;
  margin-top: 31px;
  display: flex;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.feb,
.mar,
.apr,
.mai,
.jun,
.jul,
.aug,
.sep,
.okt,
.nov,
.dez {
  margin-left: 20px;
  z-index: 2;
}

.jan {
  z-index: 2;
}

.ova_c {
  position: absolute;
  top: 318px;
  left: 460px;
}
.ova_c2 {
  position: absolute;
  top: 318px;
  left: 1280px;
}

.parent {
  display: flex;
  justify-content: center;
}

.cur_month {
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #fc3335;
  margin-left: 50px;
}

.sheet {
  margin-left: 118px;
  margin-top: 20px;
}

.days {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.f_week {
  margin-left: 145px;
  position: absolute;
  top: 487px;
  display: flex;
  justify-content: center;
}

.s_week {
  margin-left: 145px;
  position: absolute;
  top: 538px;
  display: flex;
  justify-content: center;
}

.t_week {
  margin-left: 145px;
  position: absolute;
  top: 589px;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.fo_week {
  margin-left: 145px;
  position: absolute;
  top: 642px;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.l_week {
  margin-left: 145px;
  position: absolute;
  top: 695px;
  display: flex;
  justify-content: center;
}

.o_week {
  margin-left: 145px;
  position: absolute;
  top: 745px;
  display: flex;
  justify-content: center;
}

.cur_o {
  position: absolute;
  z-index: 1;
}

.six,
.seven,
.one,
.two,
.three,
.four,
.five,
.eight,
.nine,
.ten,
.eleven,
.twelve,
.othree,
.ofour,
.tfour,
.tfive,
.tsix,
.tseven,
.teight,
.threety,
.ththree,
.thfour,
.ofive,
.osix,
.oseven,
.oeight,
.onine,
.twenty,
.tone,
.ttwo,
.tthree,
.tnine,
.thone,
.thtwo,
.thfive,
.thsix,
.thseven {
  text-align: center;
  z-index: 2;
  margin-left: 0px;
  width: 102px;
}
