:root {
      --vtp-accent: #0f6ef0;
      --vtp-muted: #64748b;
      --vtp-card-bg: #ffffff;
      --vtp-radius: 12px;
      --vtp-max-width: 1100px;
      --vtp-padding: 16px;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
      --primary: #006994;
      --accent: #ffb703;
      --bg-light: #f4f6f8;
      --text-dark: #333;
 --travel-text:#0b2545;
    --travel-muted:#6b7280;
    --travel-accent:#1f6feb;
    --travel-gap:0.6rem;
      --sky-blue: #3fa9f5;
      --deep-blue: #187bcd;
      --soft-bg: #f5faff;
      --text-color: #2b2b2b;
      --light-gray: #d9e6f2;
      --white: #ffffff;
    }

    html, body {
      margin: 0;
      background: #f8fafc;
      color: #0f172a;
    }

    .vtp-wrapper {
      max-width: var(--vtp-max-width);
      margin: 0 auto;
      padding: 24px var(--vtp-padding);
    }

    .vtp-hero {
      display: grid;
      gap: 12px;
      margin-bottom: 24px;
    }

    .vtp-eyebrow {
      font-size: 13px;
      color: var(--vtp-muted);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-weight: 600;
    }

    .vtp-title {
      font-size: 30px;
      line-height: 1.1;
      margin: 0;
    }

    .vtp-subtitle {
      font-size: 15px;
      color: var(--vtp-muted);
      margin: 0;
    }

    .vtp-card {
      background: var(--vtp-card-bg);
      padding: 20px;
      border-radius: var(--vtp-radius);
      box-shadow: 0 6px 18px rgba(12,22,40,0.05);
      margin-bottom: 20px;
    }

    .vtp-card h2, 
    .vtp-card h3 {
      margin-top: 0;
      color: #0f172a;
    }

    .vtp-list {
      margin: 0;
      padding-left: 20px;
      line-height: 1.6;
    }

    .vtp-list li {
      margin-bottom: 6px;
    }

    .vtp-images {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      margin-top: 16px;
    }

    .vtp-figure {
      margin: 0;
      border-radius: 10px;
      overflow: hidden;
      background: linear-gradient(180deg, #eaeefb, #f8fafc);
    }

    .vtp-figure img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .vtp-figcaption {
      padding: 10px 12px;
      font-size: 13px;
      color: var(--vtp-muted);
      background: #fff;
    }

    .vtp-muted {
      color: var(--vtp-muted);
      font-size: 14px;
    }

    .vtp-footer {
      margin-top: 24px;
      text-align: center;
      font-size: 13px;
      color: var(--vtp-muted);
    }

    @media (min-width: 800px) {
      .vtp-title { font-size: 38px; }
      .vtp-images { grid-template-columns: 1fr 1fr; }
      .vtp-figure img { height: 240px; }
    }

    @media (min-width: 1100px) {
      .vtp-title { font-size: 42px; }
      .vtp-wrapper { padding: 32px; }
    }

    .wtp-wrap {
      max-width: var(--wtp-max-width);
      margin: 0 auto;
      padding: 24px var(--wtp-container-padding);
    }

    .wtp-hero {
      display: grid;
      gap: 12px;
      margin-bottom: 24px;
    }

    .wtp-eyebrow {
      font-size: 13px;
      color: var(--wtp-muted);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-weight: 600;
    }

    .wtp-title {
      font-size: 30px;
      line-height: 1.1;
      margin: 0;
    }

    .wtp-subtitle {
      font-size: 15px;
      color: var(--wtp-muted);
      margin: 0;
    }

    .wtp-card {
      background: var(--wtp-card-bg);
      padding: 20px;
      border-radius: var(--wtp-radius);
      box-shadow: 0 6px 18px rgba(12,22,40,0.05);
      margin-bottom: 20px;
    }

    h2, h3 {
      margin-top: 0;
      color: #0f172a;
    }

    .wtp-bullets {
      margin: 0;
      padding-left: 20px;
      line-height: 1.6;
      color: black;
    }

    .wtp-bullets li {
      margin-bottom: 6px;
    }

    .wtp-images {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      margin-top: 16px;
    }

    figure {
      margin: 0;
      border-radius: 10px;
      overflow: hidden;
      background: linear-gradient(180deg, #eaeefb, #f8fafc);
    }

    figure img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    figure figcaption {
      padding: 10px 12px;
      font-size: 13px;
      color: var(--wtp-muted);
      background: #fff;
    }

    .wtp-muted {
      color: var(--wtp-muted);
      font-size: 14px;
    }

    @media (min-width: 800px) {
      .wtp-title { font-size: 38px; }
      .wtp-images { grid-template-columns: 1fr 1fr; }
      figure img { height: 240px; }
    }

    @media (min-width: 1100px) {
      .wtp-title { font-size: 42px; }
      .wtp-wrap { padding: 32px; }
    }


/* Wrapper */
    .bct-layout-container {
      max-width: 1200px;
margin: 10rem 0;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr 3fr;
      gap: 2rem;
      transition: all 0.3s ease;
    }

    /* Sidebar */
    .bct-sidebar {
      background: #0b4870;
      color: #fff;
      padding: 2rem 1.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .bct-sidebar-title {
      font-size: 1.3rem;
      margin-bottom: 1rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-bottom: 2px solid #fff;
      padding-bottom: 0.5rem;
    }

    .bct-sidebar-menu {
      list-style: none;
    }

    .bct-sidebar-item {
      margin-bottom: 0.8rem;
    }

    .bct-sidebar-link {
      color: #fff;
      text-decoration: none;
      font-size: 0.95rem;
      display: block;
      padding: 0.4rem 0.8rem;
      border-radius: 6px;
      transition: background 0.3s;
    }

    .bct-sidebar-link:hover {
      background: rgba(255, 255, 255, 0.15);
    }

    /* Main content */
    .bct-content {
      padding: 2rem;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .bct-content-title {
      font-size: 1.8rem;
      color: #0b4870;
    }

    .bct-section-header {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      background: #e6f0f8;
      border-radius: 10px;
      padding: 1rem;
    }

    .bct-section-header div {
      font-weight: 600;
      color: #0b4870;
    }

    .bct-section-subtitle {
      font-size: 1.4rem;
      color: #0b4870;
      margin-top: 1.2rem;
    }

    .bct-text {
      font-size: 1rem;
      color: #444;
    }

    .bct-list {
      list-style: disc inside;
      margin-top: 0.8rem;
    }

    .bct-list-item {
      margin-bottom: 0.5rem;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
      .bct-layout-container {
        grid-template-columns: 1fr;
      }

      .bct-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
      }

      .bct-sidebar-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
      }

      .bct-sidebar-item {
        margin: 0;
      }

      .bct-sidebar-link {
        background: rgba(255, 255, 255, 0.15);
        border-radius: 8px;
        padding: 0.6rem 1rem;
      }

      .bct-content {
        padding: 1.5rem;
      }

      .bct-content-title {
        font-size: 1.5rem;
      }
    }

    @media (max-width: 600px) {
      .bct-sidebar {
        padding: 1rem;
      }

      .bct-content {
        padding: 1rem;
      }

      .bct-section-subtitle {
        font-size: 1.2rem;
      }

      .bct-text {
        font-size: 0.95rem;
      }
    }

.australien-body {
      font-family: "Segoe UI", Arial, sans-serif;
      line-height: 1.6;
      color: var(--text-dark);
      margin: 0;
      background-color: var(--bg-light);
    }

    header.australien-header {
      background: url('https://source.unsplash.com/1600x600/?australia,landscape') center/cover no-repeat;
      color: white;
      text-align: center;
      padding: 6rem 1rem 1rem 1rem;
    }

    .australien-header-title {
      font-size: 2.5rem;
      margin-bottom: 0.5rem;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }

    .australien-header-subtitle {
      font-size: 1.1rem;
      max-width: 700px;
      margin: 0 auto;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
      color:black;
    }

    .australien-container {
      width: 90%;
      max-width: 1100px;
      margin: 1rem auto;
      display: flex;
      flex-direction: column;
    }

    .australien-box {
      background: white;
      padding: 2rem;
      border-radius: 1rem;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      margin-bottom: 1rem;
    }

    .australien-box h2 {
      color: var(--primary);
      font-size: 1.6rem;
      margin-top: 0;
    }

    .australien-box p {
      text-align: justify;
      margin-bottom: 1.5rem;
    }

    .australien-box2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Default: left-aligned text */
  gap: 1rem;
}

.australien-btn {
  align-self: flex-end; /* moves the button to the right side */
  background: var(--primary);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.australien-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
}

.australien-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* optional limit for desktop */
}

