* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #bc0d35;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

h1,
h2,
h3 {
  color: #a21d25;
  font-weight: 700;
}

h1 {
  font-size: clamp(24px, 3.4vw, 30px);
  line-height: 1.2;
}

h2 {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.25;
}

h3 {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.35;
}

h3:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 14px;
}

a,
a:link,
a:visited {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

a:hover,
a:focus,
a:active {
  color: #a21d25;
}

ul {
  margin: 0;
  padding-left: 22px;
}

li + li {
  margin-top: 8px;
}

#outerWrapper {
  width: min(960px, 100%);
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
}

#header {
  padding: 10px;
  background-color: #fff;
}

.header-image {
  display: block;
  width: 100%;
  height: auto;
}

.header-content {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 32px;
  align-items: start;
  padding: 24px 10px 18px;
  color: #4e1023;
}

.header-content ul {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

#content {
  padding: 0 10px 10px;
}

#tekstkader1,
#tekstkader2 {
  display: grid;
  gap: 28px;
  background: #fff;
  color: #000;
  padding: 10px;
}

#tekstkader1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#tekstkader2 {
  grid-template-columns: minmax(0, 370px) minmax(0, 1fr);
  margin-top: 10px;
  align-items: start;
}

#tekstkader1 .kolom1,
#tekstkader1 .kolom2,
#tekstkader2 .kolom1a,
#tekstkader2 .kolom2a {
  min-width: 0;
}

.company-logo {
  display: block;
  width: min(289px, 100%);
  margin-bottom: 24px;
}

.map-embed {
  display: block;
  width: 100%;
  height: auto;
  min-height: 280px;
  aspect-ratio: 13 / 7;
  border: 0;
}

.kolom2a small {
  display: block;
  margin-top: 6px;
}

#footer {
  padding: 8px 20px 12px;
  background-color: #fff;
  font-size: 10px;
}

@media (max-width: 800px) {
  .header-content,
  #tekstkader1,
  #tekstkader2 {
    grid-template-columns: 1fr;
  }

  .header-content {
    gap: 16px;
  }

  #tekstkader1,
  #tekstkader2 {
    gap: 22px;
  }
}

@media (max-width: 600px) {
  body {
    background-color: #fff;
    font-size: 14px;
  }

  #header {
    padding: 6px;
  }

  .header-content {
    padding: 20px 10px 14px;
  }

  #content {
    padding: 0 6px 6px;
  }

  #tekstkader1,
  #tekstkader2 {
    padding: 10px;
  }

  .map-embed {
    min-height: 240px;
  }

  #footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
