.bewertung-details td {
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 9px;
    font-size: 14px;
}

.bewertung-details {
    margin-bottom: 1em;
}

.bewertung-details strong {
    font-weight: 400
}

.draggable {
    max-height: 400px;
    height: 400px
}

.slick-track {
    padding-top: 10%
}

.su-box {
    border-right: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
}

.su-box-content {
    padding: 1em
}

.su-box-title {
    font-size: 21px;
    padding: 0.3em
}

.table-attributes {
    width: 100%;
    border-collapse: collapse;
}

.table-attributes th,
.table-attributes td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.table-attributes th {
    background-color: #f2f2f2;
}

.su-row .su-column-size-1-2 .su-column-inner .su-box {
    border: none;
}

.Produktbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 25px;
}

.Produktboxlinks {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Produktboxlinks .produktbild {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.galerie .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
}

.galerie img {
    max-width: 200px;
    height: auto;
    border-radius: 8px;
}

.Produktboxrechts {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}

.Produktboxrechts #price-comparison-content {
    min-width: 100%
}

#price-comparison-content tr:nth-child(n+6) {
    display: none;
}

#show-more-arrow {
    display: block;
    text-align: center !important;
    cursor: pointer !important;
    font-size: 24px !important;
}

#price-comparison-content {
    font-family: Arial, sans-serif;
    margin: 20px auto;
    width: 80%;
    border-collapse: collapse;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}

#price-comparison-content table {
    width: 100%;
    border-collapse: collapse;
}

#price-comparison-content td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}

#price-comparison-content tr:last-child td {
    border-bottom: none;
}

#price-comparison-content td:first-child {
    width: 25%;
    padding: 1em;
    background: transparent;
    text-align: center;
}

#price-comparison-content td:first-child img {
    width: 100%;
    max-width: 200px;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#price-comparison-content a {
    color: #0066c0;
    text-decoration: none;
    font-weight: bold;
}

#price-comparison-content a:hover {
    text-decoration: underline;
}

#price-comparison-content tr:nth-child(odd) {
    background-color: #f9f9f9;
}

#price-comparison-content tr:hover {
    background-color: #f1f1f1;
}

#price-comparison-content td:nth-child(2),
#price-comparison-content td:nth-child(3) {
    text-align: center;
}

@media screen and (max-width: 800px) {
    #price-comparison-content .shop-logo img {
        min-width: 150%;
    }
}

@media screen and (min-width: 801px) {
    #price-comparison-content .shop-logo img {
        min-width: 100%;
    }
}

@media screen and (min-width: 1197px) {
    #price-comparison-content .shop-logo img {
        min-width: 75%;
    }
}

@media screen and (min-width: 1600px) {
    #price-comparison-content .shop-logo img {
        min-width: 60%;
    }
}

@media screen and (min-width: 2200px) {
    #price-comparison-content .shop-logo img {
        min-width: 55%;
    }
}

#chat-box {
    border: 1px solid #ddd;
    min-height: 400px;
    overflow-y: auto;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: calc(100% - 10%);
}

#chat-input {
    width: calc(100% - 10%);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}


button {
    width: 100px;
    padding: 10px;
    background-color: #0066c0;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

button:hover {
    background-color: #0055a4;
}

button:active {
    background-color: #004488;
}

.chat-message {
    background-color: #fff;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.chat-message.user {
    background-color: #e9f5ff;
    border-color: #b4d5ff;
}

.chat-message.chatgpt {
    background-color: #ffffff;
}

.su-service {
    background-color: #f2f2f2;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 20px;
    padding: 0;
}

.su-service-title {
    background-color: #B5302B;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.su-service-title i {
    font-size: 24px;
    margin-right: 10px;
}

.su-service-content {
    padding: 20px;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
    text-align: justify;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    max-width: 200px;
    height: auto;
    border-radius: 4px;
}

.su-box-content {
    position: relative;
    overflow: hidden;
}

.su-box-content img {
    max-height: 100%;
    width: auto;
}

.produktbewertung {
    max-width: 80% !important;
    margin-left: 10%
}

.zusaetzliche_abschnitte {
    margin-left: -1%
}


.bewertung-gesamt {
    margin: auto;
    background: linear-gradient(145deg, #d3d3d3, #ffffff);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    border: 3px solid rgba(211, 211, 211, 0.66);
    border-radius: 10px;
    color: #333;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 150px;
    text-align: center;
    padding: 20px;
}

.bewertung-gesamt:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.bewertung-gesamt .sterne {
    font-size: 35px;
    color: #ffd700;
    margin-bottom: 5px;
    text-shadow: 2px -1px 1px rgba(0, 0, 0, 0.5);
}

.bewertung-gesamt .label {
    font-size: 20px;
    color: white;
    background: #000;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.bewertung-gesamt .note {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.bewertung-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.bewertung-details {
    margin-bottom: 20px;
}

.bewertung-details table {
    width: 100%;
    border-collapse: collapse;
}

.bewertung-details table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.bewertung-details table td strong {
    font-size: 16px;
    color: #333;
}

.bewertung-details table td:nth-child(2) {
    text-align: right;
}



.zusaetzliche_abschnitte {
    margin-top: 2em;
}

#chat-box,
.zusaetzliche_abschnitte button,
#chat-input {
    max-width: 80%;
    margin-left: 10%
}

* {
    font-family: Roboto
}

.su-column-inner {
    height: auto !important;
}


* {
    box-sizing: border-box;
}

.su-row {
    display: flex;
    justify-content: space-between;
}

.su-column-size-1-2 {
    flex-basis: calc(50% - 10px);
    margin: 5px;
    border: 1px solid #ccc;
    padding: 20px;
}

.su-list ul {
    list-style: none;
    padding: 3%;
    margin: 0;
}

.su-list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.su-list li::before {
    content: '✔';
    color: green;
    position: absolute;
    left: 0;
}

.su-column-size-1-2:nth-child(2) .su-list li::before {
    content: '✘';
    color: #B5302B;
}

.su-column-inner>strong:nth-child(1) {
    margin-bottom: 1em !important;
    font-size: 24px
}

#produktmerkmale {
    max-width: 80%;
    margin: auto;
}