.australien-banner-text {
  position: absolute;
  bottom: 0;
  left: 3;
  width: 97.4%;
  padding: 1rem 1.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: left;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .australien-banner-text {
    font-size: 1rem;
    padding: 0.8rem 1rem;
  }
  .australien-banner img {
    max-height: 550px;
  }
}



    .australien-btn:hover {
      background: var(--accent);
      color: #222;
    }

    .australien-image-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      margin-top: 1.5rem;
    }
    
    .australien-image-grid img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 0.8rem;
      transition: transform 0.3s ease;
    }

    .australien-image-grid img:hover {
      transform: scale(1.04);
    }

    @media (max-width: 768px) {
      .australien-image-grid {
        grid-template-columns: 1fr;
      }
      .australien-image-grid img {
        height: 220px;
      }
    }

    /* Travel Links Box */
    .australien-links-box {
      background: white;
      padding: 2rem;
      border-radius: 1rem;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      text-align: center;
      gap:2rem;
    }

    .australien-links-box h2 {
      color: var(--primary);
      margin-bottom: 1rem;
    }

    .australien-links-box a {
      display: inline-block;
      color: var(--primary);
      text-decoration: none;
      margin: 0.3rem 0.5rem;
      padding: 0.4rem 0.8rem;
      border: 1px solid var(--primary);
      border-radius: 1.5rem;
      transition: 0.3s;
    }

    .australien-links-box a:hover {
      background: var(--primary);
      color: white;
    }

