#streaming-form {
	font-family: "Lato", sans-serif;
	font-family: "Lato", Sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6em;
}

#streaming-form h2.ash1, #streaming-form h2 {
	font-family: "Lora", serif;
}

#streaming-form h2.ash1 {
    font-family: "Lora", serif;
    font-size: 48px;
    margin-top: 0;
    line-height: 1;
}

#streaming-form h2 {
	font-family: "Lora", serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	color: black;
}

/* Platzierung und Optik des Load-More-Blocks */
#streaming-form #step-02 .load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1rem;   /* etwas Abstand unter den Karten */
}

/* der Button erbt bereits eure Styles (input[type="button"]) */
#streaming-form #step-02 .load-more-wrap .btn-load-more {
  /* optional: gleiche Min-Breite wie andere Buttons */
  min-width: 220px;
}


#streaming-form h2.ash1 span,
#streaming-form h2 span,
#streaming-form h3 span {
	color:#7486aa;
}

#mobilephonenumber-step03:invalid,
  #mobilephonenumber-step03.invalid { border-color:#b00; outline:none; }
  #step-03 .btn-next:disabled { opacity:.6; cursor:not-allowed; }

#streaming-form input.invalid {
  border-color: red !important;
}

#streaming-form #steps .step {
	display: none;
}

#streaming-form #steps .step.active {
	display: flex;
	flex-direction: column;
}

#streaming-form .selection-card::before {
	background-color: #999;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 88px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
}

#streaming-form .selection-card.active::before {
    background-color: #7486aa;
}

#streaming-form .selection-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 2;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Cpath%20fill='%23fff'%20d='M30.4,13.8v9.7c0,3.8-3.1,6.9-6.9,6.9h-15c-3.8,0-6.9-3.1-6.9-6.9v-15c0-3.8,3.1-6.9,6.9-6.9h9.3V0H6.9C3.1,0,0,3.1,0,6.9v18.2c0,3.8,3.1,6.9,6.9,6.9h18.2c3.8,0,6.9-3.1,6.9-6.9v-11.3h-1.6Z'/%3E%3C/svg%3E");
}

#streaming-form .selections.single-selections .selection-card.active::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Ccircle%20fill='%23fff'%20cx='16'%20cy='16'%20r='8'/%3E%3Cpath%20fill='%23fff'%20d='M30.4,13.8v9.7c0,3.8-3.1,6.9-6.9,6.9h-15c-3.8,0-6.9-3.1-6.9-6.9v-15c0-3.8,3.1-6.9,6.9-6.9h9.3V0H6.9C3.1,0,0,3.1,0,6.9v18.2c0,3.8,3.1,6.9,6.9,6.9h18.2c3.8,0,6.9-3.1,6.9-6.9v-11.3h-1.6Z'/%3E%3C/svg%3E");
}

#streaming-form .selections.multi-selections .selection-card.active::after {
    background-image: url(
    "data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M30%2015v10a5%205%200%200%201-5%205H7a5%205%200%200%201-5-5V7a5%205%200%200%201%205-5h10V0H7a7%207%200%200%200-7%207v18a7%207%200%200%200%207%207h18a7%207%200%200%200%207-7V15z%22/%3E%3Cpath%20fill%3D%22white%22%20d%3D%22m7.71%2013.29-1.42%201.42%207%207a1%201%200%200%200%201.41%200l16-16-1.41-1.42L14%2019.59z%22/%3E%3C/g%3E%3C/svg%3E"
  );
}

#streaming-form .streaming-form-content {
    display: flex;
    flex-direction: row;
}

#streaming-form .sf-left {
    background: #fff;
    width: 75%;
    box-sizing: border-box;
	padding: 150px 180px 150px 100px;
}

#streaming-form .sf-right {
	background: #7486aa;
	width: 25%;
	box-sizing: border-box;
	padding: 125px 90px 60px 0;
	min-height: 100vh;
	position: sticky;
    top: 0;
    align-self: flex-start;
}

#streaming-form .sf-right-content {
	background: #000000;
    color: #fff;
    margin-left: -90px;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#streaming-form .sf-right-content ul,
#streaming-form .sf-right-content li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#streaming-form .sf-right-content li {
	margin: 1rem 0;
}