.su-progress-bar-text {
    padding: 0.5em;
}

.zusaetzliche_abschnitte .Produktboxlinks span {
    width: 90% !important;
}

.mein-faq-container .faq-item:last-child {
    border-bottom: none;
}

.mein-faq-container .faq-item {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.quiz-container {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.quiz-question h3 {
    color: #333;
    margin-bottom: 10px;
}

.quiz-question ul {
    list-style-type: none;
    padding: 0;
}

.quiz-question li {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.quiz-question li:hover {
    background-color: #e9e9e9;
    border-color: #b9b9b9;
}

.quiz-question input[type="radio"] {
    margin-right: 10px;
}

.quiz-container button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

.quiz-container button:hover {
    background-color: #45a049;
}

#quiz-results {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    margin-top: 20px;
}

.kurzbeschreibung {

    font-size: 16px;
    color: #333;
    line-height: 1.5;



    padding: 10px;
    margin-bottom: 20px;



    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;



    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);



    text-align: left;
}

.kurzbeschreibung ul {
    list-style-type: disc;
    padding-left: 20px;
}

.kurzbeschreibung li {
    margin-bottom: 5px;
}

.su-box {
    margin: 0.2em
}

.faqs-zum-ki-chat .frage {
    max-width: 80%;
    margin: auto;
    ;
}

.faqs-zum-ki-chat button {
    margin-bottom: 2em;
    margin-top: 0em;
}

.faqs-zum-ki-chat>p {
    max-width: 80%;
    margin: auto;
}

.faqs-zum-ki-chat h2 {
    text-align: center;
}

.product-div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    margin: auto;
    margin-bottom: 2em;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.product-info {
    flex-grow: 1;
    margin-right: 20px;
}

.product-div .product-image {
    max-width: 200px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-div strong {
    color: #333;
    font-weight: bold;
    margin-left: 10px;
}

.product-div ul {
    margin: 10px 0;
    padding: 0 20px;
    list-style: disc;
}

.product-div li {
    margin-bottom: 8px;
    line-height: 1.6;
    color: #666;
}

.product-div a {
    display: inline-block;
    padding: 8px 16px;
    margin-top: 10px;
    background-color: #0056b3;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.product-div a:hover {
    background-color: #004494;
}

.kurzbeschreibung li {
    list-style: none;
}

.kurzbeschreibung li:before {
    content: "\261E  "
}

#price-comparison-content p {
    padding: 1em
}

.su-pro-contra {
    display: flex;
    flex-direction: column;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.su-pro-contra .pro {
    padding: 10px;
    margin: 5px 0;
    background-color: #dff0d8;
    border-left: 5px solid #3c763d;
    border-radius: 4px;
}

.su-pro-contra .contra {
    padding: 10px;
    margin: 5px 0;
    background-color: #f2dede;
    border-left: 5px solid #a94442;
    border-radius: 4px;
}

.Produktbox .kurzbeschreibung {
    max-width: 90%;
    min-width: 80%;
}

#show-more-arrow.faq-item {
    text-align-last: right !important;
    margin-left: 10px !important
}

.vor-und-nachteile-flexbox {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.vorteile-section {
    flex: 1;
    margin: 0 10px;
    background-color: #e8f5e9;
    padding: 0.7em;
}

.nachteile-section {
    flex: 1;
    margin: 0 10px;
    background-color: #ffebee;
    padding: 0.7em;
}

.vor-und-nachteile-flexbox h2 {
    color: #333;
    font-size: 1.2em;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.vor-und-nachteile-flexbox ul {
    list-style-type: none;
    padding: 0;
    margin-top: 5px;
}

.vor-und-nachteile-flexbox ul li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9em;
    color: #555;
}

.vor-und-nachteile-flexbox ul li:last-child {
    border-bottom: none;
}

.vorteile-section h2::before {
    content: '➕';
    display: inline-block;
    margin-right: 10px;
    color: #388e3c;
}

.nachteile-section h2::before {
    content: '➖';
    display: inline-block;
    margin-right: 10px;
    color: #d32f2f;
}

.su-column-size-1-3 {
    flex-grow: 1;
    flex-basis: calc(33.333% - 10px);
    margin: 5px;
}

.su-row {
    display: flex;
    flex-wrap: wrap;
    margin: 1px;
}

#price-comparison-content td:nth-child(2) {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: right;
    padding-right: 10% !important;
    background: linear-gradient(to right, #ffffff 0%, #f4f4f4 100%);
    color: #333;
    font-weight: bold;

}

#price-comparison-content td:nth-child(3) a {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

#price-comparison-content td:nth-child(3) a:hover {
    background-color: #45a049;
}


.asuwachat-container {
    max-width: 80%;
    margin: auto;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.asuwachat-container h2,
.asuwachat-container h3 {
    color: #333;
}

.asuwachat-container .frage {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    overflow: hidden;
}

.asuwachat-container .frage h3 {
    padding: 15px 20px;
    margin: 0;
    background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    color: white;
    transition: background-color 0.3s;
    font-size: 18px;
}

.asuwachat-container .frage p {
    padding: 0 20px;
    margin: 0;
    display: none;
    background: white;
    color: #666;
}

.asuwachat-container .frage.active p {
    display: block;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
}

.asuwachat-container .frage:hover h3 {
    background: linear-gradient(to right, #5433FF 0%, #20BDFF 50%, #A5FECB 100%);
}

#chat-box {
    background: #e0e0e0;
    margin-top: 20px
}

#chat-input {
    width: calc(100% - 22px);
    padding: 10px;
    border: none;
    border-radius: 20px;
}

.zusaetzliche_abschnitte #price-comparison-content {
    width: 100%;
}