/* container */
  .travel-links-container{
    display:flex;
    flex-wrap:wrap;
    gap:var(--travel-gap);
    align-items:center;
    justify-content:flex-start;
    padding:12px;
    font-size:clamp(14px,1.6vw,18px);
  }

  /* links */
  .travel-link{
    position:relative;
    display:inline-block;
    padding:6px 2px;
    text-decoration:none;
    color:var(--travel-text);
    font-weight:500;
    letter-spacing:-.01em;
    transition:color .18s ease;
    white-space:nowrap;
  }

  .travel-link:focus{
    outline:2px solid rgba(31,111,235,0.18);
    outline-offset:4px;
  }

  /* separators */
  .travel-link + .travel-link::before{
    content:" |";
    color:var(--travel-muted);
    margin:0 .6rem;
    display:inline-block;
    opacity:.9;
  }

  @media (max-width:520px){
    .travel-link + .travel-link::before{
      content:"|";
      margin:0;
	padding-right:5px;
    }
    .travel-links-container{
      gap:.45rem;
    }
    .travel-link{
      padding:8px 5px;
    }
  }

  /* hover underline animation */
  .travel-link::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    height:2px;
    bottom:-4px;
    background:var(--travel-accent);
    transform:scaleX(0);
    transform-origin:left center;
    transition:transform 220ms cubic-bezier(.2,.9,.2,1);
    border-radius:2px;
  }

  .travel-link:hover,
  .travel-link:focus{
    color:var(--travel-accent);
  }

  .travel-link:hover::after,
  .travel-link:focus::after{
    transform:scaleX(1);
  }

  .travel-link:focus-visible::after{
    transform:scaleX(1);
  }

  /* group labels (e.g., "Asien:") */
  .travel-group{
    font-weight:600;
    color:var(--travel-muted);
    padding-right:.25rem;
    white-space:nowrap;
  }