#streaming-form .sf-right-content a {
	color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

#streaming-form .sf-right-content a span
{
	padding-left: 60px;
    display: inline-block;
    margin-right: 20px;
	border-bottom: 2px solid transparent;
}

#streaming-form .sf-right-content a.active span,
#streaming-form .sf-right-content a:hover span
{
	border-color: #fff;
	transition: border-color 0.3s;
}

#streaming-form .selections {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    margin-right: -1rem;
}

#streaming-form .selections .selection-card {
	width: calc(25% - 1rem);
	text-align: center;
	background: #000000;
	display: flex;
	flex-direction: column;
	position: relative;
	cursor: pointer;
	justify-content: space-between;
}

#streaming-form .selection-card img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.25s;
}

#streaming-form .selection-card:not(.active) img {
	filter: grayscale(100%);
}

#streaming-form .selection-card h3 {
    font-size: 1rem !important;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 1rem 2px;
	transition: all 0.25s;
	font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#streaming-form .selection-card.active h3 {
    background-color: #7486aa;
}

#streaming-form .step {
    margin: 3rem 0;
}

/* Basiseinstellungen */
#step-03 {
  display: flex;
  flex-direction: column;
  font-family: "Lato", Sans-serif;
  box-sizing: border-box;
}


/* Inputs und Selects */
#step-03 input[type="text"],
#streaming-form #step-03 input[type="email"],
#streaming-form# step-03 select {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-bottom: 1px solid #444;
  padding: 0.5rem 0;
  font-size: 1rem;
  outline: none;
}

/* Placeholder-Farbe */
#streaming-form #step-03 input::placeholder {
  color: #999;
}

/* Custom-Pfeil für Select */
#streaming-form #step-03 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'10'%20height%3D'6'%20viewBox%3D'0%200%2010%206'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M0%200l5%206%205-6z'%20fill%3D'%23444'%20/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 10px 6px;
}

#streaming-form #step-03 > div {
  margin-bottom: 1rem;
}
#streaming-form #step-03 > div.col-2 {
  margin-bottom: 2rem;
}

/* Checkbox-Labels */
#streaming-form #step-03 div > label {
  display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 1rem;
    line-height: 1.4;
}

#streaming-form #step-03 input[type="checkbox"] {
  margin-top: 0.3rem;
}

/* Abstände bei Überschriften und Fließtext */
#streaming-form #step-03 h2,
#streaming-form #step-03 h4 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

#streaming-form #step-03 p {
  margin-bottom: 1rem;
}




/* Basiseinstellungen */
#step-05 {
  display: flex;
  flex-direction: column;
  font-family: "Lato", Sans-serif;
  box-sizing: border-box;
}


/* Inputs und Selects */
#step-05 input[type="text"],
#streaming-form #step-05 input[type="email"],
#streaming-form #step-05 select {
  width: 60%;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-bottom: 1px solid #444;
  padding: 0.5rem 0;
  font-size: 1rem;
  outline: none;
}

/* Placeholder-Farbe */
#streaming-form #step-05 input::placeholder {
  color: #999;
}

/* Custom-Pfeil für Select */
#streaming-form #step-05 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'10'%20height%3D'6'%20viewBox%3D'0%200%2010%206'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M0%200l5%206%205-6z'%20fill%3D'%23444'%20/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 10px 6px;
}

#streaming-form #step-05 > div {
  margin-bottom: 1rem;
}
#streaming-form #step-05 > div.col-2 {
  margin-bottom: 2rem;
}

/* Checkbox-Labels */
#streaming-form #step-05 div > label {
  display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 1rem;
    line-height: 1.4;
}

#streaming-form #step-05 input[type="checkbox"] {
  margin-top: 0.3rem;
}

/* Abstände bei Überschriften und Fließtext */
#streaming-form #step-05 h2,
#streaming-form #step-05 h4 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

#streaming-form #step-05 p {
  margin-bottom: 1rem;
}






#streaming-form .col-2 {
	display: flex;
	flex-direction: row;
	gap: 1rem;
}

#streaming-form .col-2 > div {
	width: 50%;
}

#streaming-form h4 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

#streaming-form label a {
	color: #7486aa !important;
}

