ul.list-disc {
    list-style-type: disc;
}

ul.list-disc li:before {
    display: none;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input.error, textarea.error {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

label.error {
    color: #ff4941;
}

.form-control.valid + label.error {
    display: none !important;
}

.stiky-header .logo {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-navi ul li a {
    padding: 34px 5px;
}

.stiky-header .logo-mobile {
    max-width: 150px;
    margin-top: 5px;
    margin-left: -6px;
}

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

@media screen and (min-width: 991px) {
    .stiky-header {
        border-bottom-color: #009fe3;
    }

    .stiky-header .logo {
        margin-left: -15px;
    }
}

@media screen and (max-width: 991px) {
    .stiky-header {
        border-bottom: none;
    }

    .main-navi {
        top: 80px;
    }

    .main-navi ul li {
        margin: 7px 0;
    }

    .main-navi ul li a {
        padding: 5px 5px;
    }
}

.alert ul {
    padding-left: 0;
}

#mfesecure-ts-image {
    margin-right: 65px !important;
    margin-bottom: 13px !important;
}

@media screen and (max-width: 550px) {
    #mfesecure-ts-image {
        display: none;
    }
}

/* No margin */
.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margins {
    margin: 0 !important;
}

/* No padding */
.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-paddings {
    padding: 0 !important;
}

/* text direction */
.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

/* Special padding */
.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-5 {
    padding: 5px;
}

/* Special margin */
.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

/* float */
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

/* Border */
.border-bottom {
    border-bottom: 1px solid #e8e8e8;
}

/* Label */
.label-normal {
    font-weight: normal;
}

/* Text */
.bold {
    font-weight: bold !important;
}

.normal {
    font-weight: normal;
}

.no-text-decoration {
    text-decoration: none !important;
}

.form-label-middle {
    padding-top: 10px;
}

label.error {
    display: inline-block !important;
}

label#Hausnummer-error {
    display: none !important;
}

/* Bei input-type "number" keine Spin Boxen (kleine Buttons am Rand) zum Erhöhen/Verkleinern des Wertes anzeigen */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.icons {
    color: #313447;
    font-size: large;
    vertical-align: middle;
    margin-right: 5px;
}

#features {
    padding-bottom: 0;
}

.footer {
    width: 100%;
    padding: 30px 0;
    margin-top: 60px;
}

.cs-page .footer .copyright {
    text-align: center;
}

.footer p.copyright {
    margin: 10px 0 0;
}

.reaccess {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #ffffff;
}

.reaccess:hover,
.reaccess:focus,
.reaccess:active,
.reaccess.active,
.reaccess:active:focus,
.reaccess:active:hover,
.reaccess.active:hover,
.reaccess.active:focus {
    background-color: #18a689;
    border-color: #18a689;
    color: #FFFFFF;
}

.table-no-border, .table-no-border .table-striped, .table-no-border tr td, .table-no-border .table-hover tr td, .table-no-border .table-striped tr td {
    border: 0;
}

.table-striped tr:nth-child(even) > td {
    background-color: transparent;
}

.table-hover tr:hover td {
    background-color: #f5f5f5 !important;
    -webkit-transition: background-color 250ms ease;
    -moz-transition: background-color 250ms ease;
    transition: background-color 250ms ease
}

.table tr:last-child td, .table-hover tr:last-child td, .table-striped tr:last-child td {
    padding-bottom: 10px !important
}

.no-padding-side {
    padding-left: 0;
    padding-right: 0;
}

.white-background {
    background-color: #ffffff;
}

ul.chosen-select .search-choice {
    list-style-type: none !important;
}

ul li:before {
    content: "";
}

.no-border-left {
    border-left: none !important;
}

.no-border-right {
    border-right: none !important;
}

.p-r-lg {
    padding-right: 30px !important;
}

/* Padding-Left */
.p-l-xxs {
    padding-left: 5px !important;
}

.p-l-xs {
    padding-left: 10px !important;
}

.p-l-sm {
    padding-left: 15px !important;
}

.p-l-m {
    padding-left: 20px !important;
}

.p-l-md {
    padding-left: 25px !important;
}

.p-l-lg {
    padding-left: 30px !important;
}

.p-l-xl {
    padding-left: 40px !important;
}

/* Padding-Top */
.p-t-xxs {
    padding-top: 5px !important;
}

.p-t-xs {
    padding-top: 10px !important;
}

.p-t-sm {
    padding-top: 15px !important;
}

.p-t-m {
    padding-top: 20px !important;
}

.p-t-md {
    padding-top: 25px !important;
}

.p-t-lg {
    padding-top: 30px !important;
}

.p-t-xl {
    padding-top: 40px !important;
}

.canvasjs-chart-credit {
    display: none;
}

.language:hover {
    cursor: pointer;
}