.catalog-container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .catalog-header {
      text-align: center;
      font-size: 2rem;
      font-weight: 700;
      color: var(--deep-blue);
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .catalog-intro {
      text-align: center;
      font-size: 1rem;
      color: #555;
      margin-bottom: 40px;
    }

    .catalog-section-title {
      font-size: 1.4rem;
      font-weight: 700;
      color: var(--deep-blue);
      border-left: 6px solid var(--sky-blue);
      padding-left: 10px;
      margin: 40px 0 20px;
    }

    .catalog-entry {
      display: flex;
      align-items: flex-start;
      gap: 25px;
      background: var(--white);
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      padding: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--light-gray);
    }

    .catalog-entry:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    }

    .catalog-image-box img {
      width: 200px;
      height: auto;
      border-radius: 10px;
      border: 2px solid var(--sky-blue);
    }

    .catalog-text-box {
      flex: 1;
    }

    .catalog-text-box p {
      margin: 0 0 12px;
      font-size: 0.98rem;
      color: #444;
    }

    .catalog-list {
      list-style: disc;
      margin: 0 0 15px 25px;
      padding: 0;
      color: #333;
      display: flex;
      flex-wrap: wrap;
      gap: 8px 25px;
    }

    .catalog-list li {
      flex: 1 1 45%;
      min-width: 250px;
      font-size: 0.95rem;
      background: #f0f8ff;
      padding: 8px 12px;
      border-radius: 6px;
      line-height: 1.4;
      box-sizing: border-box;
    }

    .catalog-button {
      background-color: var(--sky-blue);
      color: var(--white);
      border: none;
      padding: 10px 18px;
      border-radius: 6px;
      cursor: pointer;
      font-size: 0.95rem;
      font-weight: 600;
      letter-spacing: 0.3px;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .catalog-button:hover {
      background-color: var(--deep-blue);
      transform: scale(1.05);
    }

    .catalog-note {
      font-size: 0.85rem;
      color: #666;
      margin-top: 10px;
    }

    /* ✅ Responsive adjustments */
    @media (max-width: 992px) {
      .catalog-list li {
        flex: 1 1 100%;
      }
    }

    @media (max-width: 768px) {
      .catalog-entry {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .catalog-image-box img {
        width: 80%;
        border: none;
      }

      .catalog-list {
        margin: 15px 15px;
        gap: 10px;
        justify-content: center;
      }

      .catalog-list li {
        flex: 1 1 100%;
        text-align: left;
        background: #eaf6ff;
      }
    }

    @media (max-width: 480px) {
      .catalog-header {
        font-size: 1.5rem;
      }

      .catalog-section-title {
        font-size: 1.2rem;
      }

      .catalog-list li {
        font-size: 0.9rem;
        padding: 6px 10px;
      }
    }

.praktikum-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 2rem auto;
  flex-wrap: wrap; /* para responsive */
}

.image-wrapper {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
}

.praktikum-img {
  width: 100%;
  max-width: 500px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  transition: transform 0.3s ease;
}

.praktikum-img:hover {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .praktikum-image-box {
    flex-direction: column;
    gap: 1.5rem;
  }
}

/* UNIQUE CONTAINER */
.australiaInternContainer {
max-width: 1100px;
margin: 0 auto;
padding: 20px;
}


/* HEADER */
.australiaInternHeader {
text-align: center;
padding: 20px 0;
}


.australiaInternHeader h1 {
font-size: 2rem;
}


.australiaInternHeader p {
margin-top: 10px;
color: #555;
}


/* SECTION BLOCKS */
.australiaInternSection {
background: #fff;
padding: 25px;
border-radius: 10px;
margin-bottom: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}


.australiaInternSection h2 {
margin-bottom: 10px;
font-size: 1.4rem;
color: #0055aa;
}


.australiaInternSection p {
margin: 8px 0;
}


/* LISTS */
.australiaInternList {
padding-left: 20px;
}


.australiaInternList li {
margin-bottom: 6px;
}


/* GALLERY */
.australiaInternGallery {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-top: 10px;
}


.australiaInternGallery img {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 10px;
background: #ddd;
}


/* RESPONSIVENESS */
@media (max-width: 700px) {
.australiaInternGallery {
grid-template-columns: 1fr;
}


.australiaInternHeader h1 {
font-size: 1.6rem;
}
}