#attribute-mit-ki-chat {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
    max-width: 80%;
    margin: auto;
}

#attribute-mit-ki-chat #produktmerkmale,
#attribute-mit-ki-chat .asuwachat-container {
    flex: 1;
    margin: 0;
}

@media (max-width: 900px) {
    .info-button2 {
        margin-right: 5px;
        margin-top: 5px;
    }

    #attribute-mit-ki-chat {
        flex-direction: column;
    }

    #attribute-mit-ki-chat #produktmerkmale,
    #attribute-mit-ki-chat .asuwachat-container {
        margin-bottom: 20px;
        min-width: 100%;
    }

    .asuwachat-container {
        max-width: 94% !important;
        min-width: 94% !important;
    }

    .faqs-zum-ki-chat {
        padding: 0px !important;
    }

    #chat-box {
        min-width: 90%;
        margin: auto;
        margin-bottom: 1em;
    }

    #chat-input {
        min-width: 90%;
        margin-left: 5%;
        margin-bottom: 1em;
    }

    .faqs-zum-ki-chat button:nth-last-of-type(2) {
        min-width: 90%;
        margin-left: 5%;
        margin-bottom: 1em;
    }

    .faqs-zum-ki-chat button:last-of-type {
        min-width: 25% !important;
        max-width: 25% !important;
        margin-left: 5% !important;
        margin-bottom: 1em;

    }

}




@media (max-width: 768px) {
    .su-row {
        flex-direction: column;
    }

    .su-column-size-1-3 {
        max-width: 100%;
        flex-basis: 100%;
        margin: 0;
    }
}


@media (min-width: 901px) {
    .Produktbox {
        flex-direction: row;
        justify-content: space-between;

    }

    .Produktbox #produktmerkmale,
    .Produktbox .asuwachat-container {
        flex: 1;
    }
}

.Produktboxlinks,
.Produktboxrechts {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

@media (min-width: 901px) {

    .Produktboxlinks,
    .Produktboxrechts {
        width: auto;
    }
}

#loadingIndicator {
    margin: auto;
}

#loadingOverlay {
    background: black;
}

#loadCategories {
    min-width: 95%;
    margin-left: 2.5%;
}

.card-header {
    background-color: #f8f9fa;
    cursor: pointer;
}

.card-header .btn {
    text-decoration: none;
    color: #333;
}

.card-header .btn:hover {
    color: #007bff;
}

.card-body {
    font-size: 14px;
    color: #555;
}

