﻿
/*********************************************/
/***** Global ********************************/
/*********************************************/

/*** BS ****/
a.city_links {
  text-decoration: none;
  color:var(--blue);
}

a.footer_links { 
  color: white;
  /*text-decoration: none; */
}
a.footer_links:visited { color: white; }
a.footer_links:hover { color: white; }

.veranstaltungsseite .image   {
    width: 80%; 
    left: 0;
}

/***** Footer *********************/
  
.footer {
  width: 100%;
  background-color: transparent;
}

.footer .overlap-group {
  width: 100%;
  background-color: #1f4e83;
}

.dekorationslinie-3 {
  width: 100%;
  height: 5px;
  background-color: #ffb700;
} 

.logo-WDS {
  width: 87px;
  /*height: 55px;*/
  height: auto;
  margin:20px 0px 0px 40px;
  /*left: 30px;
  object-fit: cover;*/
  display: block;
}  

.text-wrapper-5 {
    /*width: 80%;*/
    width: calc(100% - 80px);
    margin: 20px 40px;
    /*margin:20px 0px 20px 40px;
    line-height: 1.72;
    font-weight: 400;*/
    font-size:21px;
    color: #fed78a;
    /*
    letter-spacing: 0;
    line-height: normal;
    */
} 

.footer-grid {
  display:grid;
  grid-template-columns: 45% 25% 20%;
  gap:30px;
  padding-right: 40px;
}

.wds-description {
    /*width: 90%;*/
    margin:20px 0px 20px 40px;
    font-family: "DM Sans-Regular", Helvetica;
    font-weight: 400;
    color: #fefaf1;
    font-size: 16px;
    /*letter-spacing: 0;*/
    line-height: normal;
}  

.footer .adresse {
    /*width: 100%;*/
    margin:20px 0px 20px 40px;
    font-family: "DM Sans-Regular", Helvetica;
    font-weight: 400;
    color: #fefaf1;
    font-size: 14px;
    /*letter-spacing: 0;*/
    line-height: normal;
}   

.footer .span {
    color: #fefaf1;
    font-size: 16px;
}  

.footer .impressum {
    width: 100%;
    margin:20px 0px 20px 40px;
    font-family: "DM Sans-Regular", Helvetica;
    font-weight: 400;
    color: #fefaf1;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

footer .line {
    width: 100%;
    height: 1px;
    background-color: #fed78a80;
}  

footer .text-wrapper-6 {
    margin: 20px 40px;
    /*margin:20px 20px 20px 40px;
    font-family: "DM Sans-Regular", Helvetica;
    font-weight: 400;*/
    color: #fed78a;
    font-size: 16px;
    /*letter-spacing: 0;
    line-height: normal;*/
}  

 

/***********/

:root {
  --blue:#0c3f94;
  --blue2:#1670b7;
  --light:#eef8fd;
  --line:#d9eaf6;
  --text:#173a5e;
  --muted:#5c748c;
}
* { box-sizing:border-box; }
body {
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#fff 0%,#f3faff 45%,#fff 100%);
}
.page {
  width:min(1380px,94vw);
  margin:0 auto;
  padding:28px 0 80px;
}


.hero {
  display:block;
  align-items:center;
  min-height:510px;
  padding:44px 64px;
  border-radius:32px;
  background:
    radial-gradient(circle at 20% 45%, rgba(225,246,252,.95), transparent 38%),
    linear-gradient(120deg,#eefaff 0%,#ffffff 52%,#e4f6fc 100%);
  border:1px solid var(--line);
  box-shadow:0 24px 70px rgba(12,63,148,.12);
}
.hero-visual img {
  width:100%;
  display:block;
  border-radius:28px;
  box-shadow:0 18px 42px rgba(12,63,148,.16);
}
.kicker {
  color:var(--blue);
  font-size:30px;
  line-height:1.18;
  font-weight:800;
  margin:0 0 18px;
}
.hero h1 {
  color:var(--blue);
  font-family:Georgia, 'Times New Roman', serif;
  font-style:italic;
  font-weight:500;
  font-size:66px;
  line-height:1.04;
  letter-spacing:-.04em;
  margin:0 0 22px;
}
.date {
  color:var(--blue);
  font-size:31px;
  font-weight:900;
  margin:24px 0 24px;
}
.free {
  color:var(--blue);
  font-size:23px;
  font-weight:700;
  margin-top:22px;
}
.intro {
  background:white;
  border:1px solid var(--line);
  border-radius:26px;
  padding:36px 42px;
  margin-top:28px;
  box-shadow:0 14px 36px rgba(12,63,148,.07);
}
.intro-label {
  color:var(--blue2);
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
  margin:0 0 8px;
}
.intro h2 {
  color:var(--blue);
  margin:0 0 18px;
  font-size:34px;
}
.intro p {
  font-size:19px;
  line-height:1.65;
  margin:0;
}
.info-section {
  margin-top:38px;
}
.info-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.info-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:30px;
  box-shadow:0 12px 30px rgba(12,63,148,.06);
}
.info-icon {
  width:70px;
  height:70px;
  border-radius:50%;
  background:#eaf6fd;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--blue);
  font-size:34px;
  margin-bottom:20px;
}
.info-card h3 {
  color:var(--blue);
  margin:0 0 16px;
  font-size:24px;
}
.info-card ul {
  margin:0;
  padding-left:20px;
  line-height:1.72;
  font-size:17px;
}
.info-card p {
  margin:0 0 12px;
  line-height:1.7;
  font-size:17px;
}
.info-card a {
  color:var(--blue);
  font-weight:800;
}
.locations-section {
  margin-top:64px;
}
.location-headline {
  text-align:center;
  color:var(--blue);
  font-family:Georgia, 'Times New Roman', serif;
  font-style:italic;
  font-weight:500;
  font-size:56px;
  line-height:1.1;
  margin:0;
}
.location-divider {
  width:220px;
  height:1px;
  background:#b6d4ee;
  margin:20px auto 46px;
}
.location-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.location-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:26px;
  box-shadow:0 12px 30px rgba(12,63,148,.055);
  min-height:210px;
  display:flex;
  flex-direction:column;
}
.location-card h3 {
  color:var(--blue);
  font-size:21px;
  line-height:1.25;
  margin:0 0 14px;
}
.location-card p {
  line-height:1.65;
  margin:0 0 18px;
  color:#263f58;
  flex:1;
}
.location-btn {
  display:inline-block;
  align-self:flex-start;
  background:#eef6fd;
  border:1px solid #c9e0f3;
  color:var(--blue);
  font-weight:850;
  padding:11px 24px;
  border-radius:10px;
  text-decoration:none;
}

