<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
	http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!DOCTYPE html PUBLIC '//W3C//DTD XHTML 1.0 Transitional//EN' '//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns="//www.w3.org/1999/xhtml" xml:lang="de" lang="de">

<html>
<head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    <meta http-equiv="content-language" content="de" />
    <title>Acapa-Buholzer Reisebüro</title>
    <link rel="stylesheet" type="text/css" media="all" href="https://www.acapa-buholzer.ch/xoops.css" />
</head>

<body bgcolor="#eeeeee">


  <table cellspacing="0" width="100%">
    <td style="height:8px; font-family: Verdana; border-bottom: 1px solid silver; border-top: 1px solid silver; 
      background-color: #dddddd;" colspan="2" align=center><style>
.acapa-maintenance {
  --green: #315f58;
  --green-dark: #234a45;
  --gold: #b99a64;
  --white: #ffffff;

  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 50px 24px;
  box-sizing: border-box;

  font-family: Arial, Helvetica, sans-serif;
  color: var(--green-dark);

  background:
    linear-gradient(
      rgba(255, 255, 255, 0.60),
      rgba(255, 255, 255, 0.70)
    ),
    url("DEIN-HINTERGRUNDBILD.jpg") center center / cover no-repeat;
}

.acapa-maintenance *,
.acapa-maintenance *::before,
.acapa-maintenance *::after {
  box-sizing: border-box;
}

/* Sanfter Lichtverlauf */
.acapa-maintenance::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.35) 100%
    );

  pointer-events: none;
}

.acapa-maintenance__container {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 850px;
  margin: 0 auto;

  text-align: center;
}

/* Helle Content-Fläche */
.acapa-maintenance__content {
  width: 100%;

  padding: 60px 55px;

  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;

  box-shadow:
    0 25px 70px rgba(32, 66, 61, 0.12);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Logo */
.acapa-maintenance__logo {
  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 38px;
}

.acapa-maintenance__logo img {
  display: block;

  max-width: 220px;
  max-height: 100px;

  object-fit: contain;
}

.acapa-maintenance__brand {
  font-family: Georgia, "Times New Roman", serif;

  font-size: 30px;
  font-weight: 400;

  letter-spacing: 0.03em;

  color: var(--green-dark);
}

/* Kleine Überschrift */
.acapa-maintenance__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 14px;

  margin-bottom: 22px;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: var(--gold);
}

.acapa-maintenance__eyebrow::before,
.acapa-maintenance__eyebrow::after {
  content: "";

  width: 35px;
  height: 1px;

  background: var(--gold);
}

/* Hauptüberschrift */
.acapa-maintenance h1 {
  max-width: 700px;

  margin: 0 auto 25px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.04;

  font-weight: 400;

  letter-spacing: -0.03em;

  color: var(--green-dark);
}

/* Beschreibung */
.acapa-maintenance__lead {
  max-width: 620px;

  margin: 0 auto 38px;

  font-size: 18px;
  line-height: 1.7;

  color: #536b67;
}

/* Buttons */
.acapa-maintenance__contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  gap: 12px;

  margin-bottom: 42px;
}

.acapa-maintenance__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;

  padding: 0 27px;

  border-radius: 100px;
  border: 1px solid transparent;

  font-size: 15px;
  font-weight: 600;

  text-decoration: none;

  transition: all 0.25s ease;
}

.acapa-maintenance__button:hover {
  transform: translateY(-2px);
}

/* Hauptbutton */
.acapa-maintenance__button--primary {
  background: var(--green);
  color: #ffffff;
}

.acapa-maintenance__button--primary:hover {
  background: var(--green-dark);
}

/* Zweiter Button */
.acapa-maintenance__button--secondary {
  background: #ffffff;

  border-color: rgba(49, 95, 88, 0.22);

  color: var(--green);
}

.acapa-maintenance__button--secondary:hover {
  border-color: var(--green);

  background: #f8faf9;
}

/* Kontaktinformationen */
.acapa-maintenance__info {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 30px;

  padding-top: 30px;

  border-top: 1px solid rgba(49, 95, 88, 0.15);
}

.acapa-maintenance__info-item {
  display: flex;
  flex-direction: column;

  align-items: center;

  gap: 6px;
}

.acapa-maintenance__info-label {
  font-size: 10px;
  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.14em;

  color: #91a09d;
}

.acapa-maintenance__info-value {
  font-size: 15px;

  color: var(--green-dark);

  text-decoration: none;
}

.acapa-maintenance__divider {
  width: 1px;
  height: 38px;

  background: rgba(49, 95, 88, 0.15);
}

/* Kleiner Abschluss */
.acapa-maintenance__destination {
  margin-top: 25px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 16px;
  font-style: italic;

  color: var(--gold);
}