.accordion .card {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.accordion .card:not(:first-of-type) {
    border-top: none;
}

.accordion .card:not(:last-of-type) {
    border-bottom: none;
}

.seite-detail .product-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.seite-detail .product-description img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.seite-detail .product-vorteile,
.seite-detail .product-nachteile {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 8px;
}

.seite-detail .product-vorteile {
    border-left: 5px solid #4CAF50;
}

.seite-detail .product-nachteile {
    border-left: 5px solid #f44336;
}

.seite-detail table {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.seite-detail .shop-button {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    background-color: #007BFF;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.seite-detail .shop-button:hover {
    background-color: #0056b3;
}

.skills-chart {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.skills-chart h2 {
    margin-bottom: 10px;
}

.skills-chart p {
    margin-bottom: 20px;
}

.skill label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.progress {
    height: 20px;
    border-radius: 5px;
    color: white;
    text-align: center;
    line-height: 20px;
    animation: grow 2s ease;
}

@keyframes grow {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.skill {
    list-style: none;
}

.su-column-size-1-1 img {
    max-width: 100% !important;
    object-fit: contain !important;
}








.produktfaq-section .faq-toggle {
    display: none;
}

.produktfaq-section {
    margin: 20px auto;
    padding: 20px;
    max-width: 800px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.produktfaq-section .faq-item {
    margin-bottom: 10px;
    padding: 10px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    border-left: 5px solid #007BFF;
    border-radius: 5px;
}

.produktfaq-section .faq-question {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: block;
}

.produktfaq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    background-color: #fff;
    margin: 0;
    padding: 0 10px;
}

.produktfaq-section .faq-toggle:checked+.faq-question+.faq-answer {
    max-height: 1000px;
    padding: 10px;
}

.scroll-container {
    overflow-x: auto;
    margin: 20px;
    border-collapse: collapse;
    white-space: nowrap;
}

.scroll-container table {
    width: 100%;
    min-width: 800px;
}

.scroll-container th,
.scroll-container td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.scroll-container th:first-child,
.scroll-container td:first-child {
    position: sticky;
    left: 0;
    background-color: #f9f9f9;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.su-icon-panel {
    text-align: center;
    padding: 10px;
}

.su-icon-panel i {
    font-size: 24px;
}

.su-icon-panel span {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.produktinformation {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 10px !important;
}

.produktinformation .product-box {
    width: 100%;
}

.seite-detail .product-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 100%;
    margin: auto;
    margin-top: 4em;
}

.produktinformation .skills-chart,
.produktinformation .produktfaq-section {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.produktinformation .skills-chart {
    margin-right: 2%;
}

.scroll-container {
    min-width: 100%
}

.produktinformation .skills-chart {
    min-width: 40%
}

.seite-detail .accordion .card .card-header .btn {
    min-width: 80%;
    max-width: 80%;
    margin-left: 10% !important;
}

.progress-pie {
    position: relative;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.progress-pie-inner {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.progress-pie-inner {
    z-index: 999 !important;
    color: black !important;
    border-radius: 10px;
    background: rgba(128, 128, 128, 0.64);
    padding: 0.3em;
}

.search-result-item {
    max-width: 300px;
}

.search-result-item h2 {
    font-size: 17px
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/roboto-v30-latin-regular.woff2') format('woff2');
}

.produktbewertung>div h2,
.produktbewertung>h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
    text-align: center;
    margin-top: 1em;
}

@media screen and (min-width: 626px) {

    .produktbewertung>div h2,
    .produktbewertung>h2 {
        max-width: 25%;
        margin-left: auto;
        margin-right: auto;
    }
}

.su-accordion {
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin: 10px;
    padding: 5px;
}

.su-spoiler {
    margin: 5px 0;
}

.su-spoiler-title {
    padding: 10px;
    font-weight: bold;
    background-color: #2c3e50;
    color: white;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.su-spoiler-content {
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.su-spoiler-title[open="yes"] {
    background-color: #2980b9;
}

.slick-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 270px;
}

.slick-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    min-height: 250px;
    padding: 1em;
}

.slick-slide h2 {
    margin: 10px 0;
    font-size: 16px;
    text-align: left
}

#loadCategories {
    max-width: 80%
}

h1 {
    max-width: 60%
}

.slick-slide p {
    margin-bottom: 10px;
}

.faqs-zum-ki-chat .info-button2 {
    margin-bottom: 20px !important;
    max-width: 50px;
    float: right;
    margin-top: -50px;
}


.faqs-zum-ki-chat .info-button3 {
    background-color: gray;
    max-width: 150px;
    font-size: 11px;
}


@media only screen and (max-width: 1170px) {
    #product-results .product-div {
        padding: 2em;
    }

    .produktname-recommendation {
        font-size: 20px;
        text-align: left;
        margin: auto;
        margin-bottom: 2em;
    }

    .produktname-recommendation-features button {
        display: inline-block;
        background: none;
        border: none;
        color: inherit;
        font: inherit;
        cursor: pointer;
    }

    .produktname-recommendation-features .features-content {
        display: none;
        margin-top: 1em;
    }

    .product-div {
        display: flex;
        flex-direction: column;
    }

    .product-div .product-info,
    .product-div .product-image {
        min-width: 100%;
        display: block;
    }


    .product-info a,
    .product-div a {
        width: 70%;
        display: block;
        margin-bottom: 2em;
        margin-top: 2em;
        padding: 0.9em;
        margin-left: 15%;

    }

}

@media only screen and (min-width: 1171px) {
    .produktname-recommendation-features button {
        display: none;
    }

    .produktname-recommendation-features .features-content {
        display: block;
    }

    .features-content a:last-child {
        display: none
    }

    .product-div {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .product-div>div {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .produktname-recommendation {
        width: 100%;
    }

    .product-image {
        width: 50%;
    }

    .produktname-recommendation-features {
        width: 50%;
        padding: 1em;
    }

    .features-content {
        display: block;
    }

    a[target="_blank"] {
        display: none;
    }

    a[target="_blank"]:first-of-type {
        display: block;
    }

    button {
        width: 100%;
    }

    .product-div div>a {
        display: none !important;
    }

    .product-div .product-image {
        width: 50%;
        min-width: 40%;
        object-fit: contain;
        height: auto;
        background: white;
    }

}



span.galerie div.gallery img {
    object-fit: contain;
    height: auto;
    max-height: 230px !important;

}

.produktbild {
    max-width: 100% !important
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    background-color: #f8f9fa;
}


.feature {
    flex: 0 1 300px;
    text-align: center;
    padding: 20px;
    margin: 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}


.feature i {
    color: #007bff;
    margin-bottom: 15px;
}


.feature h2 {
    color: #333;
    margin-bottom: 10px;
}


.feature p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}


.feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


@media (max-width: 768px) {
    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        flex: 0 1 90%;
    }
}

.search-container.search-container button {
    max-width: 150px
}

.bewertung-wrapper {
    margin: auto;
}

@media (min-width: 500px) {

    .bewertung-wrapper {
        
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border: 1px solid #ccc;
        background-color: #f8f8f8;
        min-width: 100%
    }

}

.su-service.wichtigzuwissen {
    min-width: 95% !important;
    margin: auto;
}

.su-column-size-1-2 .su-u-trim>strong {
    font-size: 20px
}

.recommendation-form-container>h2 {
    font-size: 23px;
    margin-right: 40px;
    margin-bottom: 10px;
    padding-top: 10px
}

.howto-guide-container h4 {
    font-size: 17px;
}

.howto-guide-container h3 {
    font-size: 19px;
}

.howto-guide-container h2 {
    font-size: 21px;
}

.howto-guide-container>p {
    font-size: 16px !important;
}

.howto-guide-container {
    min-height: 100%
}

.product-div .product-image {
    max-height: 500px;
    object-fit: contain;
    background: white;
    padding: 20px;
    min-width: 95%;
    margin: auto
}

.produktbewertung>div h2 {
    min-width: 80%;
    font-size: 21px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.produktbewertung>div h3 {
    min-width: 80%;
    font-size: 19px;
    padding: 10px 0;
    color: rgba(51, 51, 51, 0.91);
}


@media only screen and (max-width: 920px) {
    .recommendation-form-container {
        padding: 0em;
    }


    #product-results .product-div {
        padding-right: 0em;
        padding-left: 0em;
    }


    .product-div .product-image {
        max-height: 300px;
        object-fit: contain;
        background: white;
        padding: 20px;
        min-width: 95%;
        margin: auto
    }

    .produktname-recommendation {
        font-size: 16px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .features-content ul {
        padding-right: 30px;
        padding-left: 30px;

    }

    .recommendation-question {
        max-width: 90%;
        margin: auto;
        margin-top: 1em;
        font-size: 11px;
    }

    .recommendation-question label {
        font-size: 14px;
    }

    .recommendation-form-container>h2 {
        font-size: 18px;
        margin-right: 40px;
        margin-left: 10px;
        padding-top: 10px
    }

    #recommendation-form button {
        margin-top: 2em;
    }

    .faqs-zum-ki-chat h2 {
        font-size: 22px;
    }

    .asuwachat-container {
        padding-right: 0em !important;
        padding-left: 0em !important;
        margin: 0em;

    }

}

.asuwachat-container h3 {
    font-size: 15px !important;
}

@media only screen and (min-width: 767px) and (max-width: 839px) {
    .su-column-size-1-2 {
        flex-basis: calc(50% - 40px);
    }

    .su-service.wichtigzuwissen {
        margin: auto !important;
    }

    .su-service.wichtigzuwissen .su-service-content {
        padding-left: 15px !important
    }
}

.menu-categories {
    padding: 0em;
}


@media only screen and (max-width: 800px) {

    #price-comparison-content td {
        background: white !important;
    }

    #price-comparison-content td:nth-child(2) {
        padding-left: 10% !important
    }
}

h1 {
    font-size: 23px !important;
}

.Produktbox {
    max-width: 90%;
    margin: auto;
    margin-top: 1em;
}

.bewertung-wrapper {
    max-width: 100%;
}

.kurzbeschreibung {
    margin: auto;
    margin-top: 1em;
}

.produktbewertung p {
    max-width: 100%;
    margin: auto;
    margin-top: 1em;
}

.table-attributes td {
    min-width: 50% !important
}

.slick-next {
    min-height: 40px;
    margin-top: 20px;
    visibility: hidden;
}

.slick-next::before {
    visibility: visible
}

.slick-prev {
    min-height: 40px;
    margin-top: 20px;
    visibility: hidden;
}

.slick-prev::before {
    visibility: visible
}


@media screen and (max-width: 605px) {
    .search-container {
        display: block !important;
        margin: auto !important;
        min-width: 100% !important;
    }

    #global-search-form {
        min-width: 100% !important;
    }
}

.search-container {
    min-width: 100%;
    display: block !important;
    background: white !important;
}

.search-container {
    display: block !important;
    background: white;
    z-index: 9999 !important
}

#search-results {
    background: white;
    z-index: 999999999999 !important;
    min-width: 100%;
    margin-left: -3%;

}

