﻿body {
}


.hero-wrap {
    overflow: hidden;
    position: relative;
    min-height: 740px;
}

.hero-bg {
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.hero-content {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.smallYellowText {
    height: 19px;
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 105%;
    /* identisch mit der Höhe des Felds oder 19px */
    text-align: center;
    color: #E5A02D;
    /* Innerhalb Auto-Layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.middleYellowText {
    height: 21px;
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 105%;
    /* identisch mit der Höhe des Felds oder 19px */
    text-align: center;
    color: #E5A02D;
    /* Innerhalb Auto-Layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.bigGreyText {
    height: 48px;
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    /* identisch mit der Höhe des Felds oder 48px */
    text-align: center;
    color: #4E5352;
    /* Innerhalb Auto-Layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.middleGreyText {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    /* oder 38px */

    color: #4E5352;
    /* Innerhalb Auto-Layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.smallGreyText {
    height: 50px;
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    /* oder 25px */
    text-align: center;
    color: #000000;
    /* Innerhalb Auto-Layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.yellowSharpButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 215px;
    height: 28px;
    background: #E5A02D;
    /* Innerhalb Auto-Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    font-size: 18px;
    text-decoration: none;
    font-weight: 800;
    color: black;
}

.greySharpButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 215px;
    height: 28px;
    background: #84898A;
    /* Innerhalb Auto-Layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    font-size: 18px;
    text-decoration: none;
    font-weight: 800;
    color: white;
}

.whiteBoxRoundedGrey {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 44px 10px 10px;
    gap: 10px;
    width: 900px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.smallRoundedBoxes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7.7364px;
    gap: 10px;
    width: 150px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid #E5A02D;
    border-radius: 77.364px;
    /* Innerhalb Auto-Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    color: #E5A02D;
    z-index: 999;
}

.greyBoxRounded {
    box-sizing: border-box;
    /* Auto-Layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 4px 16px;
    gap: 8px;
    width: auto;
    background: #F1F1F1;
    border: 1px solid #84898A;
    border-radius: 12px;
    /* Innerhalb Auto-Layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.mnuRoundedBack {
    align-items: center;
    padding: 3px;
    width: 520px;
    height: 46px;
    border: solid 5px #F1F1F1;
    border-radius: 70px;
    background-color: #F1F1F1;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.mnuRounded.active {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 46px;
    background: #E5A02D;
    border-radius: 70px;
}

.mnuRounded {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 46px;
    border-radius: 70px;
    cursor: pointer;
}

.contentSection3 {
    display: none;
}

    .contentSection3.active {
        display: block;
    }

.CheckCross {
    margin-top: 10px;
    width: 35px;
    height: 35px;
}

.VergleichSK {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 46px;
    background: #E5A02D;
    border-radius: 70px;
    border: 1px solid #84898A;
    color: white;
    font-weight: 700;
    margin-top: 10px;
}

.VergleichOthers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 46px;
    background: #F1F1F1;
    border-radius: 70px;
    border: 1px solid gray;
    color: gray;
    font-weight: 700;
}

.vergleichGrayBackTop {
    background-color: #E6E7E7;
    border-radius: 45px 45px 0px 0px;
    width: 200px;
    height: 66px;
    vertical-align: central;
    padding: 10px;
}

.vergleichGrayBackCol {
    background-color: #E6E7E7;
    width: 200px;
    height: 66px;
    vertical-align: middle;
    padding: 10px;
}

.vergleichYellowSharpButton { /* Wireframe_Button */
    /* Auto-Layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  
    width: 175px;
    height: 52px;
    background: #E5A02D;
    /* Innerhalb Auto-Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    font-size: 18px;
    text-decoration: none;
    font-weight: 800;
    color: black;
}


.accordion {
    width: 100%;
    /*max-width: 600px;*/
    /*margin: auto;*/
}

.accordion-item {
    overflow: hidden;
    background: white;
    border: 1px solid #84898A;
    border-radius: 12px;
}

.accordion-header {
    cursor: pointer;
    transition: background 0.3s;
    padding: 15px;
    font-weight: bold;
}

    .accordion-header:hover {
       text-decoration-color: gray;
    }

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-sizing: border-box;
    padding: 4px 16px;
    gap: 8px;
    width: auto;
  
}

    .accordion-content p {
        margin: 15px 0;
    }


.whiteBoxRounded {
    box-sizing: border-box;
    padding: 4px 16px;
    gap: 8px;
    width: auto;
    background: white;
    border: 1px solid #84898A;
    border-radius: 12px;
}

.demo-wrap {
  position: relative;
}

    .demo-wrap::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 297px;
        opacity: 0.1;
        background-image: url('../../../bilder/landingpages/section5_cta.png');
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

.demo-content {
  position: relative;
}