/* MOBILE */
@media (max-width: 700px) {

  .acapa-maintenance {
    min-height: 100svh;

    padding: 25px 15px;

    background:
      linear-gradient(
        rgba(255, 255, 255, 0.68),
        rgba(255, 255, 255, 0.78)
      ),
      url("DEIN-HINTERGRUNDBILD.jpg") center center / cover no-repeat;
  }

  .acapa-maintenance__content {
    padding: 42px 22px;

    border-radius: 22px;
  }

  .acapa-maintenance__logo {
    margin-bottom: 30px;
  }

  .acapa-maintenance h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .acapa-maintenance__lead {
    font-size: 16px;
  }

  .acapa-maintenance__contact {
    flex-direction: column;
  }

  .acapa-maintenance__button {
    width: 100%;
  }

  .acapa-maintenance__info {
    flex-direction: column;

    gap: 18px;
  }

  .acapa-maintenance__divider {
    display: none;
  }
}
</style>


<section class="acapa-maintenance">

  <div class="acapa-maintenance__container">

    <div class="acapa-maintenance__content">

      <div class="acapa-maintenance__logo">

        <!-- Logo kann hier eingesetzt werden:
        <img src="DEIN-LOGO.png" alt="Acapa Reisen">
        -->

        <div class="acapa-maintenance__brand">
          ACAPA Reisen
        </div>

      </div>


      <div class="acapa-maintenance__eyebrow">
        Wir sind bald wieder für Sie da
      </div>


      <h1>
        Ihre nächste Reise beginnt schon bald.
      </h1>


      <p class="acapa-maintenance__lead">
        Unsere Website wird zurzeit für Sie neu gestaltet.
        Persönlich sind wir selbstverständlich weiterhin für Sie da
        und beraten Sie gerne bei der Planung Ihrer nächsten Traumreise.
      </p>


      <div class="acapa-maintenance__contact">

        <a
          href="tel:+41413606060"
          class="acapa-maintenance__button acapa-maintenance__button--primary"
        >
          041 360 60 60
        </a>

        <a
          href="mailto:verena.buholzer@acapa.ch"
          class="acapa-maintenance__button acapa-maintenance__button--secondary"
        >
          E-Mail schreiben
        </a>

      </div>


      <div class="acapa-maintenance__info">

        <div class="acapa-maintenance__info-item">

          <span class="acapa-maintenance__info-label">
            Persönliche Beratung
          </span>

          <span class="acapa-maintenance__info-value">
            Verena Buholzer
          </span>

        </div>


        <div class="acapa-maintenance__divider"></div>


        <div class="acapa-maintenance__info-item">

          <span class="acapa-maintenance__info-label">
            Erreichbar
          </span>

          <span class="acapa-maintenance__info-value">
            Termine nach Vereinbarung
          </span>

        </div>

      </div>


      <div class="acapa-maintenance__destination">
        ✦ Fernweh inklusive.
      </div>

    </div>

  </div>

</section></td>
  </table>


<form action="https://www.acapa-buholzer.ch/user.php" method="post">
 <input type="hidden" name="xoops_redirect" value="/sitemaps/xml.php" /> 
    <table style="position:relative;top:100px;" align="center" width=400 height=300 background="#FFFFFF" border=1 rules="none" bgcolor="#ffffff" bordercolor="#c0c0c0">
        <tr height=62>
                <td valign="top"><img src="/images/cms_logo.gif" width="86" height="62" alt="" border="0"></td>
                <td valign="middle" align="center" style="color:#c0c0c0;font-family:Verdana,Arial,sans-serif;font-size:12pt;">
                <strong>&nbsp;</strong></td>
                <td valign="top" align="right"><img src="/images/construction.gif" width="72" height="62" alt="" border="0"></td>
        </tr>
        <tr>
                <td colspan=3 valign="middle" align="center" style="color:#c0c0c0;font-family:Verdana,Arial,sans-serif;font-size:12pt;">
                <strong>Acapa-Buholzer Reisebüro</strong><br>
                <br><br>
                <div style="font-size:8pt">  <a href="mailto:info@acapa-buholzer.ch">info@acapa-buholzer.ch</a></div>
                </td>
        </tr>
        <tr>
                <td colspan=3 valign="middle" align="center" style="color:#c0c0c0;font-family:Verdana,Arial,sans-serif;font-size:12pt;">
                        <table style="color:#c0c0c0;font-family:Verdana,Arial,sans-serif;font-size:12pt;">
                                <tr>
                                        <td align="center" colspan="2" style="color:#ffffff; background-color:#c0c0c0"><strong>User-Login</strong></td>
                                </tr>
                                <tr>
                                        <td>Benutzername: </td><td><input type="text" name="uname" size=12></td>
                                </tr>
                                <tr>
                                        <td>Passwort: </td><td><input type="password" name="pass" size=12></td>
                                </tr>
                                <tr>
                                    <td style="padding: 2px;">&nbsp;</td>
                                    <td style="padding: 2px;"><input type="hidden" name="xoops_login" value="1" /><input type="submit" value="User-Login" /></td>
                                </tr>

                        </table>
                </td>
        </tr>
</table>


</body>
</html>