.top-bar {
    display: block !important;
    background: white
}


#search-content {
    background: white !important;
    z-index: 1 !important;
    min-width: 100% !important;
    margin-left: auto !important;

}


@media only screen and (min-width: 1100px) {


    .search-container {
        margin-top: -5% !important;

    }

    #global-search-form {
        max-width: 80%;
        margin-left: auto;
    }
}

.su-column-inner img {
    max-width: 100%;
    max-height: auto;
    object-fit: contain;
    padding: 1em;
}

.quiz-question h3 {
    font-size: 18px;
    text-align: left;
}

.quiz-question li {
    text-align: left;
}

.slick-list {
    min-height: 250px !important
}

.su-column-size-1-3>div:nth-child(1).su-column-inner.su-u-clearfix.su-u-trim {
    border: 1px solid black;
}



.amazon-button {
    display: inline-block;
    background-color: #FF9900;
    border: 2px solid #FF9900;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 1em;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.amazon-button img {
    width: 100px;
    height: auto;
    vertical-align: middle;
}

.amazon-button:hover {
    background-color: #E07B00;
    border-color: #E07B00;
}

.produktbewertung-placeholder .alignright.size-full {
    max-width: 400px !important;
    float: right;
}

.produktbewertung-placeholder .alignleft.size-full {
    max-width: 400px !important;
    float: left;
}

