:root {
  --mint-100: #9fffdf;
  --white-100: hsl(206, 5%, 100%);
  --white-200: hsl(206, 5%, 90%);
  --white-300: hsl(206, 5%, 80%);
  --white-400: hsl(206, 5%, 65%);
  --white-500: hsl(206, 5%, 45%);
  --black-100: hsl(210, 21%, 12%);
  --black-200: hsl(210, 21%, 9%);
  --black-300: hsl(210, 21%, 6%);
  --black-400: hsl(210, 21%, 3%);
  --black-500: hsl(210, 21%, 1%);
  --night-100: hsl(217, 27%, 20%);
  --night-200: hsl(217, 27%, 16%);
  --night-300: hsl(217, 27%, 12%);
  --night-400: hsl(215, 27%, 8%);
  --night-500: hsl(215, 27%, 4%);
  --pink-100: hsl(326, 85%, 90%);
  --pink-200: hsl(327, 87%, 80%);
  --pink-300: hsl(329, 86%, 70%);
  --pink-400: hsl(330, 81%, 60%);
  --pink-500: hsl(333, 71%, 50%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
     0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
     0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }

body { font-family: sans-serif; }

/* ---- grid ---- */

.grid {
  background: white;
  width: 100%;
  padding-left:70px;
  max-width:1680px;
   justify-content: space-between;
    align-items: stretch!important;
    flex-wrap: wrap!important;
  position:absolute;
  margin:0px auto;

}

/* clearfix */
.grid:after {
  content: '';
  display: flex;
  clear: both;
}

/* ---- grid-item ---- */

.two {background-color: #9fffdf; }
    .three {background-color:white; border-left:2px solid grey;border-right:2px solid grey;}
.headline {font-weight:bold;color:black;padding:10px 10px 10px 10px;}


.sliderbutton {margin:60px!important;background-color:red!important;padding:15px 15px 15px 15px!important;border-radius:10px;color:white;text-decoration:none!important;}
.sliderbutton:hover {margin:60px!important;background-color:red;padding:15px 15px 15px 15px;border-radius:10px;color:white;font-weight:bold;text-decoration:none!important;}


.grid-item {
  width: 160px;
  height: 200px;
display:flex;
  float: left;
  padding:5px 5px 5px 5px;
  background: white;
  border-radius: 5px;
}
.bold {font-weight:bold;font-size:1.6em;color:grey;list-style-type:none;}
.footer {min-height:300px;margin-top:50px;background-color:#9fffdf;}
.footer h3 {color:white;font-weight:bold;padding:10px 10px 10px 10px;}
.footer p {color:white;padding:5px 5px 5px 40px;}
.grid-item--width2 { width: 320px;}
.grid-item--width3 { width: 450px;   }
.grid-item--width4 { width: 470px;  }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 360px;  }
.grid-item--height4 { height: 720px; }

    .menu-item a {
    color: #b7a36c ;
      margin-top:10px;
    text-decoration: none;
    padding: 5px;
}

 .card {position: relative;
    background-color:#f9f4f4;
    flex: 1 1;
    flex-direction: column;
    justify-content: space-between;
     margin:5px 5px 5px 5px!important;
    height: 100%;
    min-height:450px;
    transition: box-shadow .3s ease-out;}


 .card:hover {position: relative;
    display: flex;
     background-color:white;
    box-shadow:4px 8px 14px silver;
    flex: 1 1;
    flex-direction: column;
    justify-content: space-between;
     margin:10px 10px 10px 10px!important;
    height: 100%;
    transition: box-shadow .3s ease-out;}


@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animation-heading {
  animation: fadeIn 3s ease-in-out;
  color:black!important;
  padding:15px 15px 15px 15px;
  font-weight:bold;
}

.offer {padding:10px 10px 10px 10px;background:#9fffdf;color: #b7a36c; font-weight:bold;border:4px solid #b7a36c;border-radius: 4px;margin-top:20px;}
.offer:hover {padding:10px 10px 10px 10px;background:#b7a36c;color: white; font-weight:bold;border:4px solid #b7a36c;border-radius: 4px;margin-top:20px;text-decoration: none;}


 .colpic {margin:5px 5px 5px 5px!important;}
*/
.wrapper {
 margin:0px auto; 
 height: 100%;
  width:1250px;
 max-width:1680px;
 display: flex!important;
    
    }
    .wrapper1 {
 margin:0px auto; 
 height: 100%;
 margin-top:180px;
 max-width:1680px;
 display: flex!important;
    
    }

   .wrapper1 img {height:100%;width:100%;min-height:250px;min-width:320px;margin:15px;}
    
    

    .wrapper img {
  
 height: 100%;
 max-width:100%;
    min-width:50px;
    min-height:60px;
		margin-top:30px;
 
    
    }
    .container1 {max-width:100%!important;}


     .container-fluid {width:100%;max-width:1680px;margin:0px auto;color:black;display:flex; flex-direction: column;
    }

.text {font-size:1.1em!important;color:black;padding:15px 15px 15px 15px;}

   .slider-container {
  position: relative;

.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }
}

.slider {
  width: 100%;
  margin:0px auto;
  height: 27vw;
  margin-top:90px;
  min-height:550px;
  overflow: hidden;
  border-radius:30px;
  z-index:400;
}
.slider img {
  width: 100%;
  padding:10px 10px 10px 10px;
  border: 3px solid grey;
  height: 27vw;
  margin-top:30px;
  min-height:550px;
  position: absolute;
  margin:0px auto!important;
  opacity: 0;
  z-index:0;
  transition: opacity 0.5s ease-in-out;
}

.slider img.active {
  opacity: 1;
}



.slider {
  width: 100%;
  margin:0px auto;
  height: 23vw;
  margin-top:0px;
  min-height:550px;
  overflow: hidden;
  border-radius:30px;
  z-index:400;
}


.slider-caption {  position: absolute;

     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index:10;
     width:400px;
     height:400px;

   }

     .animated-text {
     animation: slideAnim 9s infinite;background-color:#9fffdf;
  border:2px solid grey;padding:50px 50px 50px 50px;color:white;font-weight: bold;font-size:1.9em;
   }
   
   @keyframes slideAnim {
     0% {
       transform: translateX(-100%);
     }
     100% {
       transform: translateX(100%);
     }
   }

.bottom {width:100%;height:250px;}
.bottom  p {width:1350px;margin:0px auto;float:right}

.pagination {
  position: absolute;
  padding:5px 5px 5px 5px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border:2px solid white;
  border-radius:15px;
}

.pagination span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: none;
  margin-right: 5px;
  cursor: pointer;
}


.pagination span.active {
  background-color: none;
  width:36px;
  border-radius:8px;
  transition-duration:4s; 
  border:2px solid black;
}

    .dot {
      width: 10px;
      height: 10px;
      background-color: grey;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px;
      cursor: pointer;
    }
  
    .dot.active {
      background-color:white!important;
      color:white;
      
    }


.teaser {display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;}


.custom-logo{height:30px!important;width:30px!important;}
.title {color:white;padding:10px 20px 20px 20px}

.mega-menu {
  position: absolute;
  top: 70px;
  width: 1450px; /* Set width to 100% viewport width */
  left:0px;
  padding: 0px;
  display: none;
  background-color: #f9f9f9;
  z-index: 1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition:.5s ease-in-out;
}
.countdown {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background-color: gray;
  color: white;
  font-size: 12px;
  font-weight: bold;
  transition: width 3s linear;
}


.inpage {max-width:300px;max-height:600px!important;width:100%;height:100%;}

    .headliner{font-size:2.6em;color:#b7a36c;text-align:center;font-weight:bold;background-color:#6BD8B4;padding:20px 20px 20px 20px;}
.headliner:hover{font-size:2.9em;color:#fff;text-align:center;font-weight:bold;background-color:#6BD8B4;padding:20px 20px 20px 20px;text-shadow: 0 0 10px #fff,0 0 20px #fff,0 0 40px #fff,0 0 80px #fff,0 0 160px #fff;}
    
    .wrapper1 img {min-height:250px;min-width:250px;}

    .middle {font-size:40px;margin:0px auto;font-weight:bold;text-align: center;height:100px;margin-top:50px;border: 8px solid black;}
    .header{height:80px;top:0px;display:inline;position:fixed;width:100%;box-shadow:5px 8px 10px silver;z-index:100;}
    /* CSS-Styling für die Animation */
   .basic{color:white;padding:50px 50px 50px 50px;text-align: center;font-weight:bold;} 
    

#slide1 {padding:15px 15px 15px 15px;z-index:0; }
   
#slide1:hover {padding:15px 15px 15px 15px;box-shadow:5px 7px 10px silver; }
    /* Keyframes für die Animation */
    @keyframes move {
      0% { left: 0px; top: 0px; }
      50% { left: 200px; top: 0px; }
      100% { left: 0px; top: 0px; }
    }

}


.animated-block h2 {display:none;color:black;font-weight:bold;}
.animated-block {animation-name: fadeIn;  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, 100%);
animation-duration:2s;
display:inline;}



 @keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

    
    @-webkit-keyframes zoom-in-out {
0%{ -webkit-transform: scale(1); transform: scale(1); }
50%{ -webkit-transform: scale(1.2); transform: scale(1.2); }
100%{ -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes zoom-in-out {
0%{ -ms-transform: scale(1); transform: scale(1); }
50%{ -ms-transform: scale(1.2); transform: scale(1.2); }
100%{ -ms-transform: scale(1); transform: scale(1); }
}

.logo-animate{
-webkit-animation:flip 3s ease-in-out 0s infinite normal;
-moz-animation:flip 3s ease-in-out 0s infinite normal;
-ms-animation:flip 3s ease-in-out 0s infinite normal;
animation:flip 3s ease-in-out 0s infinite normal;
}
    
    .shrink-logo {
  text-align: left;
  width: 60%;
}

@-webkit-keyframes flip {
0%{ -webkit-transform: translateY(0); transform: rotateY(0deg); }
50%{ -webkit-transform: translateY(180); transform: rotateY(180deg); }
100%{ -webkit-transform: translateY(0); transform: rotateY(0deg); }
}

@keyframes flip {
0%{ transform: rotateY(0deg); }
50%{ transform: rotateY(180deg); }
100%{ transform: rotateY(0deg); }
}


html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: clamp(1rem, calc(0.97rem + 0.14vw), 1.09rem);
  font-weight: normal;
  line-height: 1.5;
  color: var(--black-300);
  background-color: var(--white-100);
}
body.darkmode {
  color: var(--white-100);
  background-color: var(--night-400);
}

main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  background: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.section {
  margin: 0 auto;
  padding: 6rem 0 2rem;
}

.container {
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
  border-radius: 0.25rem;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.btn-primary {
  padding: 0.75rem 1.5rem;
  color: var(--white-100);
  background-color: var(--pink-500);
  box-shadow: var(--shadow-medium);
}
.btn-darken {
  padding: 0.75rem 1.5rem;
  color: var(--white-100);
  background-color: var(--night-300);
  box-shadow: var(--shadow-medium);
}


.darkmode .header {
  background-color: var(--night-300);
}

.brand {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--pink-500);
  text-transform: uppercase;
  order: 1;
}
.darkmode .brand {
  color: var(--pink-300);
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color:#9fffdf;
}
.navbar-left {
  display: flex;
  align-items: center;
  flex: 0 0 17%;
}
.navbar-center {
  display: flex;
}
.navbar-right {
  display: flex;
  flex: 0 0 17%;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .navbar-left, .navbar-right {
    flex: 0 0 auto;
  }
  .navbar-right {
    align-items: center;
  }
  .navbar-center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
  }
}

@media only screen and (max-width: 992px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    transform: translate(-100%);
    background-color: var(--white-100);
    transition: all 0.4s ease-in-out;
  }
  .menu.is-active {
    transform: translate(0%);
  }
  .darkmode .menu {
    background-color: var(--night-300);
  }
}

.menu-header {
  display: none;
  box-shadow: var(--shadow-medium);
}
.menu-item {
  display: inline-block;
  line-height: 1.5;
  padding-right: 1.25rem;
}
.submenu-link {padding:30px 30px 30px 30px;border-radius:15px;}
.submenu-title1 {padding:10px 10px 10px 10px;background-color:red;border-radius:15px;text-decoration:none!important;color:white;}
.submenu-title1:hover {padding:10px 10px 10px 10px;background-color:red;border-radius:15px;text-decoration:none!important;}
.menu-link:hover {background-color:#b7a36c;color:white;font-weight:bold;line-height: 1.5;
  padding-right: 1.25rem;border-radius:10px;padding:5px 5px 5px 5px;}
.submenu-item:hover{background-color:#b7a36c;color:white;font-weight:bold;line-height: 1.5;
  padding-right: 1.25rem;border-radius:10px;padding:5px 5px 5px 5px;text-decoration:none;}


.menu-link {
  font-family: inherit;
  font-size: inherit;
	color:#b7a36c;
	border:2px solid #b7a36c;
	padding:5px 5px 5px 5px;
	border-radius:10px;
  font-weight: 700;
  font-size:1.3em;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.25s ease;
}
.menu-link > i.bx {
  font-size: 1.35rem;
  margin-left: 0.25rem;
  transform: rotate(90deg);
}
.darkmode .menu-link {
  color: var(--white-100);
}
.menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  font-size: 1.45rem;
  color: var(--black-300);
  transition: all 0.25s ease;
}
.darkmode .menu-icon {
  color: var(--white-100);
}
@media only screen and (min-width: 993px) {
  .menu-dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .menu-header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }
  .menu-header.is-active {
    visibility: visible;
    background-color: var(--white-100);
  }
  .menu-header.is-active > .menu-arrow {
    display: block;
  }
  .darkmode .menu-header.is-active {
    background-color: var(--night-100);
  }
  .menu-arrow {
    display: none;
    cursor: pointer;
    width: 3rem;
    height: 4rem;
    text-align: center;
  }
  .menu-arrow > i.bx {
    font-size: 1.5rem;
    line-height: 4rem;
    color: var(--black-300);
    transition: all 0.25s ease;
  }
  .darkmode .menu-arrow > i.bx {
    color: var(--white-100);
  }
  .menu-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    line-height: inherit;
    text-transform: capitalize;
    color: var(--black-300);
  }
  .darkmode .menu-title {
    color: var(--white-100);
  }
  .menu-inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .menu-item {
    display: block;
    line-height: 1;
    padding-inline: 0;
  }
  .menu-link {
    justify-content: space-between;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-inline: 1.25rem;
  }
  .menu-link > i.bx {
    margin-left: 0.5rem;
    transform: rotate(0deg);
  }
}

