/** Consent Manager **/
#comply-consent-manager .comply-Description{
    font-size:0.9em;
    line-height:1.5em;
}
#comply-consent-manager .comply-BrandingHeaderRow {
    gap:20px;
}
#comply-consent-manager .comply-BrandingHeaderRow .comply-HeaderLogoLink {
    order:2;
}

#comply-consent-manager .comply-Row {
    font-size: 0.9;
}

#comply-consent-manager .comply-Row a{
    /*color:#001640;*/
}

#comply-consent-manager .comply-AcceptAllButton{
    /*background-color: #e270a8 !important;*/
}


/** Select **/
comply-privacy-policy-sync  .v-select .vs__dropdown-toggle{
    /*border-color:white;*/
}

comply-privacy-policy-sync  .v-select .vs__open-indicator{
    /*fill: white !important;*/
}

comply-privacy-policy-sync  .v-select .vs__selected{
    /*color:white;*/
}


/** Datenschutz **/
.comply-ModalContent h4,
comply-privacy-policy-sync h4{
    font-size:20px;
}
.comply-ModalContent p,
comply-privacy-policy-sync p,
comply-privacy-policy-sync li,
comply-privacy-policy-sync a{
    font-size:0.9em;
}

comply-privacy-policy-sync p{
  margin-bottom:1em;
}
comply-privacy-policy-sync p:empty{
  margin-bottom:0 !important;
}
comply-privacy-policy-sync p:has(> br:only-child) {
  display:none;
}

comply-privacy-policy-sync ul li p{
  margin-bottom:0;
}
.mainContent comply-privacy-policy-sync ul{
  margin-top:0px !important;
}