/*
---------------------------------------------------------
Dekorationer
--------------------------------------------------------- */

/*
---------------------------------------------------------
KNAPPAR
--------------------------------------------------------- */

.lp-colored-buttons {
  display: flex;

  justify-content: space-between;
}

.lp-colored-buttons > .sv-layout {
  margin-right: 3rem;
}

.lp-colored-buttons > .sv-layout:last-child {
  margin-right: 0;
}

.lp-colored-buttons .lp-button-orange.sv-layout,
.lp-colored-buttons .lp-button-red.sv-layout,
.lp-colored-buttons .lp-button-green.sv-layout {
  flex-basis: calc(33.33% - 20px);
  flex-grow: 2;
}

.lp-content .lp-button-orange.sv-layout .sv-text-portlet a:hover,
.lp-content .lp-button-green.sv-layout .sv-text-portlet a:hover,
.lp-content .lp-button-red.sv-layout .sv-text-portlet a:hover {
  background: none;
}

.lp-button-orange.sv-layout .sv-text-portlet a > img,
.lp-button-green.sv-layout .sv-text-portlet a > img,
.lp-button-red.sv-layout .sv-text-portlet a > img {
  display: none;
}

/*
---------------------------------------------------------
ORANGE KNAPP
--------------------------------------------------------- */

.lp-button-orange.sv-layout {
  align-items: center;
  background: #d25a1e;
  background-image: url(/images/18.678f9c51170f3914d72323b/1585216092319/orange.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 9.2rem;
  padding: 0;

  justify-content: center;
}

.lp-button-orange.sv-layout .sv-text-portlet {
  max-width: 90%;
}

.lp-button-orange.sv-layout a {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-decoration: none;
  text-transform: uppercase;
}

.lp-button-orange.sv-layout p.normal {
  margin-bottom: 0;
}

/*
---------------------------------------------------------
GRÖN KNAPP
--------------------------------------------------------- */

.lp-button-green.sv-layout {
  align-items: center;
  background: #3cbeb4;
  background-image: url(/images/18.678f9c51170f3914d72323a/1585216092309/green.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 9.2rem;
  padding: 0;
  text-align: center;

  justify-content: center;
}

.lp-button-green.sv-layout .sv-text-portlet {
  max-width: 90%;
}

.lp-button-green.sv-layout a {
  color: #fff;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-decoration: none;
  text-transform: uppercase;
}

.lp-button-green.sv-layout p.normal {
  margin-bottom: 0;
}

/*
---------------------------------------------------------
RÖD KNAPP
--------------------------------------------------------- */

.lp-button-red.sv-layout {
  align-items: center;
  background: #e13241;
  background-image: url(/images/18.678f9c51170f3914d72323c/1585216092330/red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 9.2rem;
  padding: 0;

  justify-content: center;
}


.lp-button-red.sv-layout .sv-text-portlet {
  max-width: 90%;
}

.lp-button-red.sv-layout a {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-decoration: none;
  text-transform: uppercase;
}

.lp-button-red.sv-layout p.normal {
  margin-bottom: 0;
}