.submenu {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 4px solid #b7a36c;
  background-color: var(--white-100);
  box-shadow: var(--shadow-medium);
  transition: all 0.25s ease-in-out;
}
.darkmode .submenu {
  border-top: 2px solid var(--pink-300);
  background-color: var(--night-300);
}
.submenu-inner {
  flex: 0 0 25%;
  padding: 0 1rem;
}
.submenu-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0;
  color: var(--mint-100);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.darkmode .submenu-title {
  color: var(--pink-300);
}
.submenu-item {
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.submenu-link {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  padding: 0.75rem 0;
  white-space: nowrap;
  text-transform: capitalize;
  color: black;
  transition: all 0.25s ease-in-out;
}
.submenu-link:hover {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  white-space: nowrap;
  text-transform: capitalize;
  color: white;
  transition: all 0.25s ease-in-out;
}

.submenu-item a:hover {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  text-decoration: none;
  line-height: inherit;
  white-space: nowrap;
  text-transform: capitalize;
  color: white!important;
  transition: all 0.25s ease-in-out;
}
.darkmode .submenu-link {
  color: var(--white-100);
}
.submenu-image {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 0.5rem;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    box-shadow: none;
    transform: translateX(0%);
  }
  .submenu.is-active {
    display: block;
  }
  .submenu-inner {
    flex: 0 0 100%;
    padding: 0rem;
  }
  .submenu-list {
    margin-bottom: 1rem;
  }
  .submenu-link {
    display: block;
  }
  .submenu-image {
    margin-top: 0;
  }
}

.megamenu {
  left: 50%;
  width: 100%;
  min-width:368px;
  height: auto;
  margin: 0 auto;
  transform: translateX(-50%);
}
.megamenu-column-1 {
  left: 65%;
  max-width: 15rem;
  width: 100%;
  height: auto;
}
.megamenu-column-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 62rem;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .megamenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }
}

.switch {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  margin-right: 0.5rem;
}
.switch-light, .switch-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}
.switch-light {
  font-size: 1.3rem;
  visibility: visible;
  color: var(--black-300);
}
.darkmode .switch-light {
  font-size: 0rem;
  visibility: hidden;
}
.switch-dark {
  font-size: 0rem;
  visibility: hidden;
  color: var(--white-100);
}
.darkmode .switch-dark {
  font-size: 1.3rem;
  visibility: visible;
}

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 1.6rem;
  height: 1rem;
  margin-right: 1rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
@media only screen and (max-width: 992px) {
  .burger {
    opacity: 1;
    visibility: visible;
  }
}
.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 1rem;
  background: var(--black-400);
}
.darkmode .burger-line {
  background: var(--white-100);
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}