/* ================================ */
/* RS-Beitrag auf Bestätigungsseite */
/* ================================ */

.rsBeitragContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}

.rsBeitragRight {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rsBeitrag {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 3.5em;
}

.rsBeitragBeschreibung {
  text-align: center;
  font-size: 0.9em;
  margin-top: -6px;
}

.rsBeitragFootnote {
  font-size: 0.8em;
}

/* ================================ */

.fahrzeug-item .description {
  font-size: 22px;
  padding-bottom: 5px;  
}

@media (max-width: 400px) {
  .fahrzeug-item .description {
    font-size: 18px;
  }
}

.fahrzeug-item .item-label {
  font-weight: bold;
}

.fahrzeug-item .item-value {
  position: absolute;
  left: 180px;
}

/* Haupt- und Nebenfahrer, Schäden, Punkte */
._composite._uicompositegroup.ahfGroup,
._composite._uicompositegroup.itemGroup {
  margin-bottom: 30px;
  margin-left: 42px;
  border-left-style: solid;
  border-left-width: 8px;
}

._composite._uicompositegroup.ahfGroup .component,
._composite._uicompositegroup.itemGroup .component {
  padding-left: 24px;
}

._composite._uicompositegroup.ahfGroup .component:last-child,
._composite._uicompositegroup.itemGroup .component:last-child {
  padding-bottom: 10px;
}

@media (max-width: 760px) {
  ._composite._uicompositegroup.ahfGroup,
  ._composite._uicompositegroup.itemGroup {
    margin-left: 20px;
  }

  ._composite._uicompositegroup.ahfGroup .component,
  ._composite._uicompositegroup.itemGroup .component {
    padding-left: 10px;
  }
}

/* Schäden/Punkte des Hauptfahrers */
._composite._uicompositegroup.ahfGroup ._composite._uicompositegroup.itemGroup {
  margin-left: 15px;
}

/* Hauptfahrer */
._composite._uicompositegroup.ahfGroup {
  border-left-color: var(--secondary-color);
}

/* Schäden, Punkte, Nebenfahrer */
._composite._uicompositegroup.itemGroup {
  border-left-color: var(--primary-color);
}

a.thg-teilnahmebedingungen {
  text-decoration: underline;
}

a.thg-teilnahmebedingungen:focus {
  box-shadow: none;
}

/* ================ */
/* UIOutputFahrzeug */
/* ================ */

.component.uioutputfahrzeug .content {
  background: white;
  border: 2.5px solid var(--secondary-color);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 8px 12px;
}

.component.uioutputfahrzeug .content table {
  border: 0;
}

.component.uioutputfahrzeug .content table tr {
  font-weight: 500;
  font-size: 20px;
}

.component.uioutputfahrzeug .content table tr td:first-child {
  font-weight: 600;
}

.component.uioutputfahrzeug .content table tr:first-child {
  font-size: 24px;
}

/* ============== */
/* Modifikationen */
/* ============== */

.component.uiinputyesno.modifikation .label,
.component.uiinputbuttons.modifikation .label {
  padding-bottom: 4px;
}

.component.uiinputyesno.modifikation .inputbutton,
.component.uiinputbuttons.modifikation .inputbutton {
  padding: 0 0 5px 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.component.uiinputyesno.modifikation .inputbutton:focus,
.component.uiinputbuttons.modifikation .inputbutton:focus {
  box-shadow: none;
}

.component.uiinputyesno.modifikation .inputbutton:focus .radio,
.component.uiinputbuttons.modifikation .inputbutton:focus .radio {
  box-shadow: 0 0 2.5px 2px var(--primary-color);
}

.component.uiinputyesno.modifikation .inputbutton .label,
.component.uiinputbuttons.modifikation .inputbutton .label {
  padding-left: 35px;
  margin-left: 0;
}

.component.uiinputyesno.modifikation .inputbutton .radio,
.component.uiinputbuttons.modifikation .inputbutton .radio {
  background-color: white;
}

.modifikation-container {
  margin-top: 16px;
  float: left;
}

@media (min-width: 801px) {
  .modifikation-container {
    width: 50%;
  }
}

.onlzul-headline {
  font-weight: bold;
  font-size: 125%;
  font-style: italic;
}

.onlzul-headline .new {
  color: var(--primary-color);
}

.onlzul-items {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  margin-top: 30px;
}

@media (max-width: 700px) {
  .onlzul-items {
    grid-template-columns: 1fr 1fr; 
  }
}

.onlzul-item {
  text-align: center;
  font-weight: 600;
}

.onlzul-item-1 {
  padding-left: 10px;
}
  
.onlzul-buttons {
  margin-top: 20px;
}

.onlzul-buttons .actionbutton {
  padding: 7px 16px 9px 16px;
  font-size: 24px;
  margin-right: 8px;
}

.onlzul-buttons .actionbutton:focus {
  box-shadow: none;
}

.onlzul-buttons .actionbutton.info {
  padding: 5px 16px 7px 16px;
  color: var(--secondary-color);
  background-color: var(--cta-text-color);
  border: solid 2px var(--secondary-color);
  margin-right: 0;
  margin-top: 8px;
}

.onlzul-link {
  color: var(--secondary-color);
  cursor: pointer;
  font-weight: bold;
  margin-top: 16px;
}

.onlzul-link::before {
  content: url("data:image/svg+xml;utf8,<svg width='15px' height='12px' viewBox='0 0 30 24' version='1.1' xmlns='http://www.w3.org/2000/svg'><g stroke='%2362BB46' stroke-width='4' fill='none'><line x1='0' y1='12' x2='26' y2='12'/><path d='M 15,2 L 27,12 L 15,22'/></g></svg>");
  margin-right: 6px;
}

.onlzul-footnote {
  font-size: 80%;
}

.zulassung-link > .icon {
  content: url("data:image/svg+xml;utf8,<svg width='30px' height='24px' viewBox='0 0 30 24' version='1.1' xmlns='http://www.w3.org/2000/svg'><g stroke='%2362BB46' stroke-width='4' fill='none'><line x1='0' y1='12' x2='26' y2='12'/><path d='M 15,2 L 27,12 L 15,22'/></g></svg>");
}

.zulassung-link > span {
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 125%;
  height: 24px;
  padding-left: 15px;
}

.zulassung-link {
  display: flex;
  vertical-align: middle;
  margin-left: 30px;
}

.zulassung-link:focus {
  box-shadow: none;
}

/* =============== */
/* Tarifkomponente */
/* =============== */

.bluelink a {
  display: block;
  flex: 1;
  color: var(--primary-color);
  font-size: 125%;
  font-weight: 600;
  border: none;
  background: none;
  text-align: center;
  margin-top: 6px;
}

.bluelink a:focus {
  box-shadow: none;
}

@media (max-width: 760px) {
  .bluelink a {
    font-size: 90%;
  }
}

@media (max-width: 400px) {
  .bluelink a {
    font-size: 75%;
  }
}

.margintop {
  margin-top: 30px;
}

.component.uiinputtarif {
  margin-top: 44px;
  margin-bottom: 44px;
}

.component.uiinputversicherungsschutz,
.component.uiinputtarif {
  padding-top: 12px;
  padding-bottom: 4px;
}

.component.uiinputversicherungsschutz:focus,
.component.uiinputtarif:focus {
  box-shadow: none;
}

.component.uiinputversicherungsschutz .grid-enum-container .expandable .labelcell:first-child {
  border-top-width: 0;
  padding-top: 24px;
}
