@page {
  size: A4;
  margin: 50pt 30pt;
}


body,
html {
  font-size: 10pt;
  margin: 0pt;
  /* min-height: initial; */
}

#wrapper, .print-only {
  display: block;
}
.main-content {
  width: 100%;
}

.main-inner {
  padding: 0px;
}

h1{
  padding:0;
  margin:0;
  margin-bottom: -20px;
}

h2, h2.section-title {
  font-size: 14px;
  font-family: "Coop Expanded", sans-serif;
  font-weight: bold;
  margin-bottom: 2pt;
}

h2.section-title b {
  font-weight: 700;
}

.print-only, .box p,
.print-only p, #main-info{
  margin:0
}

#main-info{
  margin-top:20px
}

header,
.intro,
footer,
#process-section,
.side-bar,
button,
#route-btn,
#share-section,
#benefits-section,
#video-section,
#sticky-header,
.job-banner,
.job-banner.sticky
 {
  display: none !important;
}

.box,
.box.wichtig {
  border: 1px solid rgb(230, 230, 230);
  margin: 3px;
  padding: 10px;
}


section, #wrapper {
  margin: 0px;
  padding:0;
}

section#tasks {
  margin-top: 20px
}

#tasks  .container-2 {
  gap: 20px;
} 

.styled-list ul {
  margin-top:0;
  list-style-type: circle;
  padding:0;
  padding-left: 20px;
}

.styled-list ul li {
  padding: 0;
  border-top: none;
  position: initial;
  padding-left: initial;
  font-size: 10pt;
}

.styled-list ul li::before {
  content: none; /* Remove the content */
  position: static; /* Reset the position property */
  top: auto; /* Reset the top property */
  transform: none; /* Reset the transform property */
  width: auto; /* Reset the width property */
  height: auto; /* Reset the height property */
  background-image: none; /* Remove the background image */
  background-repeat: initial; /* Reset the background repeat property */
  background-size: initial; /* Reset the background size property */
}

.address-details,
.important-details {
  margin-top: 0px;
}

/* print only header */
.print-only.header{
   display:flex;
  justify-content: space-between;
  align-items: start;
}

.print-only.header .banner-stats {
  padding:0;
  margin-bottom:10px;
  font-size: 10pt;
  gap:20px;
}

.print-only.header .banner-stats img{
height:20px;
}