#streaming-form .controls-wrapper {
	display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
    justify-content: flex-end;
}

#streaming-form #step-04 h4 {
    font-size: 1.1rem;
    font-weight: 600;
}

#streaming-form #step-04 .col-2 {
    margin-bottom: 2.2rem;
}

#streaming-form [type=button], #streaming-form [type=submit], #streaming-form button {
    border-radius: 0px;
	border: 3px solid transparent;
}

#streaming-form input[type="submit"], #streaming-form input[type="button"] {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 1rem 2rem;
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

#streaming-form input[type="submit"]:hover, #streaming-form input[type="button"]:hover {
	background: #fff;
	border: 3px solid #000;
	color: #000;
}

/* Disabled state */
#streaming-form input[type="submit"]:disabled,
#streaming-form input[type="button"][disabled] {
  background-color: #e0e0e0;
  color: #888;
  cursor: not-allowed;
  opacity: 0.8;   
  border-color: transparent !important;  
}

#streaming-form .selected-data {
	color: rgba(0, 0, 0, 0.49);
}

/* sechs Karten pro Zeile */
#streaming-form .small-selections .selection-card {
  width: calc(100%/6 - 1rem);
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

#streaming-form .pop-in {
  opacity: 0;               /* Startwert */
  animation: popIn 300ms ease forwards;
}

#streaming-form .summary-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
#streaming-form .edit-group {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  color: #7486aa;
  margin-left: 0;
  margin-top: 1rem;
}

#streaming-form .edit-group::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  background-size: contain;
  background-repeat: no-repeat;
  /* Inline-SVG als Data-URI – hier ein einfacher Stift: */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%237486aa' d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zm2.5.75l9.06-9.06 2.5 2.5L8 20.5H5.5v-2.5zM20.71 7.04a1.003 1.003 0 0 0 0-1.42l-2.34-2.34a.996.996 0 0 0-1.41 0L14.13 5.34l3.75 3.75 2.83-2.05z'/></svg>");
}

#streaming-form input[type="text"],
#streaming-form select,
#streaming-form input[type="email"] {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
}


@media screen and (max-width: 1280px) {
	#streaming-form .sf-right-content a span {
		padding-left: 40px;
	}
	#streaming-form .sf-right-content {
		min-height: 40vh;
	}
	#streaming-form .sf-right-content a span {
		padding-left: 30px;
	}
	#streaming-form .sf-right {
		padding: 120px 90px 120px 0;
	}
	#streaming-form .sf-left {
		padding: 120px 150px 120px 60px;
	}
	#streaming-form .sf-right {
		padding: 120px 60px 120px 0;
	}
}

@media screen and (max-width: 1500px) { 
	#streaming-form .small-selections .selection-card {
		width: calc(100% / 4 - 1rem);
	}
}
@media screen and (max-width: 1080px) { 
	#streaming-form .selections .selection-card {
		width: calc(50% - 1rem);
	}
}

@media screen and (max-width: 1000px) { 
	#streaming-form .sf-left {
		width: 100%;
	}
	#streaming-form .sf-right {
		display: none; 
	}
	#streaming-form .sf-left {
        padding: 80px 60px 80px 60px;
    }
}

@media screen and (max-width: 767px) { 
	#streaming-form .sf-left {
		width: 100%;
	}
	#streaming-form .sf-right {
		display: none; 
	}
	#streaming-form .sf-left {
        padding: 50px 30px 50px 30px;
    }
	#streaming-form .step {
		margin: 30px 0;
	}
}

@media screen and (max-width: 580px) { 
	#streaming-form .col-2 {
		flex-direction: column;
	}
	#streaming-form .col-2 > div {
		width: auto;
	}
	#streaming-form #step-03 > div.col-2 {
		margin-bottom: 1rem;
	}
	#streaming-form #step-03 select {
		margin-bottom: 1rem;
	}
	#streaming-form #step-04 .col-2 {
		flex-direction: column;
	}
	#streaming-form #step-04 .col-2 {
		gap: 2rem;
	}
}

.loader {
    border: 9px solid #f3f3f3;
    border-top: 9px solid #444444;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: 40px;
	display: block;
    animation: spin 2s linear infinite;
	color: black
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