.zusaetzliche_abschnitte .Produktboxlinks {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 1px rgb(209, 204, 204);
    margin-right: 5px;
    margin-bottom: 2em;
}

.zusaetzliche_abschnitte .Produktboxrechts {
    margin-bottom: 2em;
}

#show-more-arrow-howto {
    margin: auto !important;
    text-align-last: center;
    font-size: 34px;
    text-decoration: none !important;
    color: black !important;
    cursor: pointer;
}

.howto-guide-container>p {
    border-collapse: collapse;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5em;

}

#show-more-arrow {
    margin: auto !important;
    text-align-last: center !important;
    font-size: 34px;
    text-decoration: none !important;
    color: black !important;
    min-width: 100% !important;
    width: 100% !important;
    cursor: pointer !important
}

.faq-item .frage:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.footer-section {
    text-align: left;
    padding-right: 2em;
}

@media screen and (max-width: 554px) {
    h1 {
        max-width: 100% !important;
        min-width: 100px;
        font-size: 20px !important;
        text-align: center !important;
        margin: auto !important;
    }
}

ul.nav.nav-tabs {
    margin-top: 1.5em;
}

.produktbewertung img {
    min-height: 100%;
    object-fit: contain;
    padding: 1em;
    background-color: white;
}

.produktbewertung h1 {
    text-align: center;
    margin: auto;
    margin-top: 1em;
}

.gallery-item img {
    min-height: 100%;
    object-fit: contain;
}

div.gallery-item img {
    max-height: 200px;
}

@media screen and (min-width: 1200px) {
    main>.Produktbox .Produktboxlinks {
        max-width: 60% !important;
    }

    main>.Produktbox .Produktboxrechts {
        max-width: 40% !important;

    }

}

.su-column-inner.su-u-clearfix.su-u-trim {
    padding: 10px;
}

.produktbewertung img {
    max-height: 100% !important;
    min-height: 50% !important;
    object-fit: contain !important;
    height: 100% !important
}

.su-column-size-1-1 li {
    list-style: none;
}

.su-row,
.su-column,
.su-column-inner,
.su-service,
.su-service-content {
    overflow: hidden !important;
    height: auto !important;
    max-height: 100% !important;
    box-sizing: border-box !important;
}

.su-service-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

.su-service {
    display: flex !important;
    flex-direction: column !important;
}

.su-service-content {
    flex: 1 1 auto !important;
}

.technical-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.technical-details th,
.technical-details td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.technical-details th {
    background-color: #f7f7f7;
}

.su-column-size-1-1 {
    width: 100%
}

.produkt-check div {
    margin: auto;
}

img.alignleft {
    max-height: auto;
    height: auto !important;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

img.alignright {
    max-height: auto;
    height: auto !important;
    float: right;
    margin-right: 15px;
    margin-bottom: 10px;
}

span#tooltip-2::before {
    content: '' !important;
    padding-right: 4px !important;
}

span#tooltip-2::after {
    content: '' !important;
    display: inline-block !important;
    width: 4px;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.su-column-inner .photo-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.su-column-inner .photo-panel .photo-text {
    color: black !important;
    text-align: center !important;
    z-index: 9999 !important;
    padding-bottom: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.su-column.su-column-size-1-3 .photo-panel {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
    padding-bottom: 1em;
}

#myTabContent img {
    max-height: 500px !important;
    min-height: 200px !important;
    height: 100% !important
}

.su-column-size-1-3 .su-column-inner.su-u-clearfix.su-u-trim {
    border: none !important;
}

.su-column-size-1-3 {
    border: 1px solid black !important;
}

