.cmsHeader.menu-home .cmsHeader__menu {
    display: none;
    position: relative;
    z-index: 1;
}

h1, .font-size-4xl, .noSeoHeadline--h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

h2, .font-size-3xl, .noSeoHeadline--h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

h1, h2, h3, h4, h5 {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.cmsMarginBottom-small {
    margin-bottom: 20px;
}

p, .font-size-normal {
    font-size: 14px;
    line-height: 22px;
}

p {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.cmsAccordion__panel {
    background-color: #e4e4e4;
    color: #000;
    margin-bottom: 5px;
}

.cmsAccordion__title {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
}

.cmsAccordion__title .cmsIcon--minus {
    display: none;
}

.cmsAccordion__title--open .cmsIcon--minus {
    display: block;
}

.cmsAccordion__title--open .cmsIcon--plus {
    display: none;
}

.cmsAccordion .cmsIcon {
    flex-shrink: 0;
    margin-right: 15px;
    width: 35px;
    height: 35px;
}

.cmsAccordion__content {
    max-height: 0;
    padding-left: 60px;
    padding-right: 15px;
    overflow: hidden;
    transition: max-height .5s,padding .5s;
    font-size: 14px;
    line-height: 1.5;
}

.cmsAccordion__title--open+.cmsAccordion__content {
    max-height: 500px;
    overflow: auto;
    padding-bottom: 15px;
}

.cmsBrandlist {
    font-size: 13px;
}

.cmsBrandlist__groupcontainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

.cmsBrandlist__grouplink {
    margin-right: 5px;
    margin-bottom: 5px;
}

.cmsBrandlist__grouplink a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 2.7;
    text-decoration: none;
    background: #e4e4e4;
    text-align: center;
    font-weight: 500;
}

.cmsBrandlist__container {
    width: 100%;
    content: "";
    display: table;
    clear: both;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cmsBrandlist__title {
    color: #0098dd;
}

.cmsBrandlist__accordion__button {
    cursor: pointer;
}

.cmsBrandlist__accordion__content {
    max-height: 0;
    overflow: hidden;
}

.cmsBrandlist__accordion__button.activeAccordion+.cmsBrandlist__accordion__content {
    max-height: 100%;
}

.cmsBrandlist__list {
    list-style: disc inside;
    margin: 15px 0;
    column-count: 1;
    column-gap: 0;
}

.cmsBrandlist__list__item {
    width: 100%;
    padding-top: 5px;
}

.cmsBrandlist__link {
    line-height: 1.4;
    text-decoration: underline;
}