.external-icon{
  width:18px;
  height:18px;
  flex:0 0 auto;
  display:inline-block;
}

.location-line{
  width:100%;
  height:1px;
  background:#b6d4ee;
  margin:17px 0 22px;
}

.location-type{
  margin:0 0 18px;
  font-size:17px;
  line-height:1.5;
  font-weight:700;
  color:#203c5b;
}

.location-address{
  margin:0 0 28px;
  font-size:17px;
  line-height:1.6;
  color:#1d3854;
  flex:1;
}

@media (max-width:1050px) {
  .hero { grid-template-columns:300px 1fr; gap:34px; padding:38px; }
  .hero h1 { font-size:52px; }
  .info-grid, .location-grid { grid-template-columns:repeat(2,1fr); }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-right: 0;
  }

  .wds-description,
  .adresse,
  .impressum {
    margin-right: 40px;
  }  
}
@media (max-width:700px) {
  .page { width:100%; padding-top:0; }
  .hero { border-radius:0; grid-template-columns:1fr; text-align:center; padding:24px 18px 34px; }
  .hero-visual img { width:min(260px,72vw); margin:0 auto; }
  .kicker { font-size:23px; }
  .hero h1 { font-size:39px; }
  .date { font-size:24px; }
  .intro, .info-section, .locations-section { margin-left:10px; margin-right:10px; }
  .info-grid, .location-grid { grid-template-columns:1fr; }
  .location-headline { font-size:38px; }

  .logo-WDS {
    margin: 20px auto 0;
  }

  .text-wrapper-5 {
    width: auto;
    margin: 20px;
    text-align: center;
    font-size: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .wds-description,
  .footer .adresse,
  .footer .impressum {
    margin: 20px;
    width: auto;
    text-align: left;
  }

  .wds-description {
    font-size: 15px;
  }

  .footer .adresse,
  .footer .impressum,
  .footer .span {
    font-size: 15px;
  }

  .footer .text-wrapper-6 {
    margin: 20px;
    text-align: center;
    font-size: 14px;
  }  
}

@media (max-width: 480px) {

  .text-wrapper-5 {
    font-size: 20px;
  }

  .wds-description {
    font-size: 14px;
  }

  .footer .adresse,
  .footer .impressum {
    font-size: 14px;
  }
}