@media screen and (min-width: 351px) {
    .produktbewertung {
        padding: 1em;
    }

    .produktbewertung p {
        padding: 1em;
    }
}

@media screen and (max-width: 562px) {
    #price-comparison-content .shop-logo img {
        max-width: 200px !important;
        min-width: 120px;

    }


    #price-comparison-content td:nth-child(2) {
        margin-left: 0em !important;
    }
}

@media screen and (max-width: 437px) {
    #price-comparison-content tr {
        display: flex;
        flex-direction: column;
    }

    #price-comparison-content tr td {
        min-width: 100% !important;
        padding: 10px !important;
        margin: 0em !important;
    }

    #price-comparison-content tr td:nth-child(2) {
        padding-right: 10% !important;
        text-align-last: center;
    }

    #price-comparison-content tr td:nth-child(3) {
        margin-bottom: 2em !important;
    }

    #price-comparison-content tr td:nth-child(3) a {
        margin-bottom: 2em !important;
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}


.pros-cons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.pros-cons .pros,
.pros-cons .cons,
.pros-cons .vorteile,
.pros-cons .nachteile,
.vorteile-nachteile .pros,
.vorteile-nachteile .cons,
.vorteile-nachteile .vorteile,
.vorteile-nachteile .nachteile {
    flex: 1 1 300px;
    border: 1px solid black;
    padding: 20px;
}

.pros-cons .pros ul,
.pros-cons .cons ul,
.pros-cons .vorteile ul,
.pros-cons .nachteile ul,
.vorteile-nachteile .pros ul,
.vorteile-nachteile .cons ul,
.vorteile-nachteile .vorteile ul,
.vorteile-nachteile .nachteile ul {
    list-style: none;
    padding: 0;
}

.pros-cons .pros li::before,
.pros-cons .vorteile li::before,
.vorteile-nachteile .pros li::before,
.vorteile-nachteile .vorteile li::before {
    content: "✓";
    color: green;
    margin-right: 10px;
}

.pros-cons .cons li::before,
.pros-cons .nachteile li::before,
.vorteile-nachteile .cons li::before,
.vorteile-nachteile .nachteile li::before {
    content: "✗";
    color: rgb(168, 15, 15);
    margin-right: 10px;
}

.produktbewertung img {
    max-height: 400px !important;
    max-width: auto !important;
    min-width: auto !important;
}

@media screen and (max-width: 500px) {
    .Produktboxlinks .produktbild {
        min-width: 90%
    }
}





@media screen and (min-width: 1090px) {
    .search-container {
        margin-top: -3.5em !important;
        margin-bottom: -3em !important;
    }
}

@media screen and (max-width: 591px) {
    .category-name {
        border-bottom: none;
        
        padding: 15px;
        background-color: #f0f0f0;
        
        width: 100%;
        
        text-align: center;
        
    }

    .category-name::after {
        content: ' \2197';
        
        font-size: 20px;
        position: relative;
        top: -10px;
        
    }
}

@media screen and (min-width: 438px) and (max-width: 560px) {

    #price-comparison-content .shop-logo img {
        min-width: 100px !important;
        max-width: 100px !important;
    }

}




@media screen and (max-width: 591px) {
    #produktmerkmale {
        max-width: 90% !important;
        min-width: 90% !important
    }

    #loadCategories {
        display: none !important;
    }

    .Produktboxlinks h1 {
        margin-bottom: 1em !important;
        margin-top: 1em !important;
    }


    .logo img {
        margin: auto;
        padding: auto !important;
        margin-left: -1.5em !important;
    }

    header .menu-toggle,
    header #menu-toggle {
        margin: auto !important;
        border: none !important;
        box-shadow: none;
        margin-left: auto;
        padding-left: auto;
        text-align-last: center;
        transition: all .2s ease-in-out;
        width: auto;
    }

    header .menu-toggle:hover,
    header #menu-toggle:hover {
        transform: scale(1.03);
        background: none;

    }


    .su-column-inner.su-u-clearfix.su-u-trim {
        padding: 5px !important;
        padding-top: 1em !important;

    }

    .su-column-size-1-2 {
        padding: 1px !important;
    }

    .su-column-size-1-2 .su-u-trim>strong {
        margin: 20px !important;
        margin-top: 40px !important;
        padding-top: 1em !important;
    }

    .asuwachat-container {
        padding: 0em !important;
        margin: auto !important;
        margin-bottom: 1em !important;
        margin-top: 1em !important;
        padding-top: 2em !important;
    }
}

@media screen and (max-width: 553px) {
    main>.Produktbox:nth-child(1).Produktboxlinks:nth-child(1) {

        margin-top: -10em !important;
        padding-top: -1em !important;
    }
}

@media screen and (min-width: 477px) and (max-width: 591px) {
    .logo img {
        margin-left: 1em
    }
}

@media screen and (min-width: 427px) and (max-width: 531px) {
    .logo img {
        margin-left: -1.2em
    }
}

