:root {
  --asl-red:#c4202d;
  --asl-blue:#003366;
  --asl-green:#96c11f;
  --asl-light:#f0f4f8;
  --asl-gray:#555;
  --main-mw: none;
}
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  margin: 0;
  line-height: 1.6;
  color: #222;
  background: #ffffff;
}
a {color: var(--asl-green);}
.container {
	display: grid;
	gap: 10px;
	padding: 20px;
}
.c5 {grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}
.c4 {grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}
.c3 {grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}
.c2 {grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}
.c2_21, .c2_22 {grid-template-columns: 2fr 1fr;}

.nav {
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 1rem;
	color: #000;
}
.nav a {text-decoration: none;}
.column {
	padding: 20px;
	border-radius: 6px;
}
.nopadding {padding: 0;}
.w100 {width: 100%; object-fit: contain;}
.w80 {width: 80%; object-fit: contain;}
.place_top {
	display: flex;
	align-items: self-start;
}	
.place_bottom {
	display: flex !important;
	align-items: self-end;
}	
.place_right {
	display: flex;
	justify-content: flex-end;
}	
.place_center_horizontal {
	display: block;
	justify-content: center;
}	
.place_center {
	display: flex;
	align-items: center;
}	
.center {
	text-align: center;
	margin: auto;
}	
.stripes {
	background-image: url("../assets/images/stripes-light.webp");
}
.lp20 {padding-left: 28px;}
header {
  color: #fff;
}
header h1 {
  margin: 0 0 0.75rem 0;
  font-size: 2.2rem;
  letter-spacing: 0.5px;
}
header p {
  margin: 0.25rem 0 0;
  font-size: 1.15rem;
  opacity: 0.95;
}
.maxheader {
  background-color: var(--asl-green);
  padding: 0 0 0 20px;
}
.kontaktlink {
	background-color: #509ddf;
	font-size: large;
	color: white;
	padding: 0.5rem 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 3.5rem;
}
main {
  max-width: var(--main-mw);
  margin: 0 auto;
  padding: 3rem 0rem;
}
section {
  margin-bottom: 3.5rem;
}
h2 {
  margin-bottom: 0.75rem;
  font-size: 1.6rem;
}
p {
}
ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.highlight {
  background: var(--asl-light);
  padding: 1.25rem 1.5rem;
  border-left: 5px solid var(--asl-green);
  margin-top: 1.25rem;
}
table {
  width:100%;
  border-collapse:collapse;
  margin-top:1.5rem;
  font-size:0.95rem;
}
thead tr {
  background: var(--asl-green);
  color:#fff;
}
th, td {
  padding:0.85rem;
  text-align:left;
}
tbody tr:nth-child(even) {
  background:#f6f8fb;
}
details {
  border:1px solid #dcdcdc;
  border-radius:4px;
  padding:0.75rem 1rem;
  margin-bottom:0.75rem;
  background:#fafafa;
}
summary {
  cursor:pointer;
  font-weight:600;
  color:var(--asl-red);
}
footer {
  padding: 2.5rem 0rem;
  font-size: 0.9rem;
}
footer strong {
  color:#fff;
}
footer a {
  text-decoration: none;   
}
footer a:hover {
  text-decoration: underline;
}
footer h2 {
	margin: 0;
}	
.pt_footer {padding-top: 6em;}
.footer-copyright {background-color: var(--asl-green); color: #fff;}
.contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-bottom:1.5rem;
}

.pricing-table, .table-like {
  width: 100%;
  border-collapse: collapse;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  color: #333;
  max-width: 64em;
  margin: auto;
}

/* Header */
.pricing-table thead th {
  background: linear-gradient(#4a4a4a, #2f2f2f);
  color: #fff;
  padding: 20px 15px;
  text-align: center;
  border-right: 1px solid #1f1f1f;
}

.plan-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.plan-price {
  font-size: 28px;
  font-weight: 700;
  color: #42c6f0;
  margin-bottom: 4px;
}

.plan-sub {
  font-size: 12px;
  opacity: 0.85;
}

/* Body */
.pricing-table tbody td {
  padding: 12px 14px;
  border-right: 1px solid #ddd;
}

.pricing-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.pricing-table tbody tr:nth-child(even) {
  background-color: #d9d9d9;
}

/* Erste Spalte */
.pricing-table tbody td:first-child {
  width: 40%;
  font-weight: 500;
}

/* Zentrierung */
.pricing-table .center {
  text-align: center;
}

/* Checkmarks */
.pricing-table td:contains("✔") {
  color: #6ec1e4;
  font-size: 20px;
  font-weight: bolder;
}

/* Fallback für Checkmark */
.pricing-table .check {
  color: #6ec1e4;
  font-size: 20px;
  font-weight: bolder;
}

@media (max-width: 900px) {
	.plan.test {display: none;}
	.headerright {display: none;}
	.c2_22 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 660px) {
	.plan.individual {display: none;}
	.place_center_horizontal {
		display: flex;
		justify-content: center;
	}	
	.c2_21 {
		grid-template-columns: 1fr;
	}
	.pt_footer {padding-top: 0;}
}

/*
@media (max-width: 900px) {
  .pricing-table,
  .pricing-table thead,
  .pricing-table tbody,
  .pricing-table th,
  .pricing-table td,
  .pricing-table tr {
	display: block;
	width: 100%;
  }

  .pricing-table thead {
	display: none;
  }

  .pricing-table tr {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }

  .pricing-table td {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	border-right: none;
	border-bottom: 1px solid #eee;
	text-align: right;
  }

  .pricing-table td:first-child {
	background: #f2f2f2;
	font-weight: 600;
	text-align: left;
  }

  /* Label für Tarif */
  .pricing-table td::before {
	content: attr(data-label);
	font-weight: 600;
	color: #666;
	text-align: left;
  }

  .pricing-table td:first-child::before {
	content: "";
  }

}
*/

/* Spalten-Hover */
.pricing-table .plan,
.pricing-table tbody tr	{
  transition: all 0.25s ease;
}

/* Hover für komplette Spalte */
.pricing-table tbody tr:hover {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #42c6f0;
}

/* Header-Hover */
.pricing-table thead .plan:hover {
  background: linear-gradient(#5a5a5a, #3a3a3a);
}

/* Checkmark Animation */
.pricing-table tr:hover .check {
  transform: scale(1.15);
}

/* Sanfte Bewegung */
.check {
  display: inline-block;
  transition: transform 0.2s ease;
}