/* hero module går til kant */


@media (min-width: 1024px) {
.hero-module-a {
    margin: 0 0px 0px 0px;
}
.hero-module-a__image {
    border-radius: 0 !important;
}

.hero-module-d {
    margin: 0 0px 0px 0px;
}
.hero-module-d__image {
    border-radius: 0 !important;
}

.text-module-b .frame__cell-item {
    margin-left: 0%;
    align-content: space-evenly;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 100% !important;
}
}

* {
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: none !important;
}
/* knapper følger tekst lægnde */

.btn.btn--primary.btn--default, .rt-button--brand-2 {
    border-radius: 0.9375rem;
    padding: 0.8rem 2rem !important;
    max-width: fit-content !important;
}


@media (min-width: 640px) {
    .text-module-a, .text-module-b, .two-column-module {
        margin: 5rem;
	border-radius: 2rem; 
    }
}

@media (min-width: 640px) {
    .text-module-b .frame__cell-item {
        margin-left: 0;
    }
}


/* Ændre farven på baggrund og boks i accordion sideview */

.accordion-sideview__wrapper {
    border-radius: 1.438rem;
    background-color: #5d6e7e !important;
    margin-bottom: 0rem;
padding: 56px 0;
    }

.frame.accordion-sideview {
    background-color: #5d6e7e !important;
}

h2 {
    margin-block-start: 0.3em
}

h5 {
        margin-block-end: 0;
}

.accordion-sideview__icon svg {
    fill: #ffffff;
}

@media screen and (max-width: 640px) {
  dotlottie-player {
    visibility: hidden;
}
}