@media screen and (max-width:1012px) {
    .Produktbox .Produktboxlinks .kurzbeschreibung {
        max-width: 104.5% !important;
        min-width: 104.5% !important;
        margin: auto !important;
        margin-left: -2.25% !important
    }

    .produktbewertung {
        min-width: 90% !important;
        margin: auto !important
    }

}

@media screen and (max-width:784px) {
    .Produktbox .Produktboxrechts {
        max-width: 95% !important;
        min-width: 95% !important;
        margin: auto !important;
    }

    main>.Produktbox {
        max-width: 100% !important;
    }

    .table-attributes th,
    .table-attributes td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    .table-attributes th {
        margin-top: 10px;
        font-weight: bold;
    }

    .table-attributes td {
        margin-bottom: 10px;
    }
}

div.su-column-inner div.su-list:nth-of-type(2) ul li:before {
    content: 'x';
    color: rgb(105, 48, 48);
    position: absolute;
    font-size: 21px;
    left: 0;
}

@media screen and (max-width:1012px) {
    .Produktbox .Produktboxlinks .kurzbeschreibung {
        max-width: 104.5% !important;
        min-width: 104.5% !important;
        margin: auto !important;
        margin-left: -2.25% !important
    }

    .produktbewertung {
        min-width: 90% !important;
        margin: auto !important
    }

}

@media screen and (max-width:784px) {
    .Produktbox .Produktboxrechts {
        max-width: 95% !important;
        min-width: 95% !important;
        margin: auto !important;
    }

    main>.Produktbox {
        max-width: 100% !important;
    }

    .table-attributes th,
    .table-attributes td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    .table-attributes th {
        margin-top: 10px;
        font-weight: bold;
    }

    .table-attributes td {
        margin-bottom: 10px;
    }
}

div.su-column-inner div.su-list:nth-of-type(2) ul li:before {
    content: 'x';
    color: rgb(105, 48, 48);
    position: absolute;
    font-size: 21px;
    left: 0;
}

.quiz-container button,
.zusaetzliche_abschnitte .Produktboxlinks button {
    min-width: 90% !important;
    margin: auto !important;
}

@media only screen and (max-width: 768px) {
    .su-column {
        width: 98% !important;
        height: auto !important;
        display: block !important;
        margin-bottom: 20px !important;
    }

    .su-column-inner {
        height: auto !important;
    }

    .su-column img {
        max-width: 100% !important;
        height: auto !important;
    }

    .su-service-content {
        padding-left: 20px !important;
    }

    .su-service-title {
        padding-left: 20px !important;
        font-size: 24px !important;
    }

    .su-u-trim .su-service-title {
        font-size: 16px !important;
        padding: 2px !important;
    }

    .quicklinks,
    .contact {
        min-width: 90%;
        margin-left: -7.5%
    }
}

@media screen and (max-width: 1200px) {
    .Produktboxlinks .kurzbeschreibung {
        background: rgba(128, 128, 128, 0.09);
        border: 1px solid rgb(207, 202, 202);
        margin-bottom: 1em;
        min-width: 104%;
        margin-left: -2%
    }
}

div.antwort>div {
    text-align: left;
}

.product-image-kategorieseite {
    min-width: 100%;
    transition: transform .4s;
}

.product-image-kategorieseite:hover {
    transform: scale(1.1)
}

.product-title-kategorieseite {
    min-height: 80px
}




.su-twoleft-oneright {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}


.su-twoleft-oneright-left {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.su-twoleft-oneright-left div {
    margin: 5px;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
}


.su-twoleft-oneright-left div:nth-child(1),
.su-twoleft-oneright-left div:nth-child(2) {
    flex: 1 1 calc(50% - 40px);
    
}


.su-twoleft-oneright-left div:nth-child(3) {
    flex: 1 1 100%;
    
}


.su-twoleft-oneright-right {
    flex: 0 1 300px;
    
    max-width: 400px;
    
    display: flex;
    flex-direction: column;
    margin: 5px;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
}


.su-twoleft-oneright-right img {
    max-width: 100%;
    height: auto;
}


.su-twoleft-oneright-right div {
    margin-top: 10px;
}


.su-twoleft-oneright-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.su-twoleft-oneright-left li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}


.su-twoleft-oneright-left div:nth-child(1) ul li::before {
    content: '✔';
    color: green;
    position: absolute;
    left: 0;
}

.su-twoleft-oneright-left div:nth-child(2) ul li::before {
    content: '✘';
    color: #B5302B;
    position: absolute;
    left: 0;
}


@media (max-width: 1024px) {
    .su-twoleft-oneright {
        flex-direction: column;
    }

    .su-twoleft-oneright-left div:nth-child(1),
    .su-twoleft-oneright-left div:nth-child(2) {
        flex: 1 1 100%;
        
    }

    .su-twoleft-oneright-right {
        max-width: 100%;
    }
}

@media (min-width: 1025px) {
    .su-twoleft-oneright {
        align-items: stretch;
        
    }

    .su-twoleft-oneright-left,
    .su-twoleft-oneright-right {
        height: auto;
        
    }

    .su-twoleft-oneright-right {
        min-width: 40% !important;
    }
}

.reviewbody {
    padding: 1em;
    display: block;
}