/* Cap.js CAPTCHA Widget Styling - angepasst an cap-style-checkbox */
cap-widget {
    --cap-background: transparent;
    --cap-border-color: transparent;
    --cap-border-radius: 0;
    --cap-widget-height: auto;
    --cap-widget-width: auto;
    --cap-widget-padding: 0;
    --cap-gap: 10px;
    --cap-color: #333333;
    --cap-checkbox-size: 18px;
    --cap-checkbox-border: 2px solid #cccccc;
    --cap-checkbox-border-radius: 3px;
    --cap-checkbox-background: #ffffff;
    --cap-checkbox-margin: 0;
    --cap-font: inherit;
    --cap-font-size: inherit;
    --cap-font-weight: normal;
    --cap-spinner-color: #009fe3;
    --cap-spinner-background-color: #eeeeee;
    --cap-spinner-thickness: 2px;
    display: block;
    margin-top: 5px;
    font-size: inherit;
    line-height: 1.5;
}

/* Cap.js Text nicht fett und gleiche Farbe */
cap-widget::part(label) {
    font-weight: normal !important;
    font-size: inherit !important;
    color: #333333 !important;
}

/* Cap.js Checkbox - Rahmen auch bei verifiziertem Status */
cap-widget::part(checkbox) {
    border: 2px solid #cccccc !important;
}

cap-widget::part(checkbox):checked,
cap-widget::part(checkbox-checked) {
    border: 2px solid #009fe3 !important;
    background-color: #009fe3 !important;
}

/* Einheitliche Checkbox-Styles (wie Cap.js) */
.cap-style-checkbox {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-weight: normal;
    line-height: 1.5;
    min-height: 24px;
    margin-bottom: 0;
    text-align: left;
}

.cap-style-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cap-style-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 3px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.cap-style-checkbox:hover .checkmark {
    border-color: #009fe3;
}

.cap-style-checkbox input:checked ~ .checkmark {
    background-color: #009fe3;
    border-color: #009fe3;
}

.cap-style-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cap-style-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.cap-style-checkbox .label-text {
    color: #555555;
}

.cap-style-checkbox .label-text a {
    color: #009fe3;
}

/* Kontakt-Link Style */
.contact-link {
    color: #fff;
    text-decoration: none;
    transition: text-decoration 0.2s ease;
}

.contact-link:hover {
    color: #fff;
    text-decoration: underline;
}

/* Success Icon Style */
.success-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #4cc688;
    border-radius: 50%;
    margin-bottom: 30px;
}

.success-icon-circle i {
    font-size: 50px;
    color: #ffffff;
}

/* ====================================
   KONTAKTFORMULAR STYLES
   ==================================== */

/* Formular Container (weisser Kasten) */
.contact-form-container {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
    color: #333333;
}

/* Form Group Spacing */
.form-group-spaced {
    margin-bottom: 15px;
}

/* Form Control im Kontaktformular */
.form-control-light {
    background: rgba(255, 255, 255, 0.9);
    color: #333333;
}

/* Textarea resizable */
.textarea-resize {
    resize: vertical;
}

/* Error Alert */
.contact-error {
    margin-bottom: 20px;
    display: none;
}

/* Success Message Container */
.contact-success {
    display: none;
    text-align: center;
    padding: 40px 20px;
}

.contact-success h3 {
    color: #333333;
    margin-bottom: 15px;
}

.contact-success .success-text {
    color: #4cc688;
    font-size: 1.1em;
    margin-bottom: 20px;
}

.contact-success .info-text {
    color: #666666;
}

/* ====================================
   SEITENLEISTE STYLES (Kontaktbereich)
   ==================================== */

/* Section Header Spacing */
.section-header-spacing {
    margin-bottom: 20px;
}

/* Icon vor Text */
.icon-prefix {
    margin-right: 10px;
}

/* Horizontale Trennlinie hell */
.hr-light {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 25px 0;
}

/* ====================================
   KONTAKT INFO BOX
   ==================================== */
.contact-info-box {
    background: #009fe3;
    color: #ffffff;
    padding: 30px;
    border-radius: 5px;
}

.contact-info-box h4 {
    margin-bottom: 20px;
    color: #ffffff;
}

.contact-info-box a {
    color: #ffffff;
    text-decoration: none;
}

.contact-info-box a:hover {
    text-decoration: underline;
}

/* ====================================
   CARD STYLES (für Unterseiten)
   ==================================== */
.card {
    background: #ffffff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* ====================================
   TECHNOLOGIE SECTION STYLES
   ==================================== */
.tech-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.tech-icon {
    margin-right: 20px;
    min-width: 50px;
}

/* ====================================
   PARTNER SECTION STYLES
   ==================================== */
.partner-logo-circle {
    background-color: #ffffff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.partner-logo-circle img {
    max-width: 160px;
}

/* ====================================
   HERO SLIDER STYLES
   ==================================== */
.hero-title {
    margin-top: 50px;
}

/* ====================================
   PRODUKT SECTION STYLES
   ==================================== */
.product-section {
    margin-bottom: 50px;
}

/* ====================================
   FEATURE ICON STYLES
   ==================================== */
.feature-icon-primary {
    color: #009fe3;
}

/* ====================================
   LINK STYLES
   ==================================== */
.link-inherit {
    color: inherit;
}

.link-white {
    color: #ffffff;
}

.link-primary {
    color: #009fe3;
}
