/* ############################################################### */
:root {
  --lightBeige: #f0e7df;
  --lighterBeige: #f5f1ee;
  --red: #fb6c4e;
  --lightRed: #ff7d61;
  --lighterRed: #ff9c8d;
}
.content-full {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin: 50px auto;
  padding: 25px 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

section.section-quotes {
  width: 100%;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

section.section-parallax {
  min-height: calc(100vh - 100px);
  height: auto;
  width: 100%;
  background-attachment: fixed !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.parallax {
  min-height: 800px;
  height: auto;
  width: 100%;
  background-attachment: fixed !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.parallax > div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.standard {
  width: 100%;
}

section.standard > div {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 100px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
section.standard.section-breadcrumbs > div {
  padding: 20px 0;
}

section.standard > div.single-article {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
  padding: 25px 0;
  display: block;
}

/* jm new 2021-04-21*/

section.desktop-only {
  width: 100%;
}

section.desktop-only > div {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.mobile-only {
  width: 100%;
}

section.mobile-only > div {
  display: none;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  justify-content: space-around;
  flex-wrap: wrap;
}

/*  */

section.full {
  width: 100%;
  margin: 0 auto;
}

section.full > div {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* max-width: 1400px; */
  position: relative;
  /* padding: 20px; */
}
/* section.full > div:has(> .box-100-transparent)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
} */
section.top {
  width: 100%;
  margin: 0 auto;
}

section.top > div {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* max-width: 1400px; */
  position: relative;
}
section.top .box-100-text .box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 780px;
  padding: 100px 0;
}

section.top .box-100-text .box-content h1 {
  font-size: 96px;
  font-family: "Basic Sans", sans-serif;
  /* font-weight: normal; */
}
section.top .box-100-text .box-content div p {
  font-size: 20px;
}
section.iframe-video-section {
  width: 100%;
  margin: 0 auto;
}

section.iframe-video-section > div {
  width: 100%;
  display: flex;
  flex-flow: column;
}

section.iframe-video-section-50 {
  width: 50%;
  margin: 0 auto;
}

section.iframe-video-section-50 > div {
  width: 50%;
  display: flex;
  flex-flow: column;
}

.iframe-video-container {
  width: 100%;
  height: 100%;
}

.iframe-video-container-50 {
  width: 50%;
  height: 100%;
  padding: 0 4%;
  padding-top: 2.5%;
}

.iframe-video-container .box-content,
.iframe-video-container-50 .box-content {
  display: none;
}

.pagebuilder .iframe-video-container .box-content,
.pagebuilder .iframe-video-container-50 .box-content {
  display: block;
}

.iframe-video-container .box-video-container,
.iframe-video-container-50 .box-video-container {
  width: 100%;
  margin-top: -1px;
  display: flex;
}

.iframe-video-container .box-video-container iframe,
.iframe-video-container-50 .box-video-container iframe {
  width: 100%;
}

section.praise-mom-show-form {
  width: 100%;
}

section.mom-cafe-show-form {
  width: 100%;
}

section.section-text {
  display: block;
  width: 100%;
  margin: 25px auto;
  padding: 0;
}

section.section-text > div {
  display: block;
  max-width: 1200px;
}

section.section-text > div .section-text-wrapper {
  display: block;
  padding: 25px 50px;
  width: 98%;
  margin: 1%;
  color: #fa6c4e;
}

section.full > div {
  margin: 0 auto;
}

section.full > div .section-text-wrapper {
  max-width: 1200px;
}

section.section-function > div {
  padding: 60px 0px;
}

section.board-member-section {
  width: 100%;
}

section.board-member-section > div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  /* padding: 25px 2%; */
  padding: 25px 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#info,
.info,
.content {
  max-width: 960px;
  width: 100%;
  margin: 50px auto;
  padding: 0 25px;
}

#info ul,
.info ul,
.content ul,
.box-content ul,
.single-news ul,
.section-text ul,
#info ol,
.info ol,
.content ol,
.box-content ol,
.single-news ol,
.section-text ol {
  padding: 5px 15px;
}

.text-slide {
  background-color: transparent !important;
  width: 100%;
  max-width: 100%;
  padding: 50px;
}

.text-slide .text-slide-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.text-slide h1 {
  font-size: 50px;
  text-shadow: 1px 1px 0 rgb(223, 227, 229), 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.text-slide h1,
.text-slide p {
  color: #fff !important;
}

.white-text {
  color: #ffffff !important;
}

/* end our news  */

.box-date {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  width: 10%;
  min-width: 120px;
  /* background-color:#f3a8a4; */
  background-color: #90c49f;
  padding: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  position: relative;
  z-index: 10;
}

/* news */

.box-100 {
  width: 100%;
}

.box-100-title {
  margin: 0 15px;
  padding: 10px 50px;
  max-width: 1200px;
  width: 100%;
}

.box-100-title h2 {
  font-size: 32px;
}

.box-100-title .box-content > div {
  display: none;
}

.box-only-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.box-only-button h2,
.box-only-button .box-content p,
.box-only-button .box-image-container {
  display: none;
}

.box-only-button .item-action {
  width: 100%;
}

.box-only-button .item-action {
  padding: 30px 0;
}

.box-50 {
  width: 48%;
  margin: 1%;
}

.box-33-iframe-modal {
  background-color: #f3a8a4;
  text-decoration: none;
  color: #fff;
  width: 31.33%;
  margin-bottom: 2%;
}

a.box-33-iframe-modal:hover {
  background-color: #fa6c4e !important;
}

.box-50-swish {
  margin: 15px 0 !important ;
  width: calc(50%);
  border-radius: 0 50px 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.box-50-swish .box-image-container {
  padding: 20px;
  background-color: white;
  border-radius: 15px;
  margin-left: -30px;
}
.box-50-swish .box-image-container img {
  width: 180px;
}
.box-50-swish .box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 40px;
  margin: 0 auto;
}
.box-50-swish .box-content > div:first-of-type {
  order: 3;
  padding-top: 20px;
}
.box-50-swish .box-content div:first-of-type p {
  font-size: 32px;
}
.box-50-swish .box-content .item-action {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.box-50-swish .box-content .item-action a {
  margin: 0 20px;
}
.box-50-swish .box-content .item-action a span {
  font-size: 32px;
}
.box-50-swish .box-content h2 {
  font-family: "Permanent Marker", "Basic Sans", sans-serif;
  font-size: 64px;
  text-align: center;
  transform: rotate(5deg);
  max-width: 550px;
}
.box-50-swish .box-content h2 {
  font-size: 48px;
}
.box-50-text {
  width: calc(50% - 20px);

  margin: 15px 0px !important ;
  margin-right: 20px !important;
}

body.main-page .box-50-text {
  margin: 15px 0 !important;
  width: calc(50%);
  border-radius: 50px 0 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.main-page .box-50-text .box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding: 75px;
  margin: 0 auto;
  /* padding-left: 90px;
  padding-right: 20px; */
  text-align: center;
}
.box-50-text .box-content {
  padding: 0px;
  margin: 0 auto;
}
body.main-page .box-50-text .box-content h2 {
  font-size: 48px;
}
.box-50-text .box-content h2 {
  font-size: 32px;
}

.box-33-iframe-modal .box-content {
  position: relative;
  text-align: left;
  padding: 25px 25px 25px 60px;
  width: 100%;
  margin: 0 auto;
}

.box-33-iframe-modal .box-content:before {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  position: absolute;
  left: 20px;
  font-size: 30px;
}

.box-50-text .box-image-container {
  display: none;
}

.box-33-iframe-modal .box-image-container {
  display: none;
}

.box-50 {
  width: 48%;
  margin: 1%;
  min-height: 300px;
}

/* .box-50:nth-child(odd) {
    margin-left: 0;
}

.box-50:nth-child(even) {
    margin-right: 0;
} */

.box-50 .box-image-container {
  padding-top: 75%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: cover;
}

.box-50 .box-content {
  padding: 10%;
}

/* template  template-box-50-img-left */

.template-box-50-img-left {
  width: 50%;
  height: auto;
  display: flex;
  background-color: inherit;
}

.pagebuilder .template-box-50-img-left .box-image-container {
  background-size: 30%;
  background-repeat: no-repeat;
}

.template-box-50-img-left .box-image-container {
  width: 50%;
  height: auto;
  padding: 10% 8%;
  color: inherit;
  display: flex;
  flex-flow: column;
  justify-content: center;
  word-wrap: break-word;
}

.template-box-50-img-left .box-content {
  width: 50%;
  padding: 10% 5%;
  color: inherit;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.template-box-50-img-left .box-image-container img {
  width: 50px;
  height: 50px;
  margin-left: 5px;
}

.pagebuilder .template-box-50-img-left .box-content h2 {
  font-size: 60px;
}

.template-box-50-img-left .box-image-container h1 {
  font-size: 80px;
  color: #f1d4ca;
  /* white-space: nowrap; */
}

/* end temlate  */

.box-50-img-left {
  width: 50%;
  height: auto;
  display: flex;
  background-color: inherit;
}

.box-50-img-right {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  background-color: inherit;
}

.box-50-img-left .box-image-container,
.box-50-img-right .box-image-container {
  width: 50%;
  height: auto;
  padding: 10% 8%;
  color: inherit;
  display: flex;
  flex-flow: column;
  justify-content: center;
  word-wrap: break-word;
}

.box-50-img-left .box-image-container h1,
.box-50-img-right .box-image-container h1 {
  font-size: 80px;
  color: inherit;
  white-space: nowrap;
}

.box-50-img-left .box-image-container h1 span,
.box-50-img-left .box-image-container h1 div {
  font-size: 80px;
  color: inherit;
  font-weight: bold;
  white-space: nowrap;
}

.box-50-img-left .box-image-container img {
  width: 50px;
  height: 50px;
  margin-left: 5px;
}

.box-50-img-left .box-content,
.box-50-img-right .box-content {
  width: 50%;
  padding: 10% 5%;
  color: inherit;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.box-50-img-left .box-content p,
.box-50-img-right .box-content p {
  margin-bottom: 25px;
}

.box-50-img-left .actions,
.box-50-img-right .actions {
  margin-top: 25px;
}

.box-50-animation {
  width: 50%;
  background-color: inherit;
  height: auto;
  padding: 5% 2.5%;
  /*
    padding: 5%;
    background-image: url("../images/logo_animate.png");
    */
}

.box-50-animation iframe {
  width: 100%;
}

.box-50-big-title {
  width: 50%;
  /* min-height: 75vh; */
  background-color: inherit;
  color: inherit;
  /* border: 1px solid red; */
}

.box-50-big-title .box-content {
  width: 100%;
  /* min-height: 75vh; */
  padding: 50px 25px 50px 25px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  /* padding: 10% 8%; */
}

.box-50-big-title h2 {
  font-size: 140px;
  margin-bottom: 25px;
}

.box-50-img-background {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* border: 1px solid red; */
}

.box-50-img-background .box-image-container {
  display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.pagebuilder .box-50-img-background .box-image-container {
  display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.box-50-img-background .box-content {
  color: inherit;
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 40%;
  word-wrap: break-word;
  background: rgba(0, 0, 0, 0.22);
  padding: 10px;
}

.pagebuilder .box-50-img-background .box-content {
  z-index: 2;
}

.pagebuilder .item {
  margin: 0;
}

.box-60-img-right {
  width: 60%;
  /* background-color: #90c49f; */
  min-height: 250px;
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
}

.box-60-img-right .box-content {
  width: 55%;
  /* min-height: 50vh; */
  color: inherit;
  padding: 5% 7.5%;
  background-color: inherit;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.box-60-img-right .box-content h2 {
  margin-bottom: 12.5px;
}

.box-60-img-right .box-content p {
  margin-bottom: 25px;
}

.box-60-img-right .box-content p:last-of-type {
  margin-bottom: 0;
}

.box-60-img-right .actions {
  margin-top: 25px;
}

.box-60-img-right .actions a {
  text-decoration: underline;
}

.box-60-img-right .box-image-container {
  width: 45%;
  /* background-image: url("../images/anja_ny.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 30vh;
  height: 100%;
}


.pagebuilder .box-33-text-round {

  width: calc(27.33% - 90px);
}
.box-33-text-round {
  width: calc(33.33% - 90px);
  margin: 0 45px;
  border-radius: 50%;
  /* height: 380px; */
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-33-text-round .box-image-container {
  padding-top: 65%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: contain !important;
}

.box-33-text-round .box-content {
  padding: 0 10px;
  text-align: center;
  /* position: absolute; */
}
.box-33-text-round .box-content h2 {
  font-size: 96px;
  /* font-weight: normal; */
  padding-bottom: 0;
}
.box-33-text-round .box-content p {
  font-size: 32px;
  font-weight: bold;
}

.box-33-text-round .box-content h2 {
  text-align: center;
}

.box-33-text-img {
  width: 31.33%;
  margin: 1% 1%;
}

.box-33-text-img .box-image-container {
  padding-top: 65%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: contain !important;
}

.box-33-text-img .box-content {
  padding: 10%;
  text-align: center;
  position: absolute;
}

.box-33-text-img .box-content h2 {
  text-align: center;
}

.box-33-text {
  width: calc(33% - 4rem);
  margin: 15px 0px;
  margin-right: 4rem;
}

.box-33-text .box-image-container {
  /* padding-top: 65%; */
  /* border-radius: 5px 5px 0 0; */
  /* background-repeat: no-repeat; */
  /* background-size: contain !important; */
}

.box-33-text .box-content {
  padding: 0px;
}
.box-33-text .box-content div p {
  font-size: 20px;
}

.box-33-text .box-content h2 {
  font-size: 32px;
}

.box-25-text {
  width: calc(25% - 20px);
  margin: 15px 0px;
  margin-right: 20px;
}

.box-25-text .box-image-container {
  /* padding-top: 65%; */
  /* border-radius: 5px 5px 0 0; */
  /* background-repeat: no-repeat; */
  /* background-size: contain !important; */
}

.box-25-text .box-content {
  padding: 0px;
}
.box-25-text .box-content div p {
  font-size: 20px;
}

.box-25-text .box-content h2 {
  font-size: 32px;
}

.box-20 {
  width: calc(20% - 20px);
  margin-right: 20px;
  text-decoration: none;
}

.box-20 .box-image-container {
  /* padding-top: 65%; */
  /* border-radius: 5px 5px 0 0; */
  /* background-repeat: no-repeat; */
  /* background-size: contain !important; */
}

.box-20 .box-content {
  padding: 25px 0;
}
.box-20 .box-content div p {
  font-size: 20px;
}

.box-20 .box-content h2 {
  font-size: 32px;
  text-decoration: underline;
  padding-bottom: 5px;
}

.box-20-partner {
  width: calc(20% - 20px);
  margin: 20px 0;
  margin-right: 20px;
  text-decoration: none;
}

.box-20-partner .box-image-container {
  padding-top: 75%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: contain !important;
}

.box-20-partner .box-content {
  padding: 25px 0;
}
.box-20-partner .box-content div p {
  font-size: 20px;
}

.box-20 .box-content h2 {
  font-size: 32px;
  text-decoration: underline;
  padding-bottom: 5px;
}

.box-33-img-background {
  width: 31.33%;
  margin: 1% 1%;
  position: relative;
  background-color: transparent !important;
}
.pagebuilder .box-33-img-background {
  min-height: 35rem;
}

.box-33-img-background .box-image-container {
  padding-top: 55%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: contain !important;
}

.box-33-img-background .box-content {
  position: absolute;
  width: 100%;
  /* padding: 2rem; */
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pagebuilder .box-33-img-background .box-content .item-action{
  width: fit-content;
}
.box-33-img-background .box-content div {
  max-width: 30rem;
}

.box-33-img-background .box-content h2 {
  text-align: center;
  font-size: 30px;
}
.box-33-img-background .box-content p {
  max-width: 21rem;
  margin: 0 auto;
}
.box-33-img-background .box-content h2 em {
  font-family: "Permanent Marker", "Basic Sans", sans-serif;
}

.box-33-text-img .btn-orange,
.box-33-text-img .btn-beige,
.box-33-text-img .btn-white {
  margin: 0 auto;
}

section.board-member-section .box-33-text-img .box-image-container {
  padding-top: 90%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(199, 199, 199);
  border-radius: 3px;
  opacity: 0.75;
}

.box-33-link {
  width: 31.33%;
  margin: 0 1%;
  border-radius: 2.5px;
  box-shadow: 0 7px 14px rgba(171, 171, 171, 0.1),
    0 5px 5px rgba(171, 171, 171, 0.1);
  transition: all 0.4s ease;
}

.box-33-link:hover {
  transform: scale(1.05);
}

.box-33-link .box-image-container {
  padding-top: 65%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: cover;
}

.box-33-link .box-content {
  padding: 10%;
  text-align: center;
}

.box-33-link .box-content h2 {
  text-align: center;
}

.box-40-wrapper {
  width: 40%;
  height: auto;
  min-height: 250px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.box-40 {
  width: 100%;
  background-color: inherit;
  /* min-height: 40vh; */
  /* height: 500px; */
  display: flex;
  padding: 5% 0;
}

.box-40 .box-content {
  /* color: #fa6c4e; */
  padding: 0 5%;
  background-color: inherit;
  /* width: 50%; */
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.box-40 .box-content h2 {
  margin-bottom: 12.5px;
}

.box-40 .box-content p {
  margin-bottom: 25px;
}

.box-40 .box-content p:last-of-type {
  margin-bottom: 0;
}

.box-40 .actions {
  margin-top: 25px;
}

.box-40 .box-image-container {
  /* background-image: url("../images/swish.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* width: 40%; */
}

.box-40-image-right {
  width: 40%;
  background-color: inherit;
  /* min-height: 40vh; */
  /* height: 500px; */
  display: flex;
  flex-direction: row-reverse;
  /* padding: 5% 0; */
  justify-content: flex-end;
  margin: 0;
}

.box-40-image-right .box-content {
  /* color: #fa6c4e; */
  padding: 0 5%;
  background-color: inherit;
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.box-40-image-right .box-content h2 {
  margin-bottom: 12.5px;
}

.box-40-image-right .box-content p {
  margin-bottom: 25px;
}

.box-40-image-right .box-content p:last-of-type {
  margin-bottom: 0;
}

.box-40-image-right .actions {
  margin-top: 25px;
}

.box-40-image-right .box-image-container {
  /* background-image: url("../images/swish.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain !important;
  width: 40%;
  height: 100%;
}

.pagebuilder .box-40-oneline {
  flex-wrap: nowrap;
}

.box-40-oneline {
  width: 40%;
  /* min-height: 10vh; */
  background-color: inherit;
  text-align: center;
  display: flex;
  justify-content: center;
}

.box-40-oneline .box-content {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  line-height: 40px;
  /* color: #fff; */
  padding: 2.5% 0;
}

.pagebuilder .box-40-oneline .box-content {
  align-items: center;
}

.pagebuilder .box-40-oneline .box-content .item-content {
  min-height: auto;
}

.box-40-oneline .box-content img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

.box-40-oneline .box-content h2 {
  display: inline-block;
  margin-left: 15px;
  font-size: 40px;
  font-weight: 600;
  vertical-align: middle;
}

.box-40-oneline .box-content p {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

.pagebuilder .box-40-oneline .box-image-container {
  padding: 0px 30px;
  margin: 0 20px;
}

.box-40-oneline .box-image-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain !important;
  width: 4%;
  height: auto;
}

.box-50-link {
  width: 48%;
  margin: 0 1%;
  border-radius: 2.5px;
  box-shadow: 0 7px 14px rgba(171, 171, 171, 0.1),
    0 5px 5px rgba(171, 171, 171, 0.1);
  transition: all 0.4s ease;
}

.box-50-link:hover {
  transform: scale(1.05);
}

.box-50-link .box-image-container {
  padding-top: 65%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: cover;
}

.box-50-link .box-content {
  padding: 10%;
  text-align: center;
}

.box-50-link .box-content h2 {
  text-align: center;
}

.box-25-text-img {
  width: 23%;
  margin: 1%;
}

.box-25-text-img .box-image-container {
  padding-top: 75%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: cover;
}

.box-25-text-img .box-content {
  padding: 50px;
}

.box-25-employee {
  width: calc(25% - 30px);
  margin: 15px;
  border-radius: 25px;
}
.box-25-employee:nth-child(even) {
  background-color: #f5ebe9 !important;
}
.box-25-employee:nth-child(odd) {
  background-color: #f5deda !important;
}

.box-25-employee .box-image-container {
  padding-top: 70%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
}

.box-25-employee .box-content {
  padding: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-25-employee .box-content h2 {
  padding-bottom: 00px;
}

.box-33-employee {
  width: calc(33.33% - 30px);
  margin: 15px 15px;
  border-radius: 25px;
}

.box-33-employee .box-image-container {
  padding-top: 80%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}

.box-33-employee .box-content {
  padding: 50px;
  text-align: center;
  padding-top: 20px;
}
.box-33-employee .box-content h2 {
  padding-bottom: 00px;
}
.box-33-employee:nth-child(even) {
  background-color: #f5ebe9 !important;
}
.box-33-employee:nth-child(odd) {
  background-color: #f5deda !important;
}

/** 100% **/

.box-100-popup {
  background-color: #fa6c4e;
  color: #ffffff;
  width: 100%;
}

.box-100-popup .box-content {
  height: auto;
  min-height: 100px;
  padding: 0 4%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

.box-100-popup .box-content img {
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.down-button img {
  animation: bounce 3s infinite ease-in forwards;
}

.box-100-popup .box-content h2 {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
}

.box-100-popup .box-content .actions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.box-100-popup .box-content .actions.up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.4s;
  margin-top: 10px;
}

.box-100-popup .box-content .actions img {
  width: 40px;
}

.box-100-text {
  width: 100%;
  padding: 25px 0px;
  margin: 20px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.box-100-text .box-content {
  /* padding: 0 50px; */
  /* max-width: 1200px; */
  margin: 0 auto;
  width: 100%;
}

.box-100-text .box-content h2 {
  padding: 10px 0;
  font-size: 48px;
}

.pagebuilder .box-100-text-center {
  max-width: 1200px;
}
.box-100-text-center {
  width: 100%;
  padding: 50px 20px 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 975px;
  border-radius: 50px;
  margin: 20px auto;

}


.box-100-text-center .box-content {
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 725px;
}
.pagebuilder .box-100-text-center .box-content .item-action{
  width: fit-content;
}

.box-100-text-center .box-content h2 {
  font-size: 48px;
  padding-bottom: 20px;
}

.box-50-text-center {
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 50px 20px 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* max-width: 520px; */
  border-radius: 50px;
  /* margin: auto; */
  text-decoration: none;
}

.box-50-text-center .box-content {
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 725px;
  position: relative;
}
a.box-50-text-center .box-content::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  background: url("https://mammaunited.se/images/arrow.png");
  background-repeat: repeat;
  width: 45px;
  height: 45px;
  transform: translate(0%, -0%);
  background-repeat: no-repeat;
}

.box-50-text-center .box-content h2 {
  font-size: 32px;
  padding-bottom: 10px;
}

section.board-member-section .box-100-text {
  width: 100%;
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

section.board-member-section .box-100-text .box-content {
  padding: 0 1%;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

section.full .box-100-text .box-content {
  margin: 0 auto;
}

.box-100-text .box-content h1,
.box-100-text .box-content h2 {
  position: relative;
}

.pagebuilder .box-100-link .box-content .item-content {
  display: none;
}
.box-100-link {
  width: 100%;
  text-decoration: none;
  border-radius: 0px;
  position: relative;
}
.box-100-link .box-content {
  /* width: 100%; */
  margin: 25px 125px 0px 125px;
  position: relative;

  border-bottom: 2px dashed #e4d8cc;
}
.box-100-link .box-content h2 {
  font-weight: normal;
  font-size: 32px;
  padding-bottom: 30px;
}

:nth-child(1 of .box-100-link) {
  /* border-radius: 0; */
  border-radius: 50px 50px 0 0;
  padding-top: 75px;
  margin-top: 0;
}
:nth-last-child(1 of .box-100-link) {
  border-radius: 0 0 50px 50px;
  padding-bottom: 75px;
  margin-bottom: 0;
}
.box-100-link .box-content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("https://mammaunited.se/images/arrow.png");
  width: 45px;
  height: 45px;
  transform: translate(0%, -50%);
  background-repeat: no-repeat;
}

.box-100-link:not(:has(+ .box-100-link)):not(:has(> .box-100-link)) {
  /* background-color: red !important; */
  /* border-radius: 0; */
}

.box-100-img-right {
  flex-flow: row-reverse;
}
.box-100-img-left {
  flex-flow: row;
}

.box-100,
.box-100-img-right,
.box-100-img-left {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.box-100 .box-content,
.box-100-img-right .box-content,
.box-100-img-left .box-content {
  margin: auto;
  width: 50%;
  padding: 50px;
  max-width: 960px;
}
.box-100-img-right .box-content,
.box-100-img-left .box-content {
  padding: 25px 50px;
}
.box-100-img-right .box-content {
  padding: 0;
  margin-right: 50px;
}
.box-100-img-left .box-content {
  padding: 0;
  margin-left: 50px;
}
.box-100-img-right .box-image-container {
  /* margin-left: 50px; */
}
.box-100-img-left .box-image-container {
  /* margin-right: 50px; */
}

.box-100-img-right .box-content h2,
.box-100-img-left .box-content h2 {
  font-size: 48px;
}

.box-100 .box-image-container,
.box-100-img-right .box-image-container,
.box-100-img-left .box-image-container {
  width: 50%;
  position: relative;
  display: flex;
  padding-top: 40%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.box-100.startleft .box-image-container,
.box-100-img-right.startleft .box-image-container,
.box-100-img-left.startleft .box-image-container {
  justify-content: flex-start;
}

/*   box-100-img-right-60  */

.box-100-img-right-60,
.box-100-img-left-60 {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
}
.box-100-img-left-60 {
  flex-direction: row;
}

.box-100-img-left-60 .box-image-container,
.box-100-img-right-60 .box-image-container {
  display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40%;
  padding-top: 0 !important;
  align-items: center;
}

.box-100-img-left-60 .box-content,
.box-100-img-right-60 .box-content {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding: 40px;
  justify-content: center;
  max-width: 750px;
}
.box-100-img-left-60 .box-content {
  /* padding-left: 0; */
}

.box-100-img-left-60 .box-content h2,
.box-100-img-right-60 .box-content h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.box-100-img-left-60 .box-content p,
.box-100-img-right-60 .box-content p {
  font-size: 20px;
}

.box-100-img-left-60 .box-content h2 {
  margin-bottom: 10px;
}

.box-100-img-top-left {
  width: 100%;
}

.box-100-img-top-left .box-image-container {
  width: auto;
  max-width: 20%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.box-100-img-top-left .box-content {
  display: flex;
}

section.standard .box-100,
section.standard .box-25-text-img,
section.standard .box-33-iframe-modal,
section.standard .box-33-text-img,
section.standard .box-33-link,
section.standard .box-50,
section.standard .box-50-link,
section.standard .box-50-text {
  margin: 20px;
  /* border: 2px solid #f3f3f3; */
  /* box-shadow: 0 7px 14px rgba(171, 171, 171, 0.05), 0 5px 5px rgba(171, 171, 171, 0.05); */
}

section.standard .box-33-text-img {
  margin: 2%;
}

section.standard .box-100,
section.standard .box-100-img-right,
section.standard .box-100-img-left,
section.standard .box-100-text {
  width: calc(100% - 0px);
}

section.standard .box-25-text-img {
  width: 23%;
}

section.standard .box-50,
section.standard .box-50-link {
  width: 48%;
}

section.standard .box-33-iframe-modal,
section.standard .box-33-text-img,
section.standard .box-33-link {
  width: 29.33%;
}

section.standard a.box-33-text-img .box-image-container {
  transition: all 0.2s;
}

section.standard a.box-33-text-img:hover .box-image-container {
  transform: scale(1.1);
}

section.full .box-25-text-img,
section.full .box-33-iframe-modal,
section.full .box-33-text-img,
section.full .box-33-link,
section.full .box-50,
section.full .box-50-text,
section.full .box-50-link {
  margin: 1%;
}

section.full .box-33-iframe-modal {
  width: 31.33%;
}

section.full .box-50-text {
  width: 48%;
}

.box-content h1,
.box-content h2 {
  padding-bottom: 20px;
}

.item-action {
  padding-top: 30px;
}

.item-action .read-more {
  font-weight: bold;
}

.box-content a,
.box-content a:visited {
  /* color: #a58aa5; */
  color: inherit;
}

.btn-down-animated {
  content: "";
  /* background-image: url("..images/expand.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20%;
}

.btn-white,
.btn-trans,
.btn-red,
.btn-black,
.btn-red-trans,
.btn-beige {
  border-radius: 50px;
  padding: 8px 25px 10px 25px;
}

.btn-white span,
.btn-trans span,
.btn-black span,
.btn-red span,
.btn-red-trans span,
.btn-beige span {
  font-weight: bold;
}

.btn-red {
  /* border-radius: 2.5px; */
  background-color: var(--red);
  color: var(--lighterBeige) !important;
  width: fit-content;
  display: table;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  text-decoration: none;
}
.btn-black {
  /* border-radius: 2.5px; */
  background-color: black;
  color: white !important;
  width: fit-content;
  display: table;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  text-decoration: none;
}
.btn-red-trans {
  /* border-radius: 2.5px; */
  background-color: transparent;
  color: var(--red) !important;
  width: fit-content;
  display: table;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border: 3px solid var(--red);
  text-decoration: none;
}
.btn-trans {
  /* border-radius: 2.5px; */
  background-color: transparent;
  color: white !important;
  width: fit-content;
  display: table;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border: 3px solid white;
  text-decoration: none;
}

.btn-beige {
  /* border-radius: 2.5px; */
  background-color: var(--lighterBeige);
  color: var(--red) !important;
  width: fit-content;
  display: table;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  text-decoration: none;
}

.btn-white {
  background-color: #fff;
  color: #436b9f !important;
  width: fit-content;
  display: table;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border: 3px solid #436b9f;
  text-decoration: none;
}

.btn-no-styling {
  padding: 10px 0;
  border: none;
  background-color: inherit;
  width: fit-content;
  display: table;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.btn-red:hover,
.btn-red-trans:hover,
.btn-beige:hover,
.btn-black:hover,
.btn-trans:hover,
.btn-white:hover {
  text-decoration: none;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.quote {
  width: 100%;
}

.quote-wrapper {
  display: flex;
  padding: 0 50px;
}

.quote.hide {
  display: none;
}

.quote-content {
  display: flex;
  /* width: calc(100% - 300px); */
  width: 100%;
  justify-content: center;
  align-items: center;
}

.quote-headline {
  position: relative;
  margin-bottom: 20px;
}

.quote-headline:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  bottom: -12px;
  left: 0;
  background-color: inherit;
}

.quote-text {
  width: 100%;
  width: 98%;
  margin: 1%;
  /* max-width: 500px; */
  /* max-width:800px; */
  font-size: 16px !important;
}

.quote-text p {
  font-size: 16px !important;
}

.quote-image-holder {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-image {
  width: 254px;
  height: 254px;
  border-radius: 254px;
  background-color: inherit;
  background-position: center;
  background-size: cover;
}

section.section-slider {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.pagebuilder section.section-slider {
  height: auto !important;
}

section.slider-loaded {
  height: auto;
}

section.section-slider > div {
  width: 100%;
}

/* Box slider images */
.box-slider-image-block {
  width: 100%;
  position: relative;
  height: auto;
}

.box-slider-image-block .box-image-container {
  padding-top: 38%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* .box-slider-image-block .box-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
} */

.box-slider-image-block .box-content-outer {
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  position: relative;
  max-width: 113rem;
  background-color: transparent;
  margin: 0 auto;
}

.box-slider-image-block .box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.5rem;
  width: 100%;
  max-width: 84rem;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box-spacer {
  height: 50px;
  width: 100%;
  background-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
}
.box-spacer .box-image-container,
.box-spacer .box-content {
  display: none;
  background-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
}

.pagebuilder .box-slider-image-block .box-content {
  min-width: 500px;
}

.box-slider-image-block .box-content h1 {
  font-size: 70px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0,0.25);
}

.box-slider-image-block .box-content > div:first-of-type {
  margin-top: 10px;
  max-width: 40rem;
}
.box-slider-image-block .box-content > div.item-action {
  display: flex;
  flex-direction: row;
}
.box-slider-image-block .box-content > div.item-action div {
  margin: 0 25px;
}
.box-slider-image-block .box-content > div.item-action a:has(+ a) {
  margin-right: 60px;
}

.box-slider-image-block .box-content > div p,
.box-slider-image-block .box-content > div:not(.item-action) span {
  font-size: 20px;
}

.field_content .box-slider-image-block .box-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}

/* BOX 100 transparent */

.box-100-transparent {
  padding: 25px 70px;
  /* max-width: 1100px; */
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: transparent !important;
  min-height: 625px;
  max-width: 1500px;
  z-index: 10;
}

.box-100-transparent .item-action {
  display: flex;
}

.box-100-transparent .item-action div,
.box-100-transparent .item-action a {
  margin-right: 25px;
}

.box-100-transparent .box-content {
  /* margin: 0 auto; */
  width: 100%;
  /* color: #fff; */
  max-width: 950px;
}
.box-100-transparent .box-content h2 {
  font-size: 48px;
}
.box-100-transparent .box-content p {
  font-size: 32px;
  font-weight: normal;
}

section.full .box-100-transparent .box-content {
  /* margin: 0 auto; */
}
section.standard > div:has(> .heading-left),
section.section-function > div:has(> .latest-news-wrapper > .heading-left) {
  padding-top: 20px;
}
section.full > div:has(> .heading-left) {
  padding-top: 20px;
}

.heading-left {
  width: 100%;
  padding: 10px 0px;
  max-width: 1500px;
  z-index: 10;
}
section.full .heading-left {
  padding: 10px 70px;
}
.heading-left .box-content div {
  /* display: none; */
}
.heading-left .box-content h3 {
  font-size: 20px;
}
.heading-left .box-content h2 {
  font-size: 48px;
  padding-top: 20px;
}

.box-33-news-article {
  width: 33%;
  width: calc(34% - 2rem);
  margin: 1rem 0rem;
  border-radius: 0.3rem;
  text-decoration: none;
  /* margin-right: 2rem; */
  border-radius: 20px;
  padding: 50px;
  margin-right: 2rem;
}
div.box-33-news-article:first-of-type {
  margin-left: 0;
}
.box-33-news-article:nth-child(3n + 1) {
  margin-right: 0;
}

.box-33-news-article .box-image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90%;
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.box-33-news-article .box-content {
  padding: 30px;
  min-height: 270px;
  width: 100%;
  padding: 2rem 0rem;
  border-radius: 0 0 3px 3px;
  display: flex;
  flex-direction: column;
  color: black;
  /* min-height: 30rem; */
  /* background-color: var(--lighterBeige); */
  min-height: 250px;
  border-radius: 0 0 20px 20px;
  position: relative;
}
.box-33-news-article .box-content::after {
  content: "";
  position: absolute;
  top: 37%;
  right: 0;
  background: url("https://mammaunited.se/images/arrow.png");
  width: 45px;
  height: 45px;
  transform: translate(0%, -37%);
  background-repeat: no-repeat;
}

.box-33-news-article .box-content h2 {
  font-size: 32px;
}

.box-33-news-article .item-action {
  margin-bottom: 0 !important;
}
.pagebuilder section.field .box-33-text-round .controls {
	right: calc(50% - 35px) !important;
}
.pagebuilder .item .box-33-text-round .controls.item-control {
	border-right: 1px solid #ccc !important;
}

@media all and (max-width: 1500px) {
  .box-100-img-left-60 .box-image-container img,
  .box-100-img-right-60 .box-image-container img {
    width: 400px;
    height: 400px;
    margin: 0 auto;
  }
  .box-50-big-title h2 {
    font-size: 100px;
    margin-bottom: 25px;
  }
  .box-50-img-left .box-image-container h1,
  .box-50-img-right .box-image-container h1 {
    font-size: 60px;
    line-height: 50px;
  }
  .box-40-wrapper {
    width: 100%;
    height: auto;
  }
  .box-slider-image-block .box-content h1 {
    font-size: 70px;
  }
  .box-33-text-round .box-content h2 {
    font-size: 48px;
  }
  .box-33-text-round .box-content p {
    font-size: 26px;
  }
  .box-25-employee {
    width: calc(33% - 30px);
  }
}

@media all and (max-width: 1200px) {
  .box-50-swish .box-content {
    padding-bottom: 0px;
  }
  .box-50-swish .box-image-container {
    margin-bottom: 50px;
  }
  .box-50-swish {
    flex-direction: column-reverse;
  }
  section.standard > div {
    max-width: 1520px;
    padding: 60px 60px;
  }
  section.section-function > div {
    padding: 60px 0px !important;
  }
  .box-100-transparent {
    padding: 25px 60px;
  }
  section.full .heading-left {
    padding: 10px 60px;
  }
  .box-slider-image-block .box-content h1 {
    font-size: 60px;
  }
  .box-slider-image-block .box-image-container {
    padding-top: 50%;
  }
  .box-25-text-img {
    width: 48%;
    margin: 1%;
  }
  .text-slide h1 {
    font-size: 40px;
    text-shadow: 0.8px 0.8px 0 rgb(223, 227, 229), 3px 3px 0 rgba(0, 0, 0, 0.25);
  }
  .box-40-image-right {
    width: 100%;
    padding: 20px 1%;
    display: flex;
    flex-direction: column-reverse;
  }
  .box-40-image-right .box-content {
    width: 100%;
    padding: 20px;
  }
  .box-40-image-right .box-image-container {
    width: 100%;
    min-height: 200px;
  }
  .box-60-img-right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .box-60-img-right .box-content {
    width: 100%;
    padding: 2.5% 5%;
    /* min-height: 30vh; */
  }
  .box-60-img-right .box-image-container {
    width: 100%;
  }
  .box-50-img-left,
  .box-50-img-right {
    width: 100%;
  }
  .box-50-img-left .box-image-container {
    width: 50%;
  }
  .box-50-img-left .box-content {
    width: 50%;
  }
  .box-50-animation {
    width: 100%;
  }
  .box-slider-image-block .box-content h2 {
    font-size: 40px;
  }

  .box-slider-image-block .box-content > div p,
  .box-slider-image-block .box-content > div:not(.item-action) span {
    font-size: 22px;
  }
  .box-25-employee {
    width: calc(50% - 30px);
  }
  .box-33-employee {
    width: calc(50% - 30px);
  }
  .box-20 {
    width: calc(25% - 60px);
  }
}

@media all and (max-width: 968px) {
  .box-33-img-background .box-image-container {
    padding-top: 100%;
  }
  .box-25-text .box-content div p {
    font-size: 16px;
  }
  .box-slider-image-block .box-content h1 {
    font-size: 50px;
  }
  .box-slider-image-block .box-image-container {
    padding-top: 60%;
  }
  .box-slider-image-block .box-content {
    /* max-width: 75%; */
    padding: 25px;
  }

  .box-slider-image-block .box-content h2 {
    font-size: 34px;
  }

  .box-slider-image-block .box-content > div p,
  .box-slider-image-block .box-content > div:not(.item-action) span {
    font-size: 20px;
  }
  /* jm new */
  section.desktop-only > div {
    display: none;
  }
  section.mobile-only > div {
    display: flex;
  }
  /*  */
  section.section-parallax {
    background-attachment: unset !important;
    min-height: 500px;
  }
  section.parallax {
    background-attachment: unset !important;
    min-height: 500px;
  }
  .content-full {
    margin: 50px 0;
    padding: 0;
  }
  #info,
  .info {
    padding: 20px;
    margin: 50px 0;
  }
  .quote-wrapper {
    flex-direction: column-reverse;
    padding: 0 50px;
  }
  .quote-image {
    width: 184px;
    height: 184px;
  }
  .quote-content {
    width: 100%;
  }
  .quote-image-holder {
    width: 100%;
    margin-bottom: 45px;
  }
  .quote-content {
    width: calc(100% - 50px);
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .quote-text,
  .quote-text p {
    /* text-align: center; */
    font-size: 16px !important;
  }
  /* .quote-headline:after {
        left: calc(50% - 75px);
    } */
  section.section-quotes .bx-prev,
  section.section-quotes .bx-next {
    display: none !important;
  }
  .box-50-img-background {
    width: 100%;
    /* min-height: 50vh; */
  }
  .box-50-img-background .box-image-container {
    min-height: 300px;
  }
  .box-100-text .box-content {
    padding: 0 0px;
  }
  .text-slide h1 {
    font-size: 32px;
    text-shadow: 0.6px 0.6px 0 rgb(223, 227, 229), 2px 2px 0 rgba(0, 0, 0, 0.25);
  }
  .box-40-image-right {
    width: 100%;
    padding: 20px 1%;
    display: flex;
    flex-direction: column-reverse;
  }
  .box-40-image-right .box-content {
    width: 100%;
    padding: 20px;
  }
  .box-40-image-right .box-image-container {
    width: 100%;
    min-height: 200px;
  }
  .box-60-img-right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .box-60-img-right .box-content {
    width: 100%;
    padding: 2.5% 5%;
    /* min-height: 30vh; */
  }
  .box-60-img-right .box-image-container {
    width: 100%;
  }
  .template-box-50-img-left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .template-box-50-img-left .box-image-container {
    width: 100%;
    padding: 4% 4%;
  }
  .template-box-50-img-left .box-content {
    width: 100%;
    padding: 4% 4%;
  }
  .iframe-video-container-50 {
    width: 100%;
    min-height: 200px;
  }
  .box-100-img-right .box-content h2,
  .box-100-img-left .box-content h2 {
    font-size: 26px;
  }
  .box-50-text .box-content h2 {
    font-size: 32px;
  }
  .box-50-swish .box-content h2 {
    font-size: 32px;
    max-width: 18rem;
  }
  section.top .box-100-text {
    padding: 25px 40px;
  }
  section.top .box-100-text .box-content {
    padding: 50px 0px;
  }

  /* newslist */
  .box-100-img-left-60 {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .box-100-img-right-60 {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .box-100-img-left-60 .box-image-container,
  .box-100-img-right-60 .box-image-container {
    display: flex;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 50%;
    padding: 0px;
    /* height: 30rem; */
  }
  .box-100-img-left-60 .box-image-container img,
  .box-100-img-right-60 .box-image-container img {
    /* width: 100%;
    height: 100%; */
  }
  .box-100-img-left-60 .box-content,
  .box-100-img-right-60 .box-content {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    padding: 20px;
    justify-content: center;
  }
  .box-100-img-left-60 .box-content h2,
  .box-100-img-right-60 .box-content h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .box-100-img-left-60 .box-content p,
  .box-100-img-right-60 .box-content p {
    font-size: 16px;
  }
  .box-33-text-round .box-content p {
    font-size: 26px;
    font-weight: bold;
  }
  .box-33-text-round {
    width: calc(100% - 40px);
    margin: 20px;
  }
  .box-33-text-round {
    width: calc(33.33% - 30px);
    margin: 0 15px;
  }
  .box-33-text-round .box-content p {
    font-size: 26px;
  }
  .box-33-text-round .box-content h2 {
    font-size: 32px;
  }
  .box-100-link .box-content {
    margin: 25px 50px 0px 50px;
  }
  .box-33-text {
    width: calc(50% - 60px);
    margin-right: 2rem;
  }
  .box-25-text {
    width: calc(50% - 60px);
  }
  .box-20 {
    width: calc(33% - 60px);
  }
  .box-20-partner {
    width: calc(33% - 40px);
  }
  .box-50-swish .box-content .item-action a span {
    font-size: 24px;
  }
  .box-50-swish .box-content .item-action a {
    margin: 0 10px;
  }
  .box-33-news-article {
    width: 50%;
    width: calc(50% - 2rem);
    margin: 1rem;
  }

  .box-33-news-article:nth-child(3n + 1) {
    margin-right: 1rem;
  }
  .box-33-news-article:nth-child(2n + 1) {
    margin-right: 0;
  }
  .box-33-text .box-content div p {
    font-size: 16px;
  }
  .box-20 .box-content p {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .box-20-partner .box-image-container {
  padding-top: 90%;
}
  .box-20 .box-content {
    padding: 20px 0;
  }
  .box-33-news-article:nth-child(2n + 1) {
    margin-right: 1rem;
  }
  .box-50-text-center .box-content {
    padding: 0 1rem;
  }
  .heading-left .box-content h2 {
    padding-top: 0px;
  }
  .box-33-text-round {
    width: calc(100% - 40px);
    margin: 20px;
  }
  .box-100-img-left-60 .box-image-container,
  .box-100-img-right-60 .box-image-container {
    padding: 20px !important;
  }
  .box-slider-image-block .box-image-container {
    padding-top: 70%;
  }

  .box-slider-image-block .box-content h2 {
    font-size: 28px;
  }

  .box-slider-image-block .box-content > div p,
  .box-slider-image-block .box-content > div:not(.item-action) span {
    font-size: 18px;
  }
  section.standard > div {
    padding: 0;
  }
  section.section-text > div .section-text-wrapper {
    /* padding: 10%; */
    width: 100%;
    margin: 0;
  }
  section.section-text > div {
    width: 100%;
    margin: 0;
    border: none;
  }

  .box-100 {
    flex-flow: wrap row-reverse;
  }

  .box-100 .box-content {
    width: 100%;
  }

  .box-100 .box-image-container {
    width: 100%;
    background-size: contain !important;
  }

  .template-box-50-img-left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .template-box-50-img-left .box-image-container {
    width: 100%;
    padding: 4% 4%;
  }
  .template-box-50-img-left .box-content {
    width: 100%;
    padding: 4% 4%;
  }
  .iframe-video-container-50 {
    width: 100%;
    min-height: 200px;
  }
  .quote-wrapper {
    padding: 0 25px;
  }
  .form-wrapper {
    display: block;
    border-radius: 0;
  }
  .box-100-text {
    width: 100% !important;
    padding: 0;
    margin: 0 0px !important;
  }

  .box-100-text-center {
    width: 100% !important;
    padding: 0;
    margin: 0 !important;
    border-radius: 0;
  }
  .box-100-text-center .box-content {
    padding: 75px 50px;
  }
  .box-100-img-left {
    flex-flow: column;
  }
  .box-100-img-right {
    flex-flow: column;
  }
  .box-100 .box-image-container,
  .box-100-img-left .box-image-container,
  .box-100-img-right .box-image-container {
    padding-top: 75%;
    width: 100%;
  }
  .box-100,
  .box-100-img-left,
  .box-100-img-right {
    width: 100%;
  }
  .box-100 .box-content,
  .box-100-img-right .box-content,
  .box-100-img-left .box-content {
    width: 100%;
    padding: 20px;
  }
  section.full .box-33-text-img,
  section.standard .box-33-iframe-modal {
    width: 100%;
    margin: 15px 0;
  }
  .box-33-link .box-image-container {
    padding-top: 42.5% !important;
    background-size: 275px !important;
  }
  .box-50-link .box-image-container {
    padding-top: 50% !important;
    background-size: 275px !important;
  }
  /* .box-33-link:hover {
    transform: scale(1);
  } */
  section.full .box-25-text-img,
  section.standard .box-25-text-img {
    width: 48%;
    margin: 1%;
  }
  .box-50,
  .box-50-text,
  section.full .box-50,
  section.full .box-50-text,
  section.standard .box-50,
  section.standard .box-50-text {
    width: 100%;
    margin: 0;
  }
  .box-33-iframe-modal,
  section.full .box-33-text-img,
  .box-33-iframe-modal,
  section.standard .box-33-text-img {
    width: 50%;
    width: calc(50% - 50px);
    margin: 25px;
  }
  section.full .box-33-link,
  section.standard .box-33-link {
    width: 90%;
    margin: 2.5% 5%;
  }
  .box-33-iframe-modal .box-content:before {
    font-family: "Font Awesome 5 Free";
    content: "\f144";
    position: absolute;
    left: 50%;
    left: calc(50% - 15px);
    font-size: 30px;
    top: 20px;
  }
  section.full .box-50-link,
  section.standard .box-50-link {
    width: 90%;
    margin: 2.5% 5%;
  }
  .box-33-iframe-modal .box-image-container,
  .box-50 .box-image-container {
    border-radius: 0;
  }
  .box-50-text {
    width: 100%;
    border-radius: 0;
    margin: 0 !important;
  }
  .box-50-text .box-content {
    padding: 25px 20px;
  }
  .box-33-iframe-modal .box-content {
    text-align: center;
    padding: 60px 25px 15px 25px;
  }
  section.standard .box-100,
  section.standard .box-100-img-right,
  section.standard .box-100-img-left {
    width: 100%;
    margin: 15px 0;
  }
  section.standard .box-100,
  section.standard .box-100-img-right,
  section.standard .box-100-img-left,
  section.standard .box-25-text-img,
  section.standard .box-33-iframe-modal,
  section.standard .box-33-text-img,
  section.standard .box-33-link,
  section.standard .box-50-link,
  section.standard .box-50,
  section.standard .box-50-text,
  section.standard .box-100-text {
    border: none;
  }
  section.standard .box-image-container {
    /* border-radius: 0; */
  }
  .text-slide h1 {
    font-size: 26px;
    text-shadow: 0.5px 0.5px 0 rgb(223, 227, 229),
      1.8px 1.8px 0 rgba(0, 0, 0, 0.25);
  }
  .box-33-link .box-content {
    padding: 0 25px 50px 25px;
  }
  .box-33-text-img {
    width: 40%;
  }
  .box-40-image-right {
    width: 100%;
    padding: 20px 1%;
    display: flex;
    flex-direction: column-reverse;
  }
  .box-40-image-right .box-content {
    width: 100%;
    padding: 20px;
  }
  .box-40-image-right .box-image-container {
    width: 100%;
    min-height: 200px;
  }
  .box-60-img-right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .box-60-img-right .box-content {
    width: 100%;
    padding: 2.5% 5%;
    /* min-height: 30vh; */
  }
  .box-60-img-right .box-image-container {
    width: 100%;
  }
  /* newslist */
  /* news list */
  .box-33-news-list {
    /* flex-direction: column; */
    flex-direction: column;
  }
  .box-date {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 120px;
    background-color: #90c49f;
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .box-spacer {
    height: 25px;
  }
  .box-33-img-background {
    width: 100%;
    margin: 0;
    position: relative;
    background-color: transparent !important;
    padding: 20px;
  }
  .box-33-news .box-content {
    min-height: unset !important;
  }
  .box-100-transparent {
    min-height: unset !important;
    padding: 20px;
    padding-top: 0;
  }

  .box-50-swish {
    margin: 0 !important;
    width: calc(100%);
    border-radius: 0;
    border-radius: 0 0 50px 50px;
  }
  .box-100-transparent .box-content h2 {
    font-size: 26px;
  }

  .box-50-swish .box-content .item-action a span {
    font-size: 24px;
  }
  .box-50-swish .box-content .item-action a {
    margin: 0px 10px;
    padding: 7.5px 25px;
  }
  .box-50-swish .box-content {
    padding: 10px;
    padding-bottom: 50px;
  }
  .box-33-text-round .box-content h2 {
    font-size: 48px;
    /* font-weight: normal; */
  }
  .box-100-transparent .box-content p {
    font-size: 20px;
    font-weight: normal;
  }
  .box-slider-image-block .box-content h1 {
    font-size: 32px;
  }
  .menu-container {
    padding: 0 20px !important;
  }
  .box-slider-image-block .box-content {
    padding: 20px;
  }
  .heading-left {
    padding: 0 20px;
  }
  section.full .heading-left {
    padding: 00px 20px;
  }
  section.section-function > div {
    padding: 20px 0px !important;
  }
  .box-100-img-right .box-image-container {
    margin-left: 0px;
  }
  .box-25-employee {
    width: calc(100% - 30px);
  }
  .box-33-employee {
    width: calc(100% - 30px);
  }
  .box-100-link .box-content::after {
    left: 0;
  }
  .box-100-link .box-content {
    padding-left: 70px;
  }
  .box-100-link .box-content h2 {
    font-size: 26px;
  }
  section.top .box-100-text .box-content h1 {
    font-size: 48px;
  }
  .box-33-text {
    width: calc(100% - 40px);
    margin: 20px;
  }
  .box-25-text {
    width: calc(100% - 40px);
    margin: 20px;
  }
  .box-100-img-left .box-content {
    margin-left: 00px;
  }
  .box-100-img-right .box-content {
    margin-right: 00px;
  }
  .box-100-text-center .box-content h2 {
    font-size: 32px;
  }
  .box-20 {
    width: calc(50% - 40px);
    margin-left: 20px;
  }
  .box-20-partner {
    margin-left: 20px;
  }
  body.main-page .box-50-text {
    border-radius: 0;
    margin: 0 !important;
  }
  body.main-page .box-50-text .box-content {
    padding: 25px !important;
    padding-top: 50px !important;
    text-align: center;
  }
  body.main-page .box-50-text .box-content h2 {
    font-size: 40px;
  }
  .box-33-img-background .box-image-container {
    padding-top: 55%;
  }
}

@media all and (max-width: 550px) {
  .box-100-img-left-60 .box-image-container img,
  .box-100-img-right-60 .box-image-container img {
    width: 250px;
    height: 250px;
  }

  .box-slider-image-block .box-content h2 {
    font-size: 24px;
  }

  .box-slider-image-block .box-content > div p,
  .box-slider-image-block .box-content > div:not(.item-action) span {
    font-size: 16px;
  }

  .box-33-iframe-modal,
  section.full .box-33-text-img,
  .box-33-iframe-modal,
  section.standard .box-33-text-img {
    width: 100%;
    width: calc(100% - 50px);
    margin: 25px;
  }
  section.board-member-section > div {
    padding: 25px 2%;
  }
  section.board-member-section .box-100-text .box-content {
    padding: 0 1% !important;
  }
  section.section-text > div .section-text-wrapper img {
    height: auto;
    max-width: 200px;
  }
  .template-box-50-img-left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .template-box-50-img-left .box-image-container {
    width: 100%;
    padding: 4% 4%;
  }
  .template-box-50-img-left .box-content {
    width: 100%;
    padding: 4% 4%;
  }
  .iframe-video-container-50 {
    width: 100%;
    min-height: 200px;
  }
  .box-33-link .box-image-container {
    padding-top: 40% !important;
    background-size: 225px !important;
  }
  .box-50-link .box-image-container {
    padding-top: 40% !important;
    background-size: 225px !important;
  }
  .box-100-text .box-content {
    padding: 10%;
  }
  .box-100-text-center .box-content {
    padding: 10%;
  }
  .box-25-text-img {
    width: 100%;
    margin: 15px 0;
  }
  .box-25-text-img .box-image-container {
    border-radius: 0;
  }
  section.standard .box-25-text-img,
  section.full .box-25-text-img {
    width: 100%;
    margin: 15px 0;
  }
  .box-50 .box-image-container {
    padding-top: 55%;
  }
  .box-33-text-img .box-image-container {
    padding-top: 55%;
  }
  .box-33-text-img {
    width: 100%;
  }
  .box-33-link .box-image-container {
    padding-top: 55%;
  }
  .box-50-link .box-image-container {
    padding-top: 55%;
  }
  .box-25-text-img .box-image-container {
    padding-top: 55%;
  }
  .btn-white,
  .btn-red,
  .btn-orange,
  .btn-trans,
  .btn-red-trans,
  .btn-beige {
    padding: 7.5px 20px;
    font-size: 16px;
    border-radius: 50px;
  }
 
  .box-100 .box-content,
  .box-100-img-right .box-content,
  .box-100-img-left .box-content,
  .box-25-text-img .box-content,
  .box-33-text-img .box-content,
  .box-33-link .box-content,
  .box-50-link .box-content,
  .box-50 .box-content,
  .box-100-text-center .box-content,
  .box-100-text .box-content {
    padding: 25px 20px 25px !important;
    /* text-align: left !important; */
  }
  section.section-text > div .section-text-wrapper {
    padding: 50px 25px !important;
  }
  .box-50-link .box-content,
  .box-33-link .box-content {
    padding: 25px !important;
  }
  .quote-content {
    width: 100%;
    margin: 0;
  }
  .text-slide h1 {
    font-size: 22px;
    text-shadow: 0.4px 0.4px 0 rgb(223, 227, 229),
      1.6px 1.6px 0 rgba(0, 0, 0, 0.25);
  }
  .box-50-img-left .box-image-container {
    width: 100%;
  }
  .box-50-img-left .box-content {
    width: 100%;
  }
  .box-60-img-right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .box-60-img-right .box-content {
    width: 100%;
    padding: 25px;
    /* min-height: 30vh; */
  }
  .box-60-img-right .box-image-container {
    width: 100%;
    /* background-size: contain; */
    /* background-position: initial; */
    /* min-height: 60vh; */
  }
  .box-40 {
    display: block;
  }
  .box-40 .box-content {
    padding: 5%;
    width: 100%;
  }
  .box-40 .box-content .actions {
    margin: 0;
  }
  .box-40 .box-image-container {
    width: 100%;
    min-height: 175px;
  }
  .box-40-image-right {
    width: 100%;
    padding: 20px 1%;
    display: flex;
    flex-direction: column-reverse;
  }
  .box-40-image-right .box-content {
    width: 100%;
    padding: 20px;
  }
  .box-40-image-right .box-image-container {
    width: 100%;
    min-height: 200px;
  }
  .box-40-oneline {
    width: 100%;
  }
  .box-50-img-left {
    width: 100%;
    display: block;
  }
  .box-50-img-left .box-image-container {
    width: 100%;
  }
  .box-50-img-left .box-content {
    width: 100%;
  }
  .box-50-img-left .box-content .actions {
    margin: 0;
  }
  .box-50-big-title h2 {
    font-size: 55px;
  }
  .box-50-img-left .box-image-container h1 {
    text-align: center;
    font-size: 40px;
    line-height: 30px;
  }
  .box-50-img-left .box-image-container {
    padding-top: 60%;
  }
  .box-33-iframe-modal {
    width: 100%;
    width: calc(100% - 50px);
    margin: 0 25px 25px;
  }
  /* newslist */
  /* news list */
  .box-33-news-list {
    /* flex-direction: column; */
    flex-direction: column;
  }
  .box-date {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 120px;
    background-color: #90c49f;
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .box-slider-image-block .box-content > div.item-action {
    /* padding-top: 10px; */
  }
  .box-slider-image-block .box-image-container {
    padding-top: 100%;
  }
  .box-50-swish .box-content .item-action a {
    padding: 10.5px 12px;
    margin: 0px 8px;
  }
  .box-20 {
    width: calc(100% - 40px);
  }

  .box-33-img-background .box-content {
    padding: 0 20px;
  }
  .box-20-partner .box-image-container {
    padding-top: 100%;
  }
}
@media all and (max-width: 400px) {
  .box-slider-image-block .box-content h1 {
    font-size: 26px;
  }
  .box-33-img-background {
    margin: 40px 0;
  }
  .box-50-swish .box-content .item-action a {
    margin: 0px 7px;
    padding: 7.5px 10px;
  }
  .box-50-swish .box-content .item-action a span {
    font-size: 16px;
  }
   .box-20-partner .box-image-container {
    padding-top: 110%;
  }
}
