.rader {
    border: 1px solid rgb(204, 204, 204);
    background-color: #f7f7f7; padding: 2%;
    }


#root {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#root > section {
    flex: 1
}


.sp-effect-card {
    flex-direction: column;
}
.sp-dropdown .sp-required label:after {
  content: '*';
    color: red;
  position: relative;
  left:5px;
  
  display: inline-block;
}
.sp-required label:first-child:after {
  content: '*';
    color: red;
  position: relative;
  left:5px;
  
  display: inline-block;
}

.ejQnLw {
    padding-top: 0px !important;
}

.kpEkFU {
    padding-top: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

a:hover {
    text-decoration: none;
}

.footer-section:first-child {
    text-align: left !important;
    background-color: #eeeeee;
}
.footer-section:last-child {
    background-color: #037BC8;
    color: #F5F5F5;
}

.footer-section:last-child h3 {
    margin: 16px 0;
    text-transform: uppercase;
    font-size: 16px;
}

.footer-section:last-child p {
    font-size: 13px;
    margin: 0;
}

.footer-section > .container {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-section:first-child > .container > div {
    width: 100%;
    /* flex: 1; */
}
.footer-section > .container > div:not(:last-child) {
    margin-bottom: 15px;
}
.footer-section p {
    margin-bottom: 0;
}

body {
    font-family: "Open sans";
    overflow-y: scroll;
    max-width: 100vw;
    overflow-x: hidden;
}


.sp-navbar-desktop {
    font-weight: bold;
    font-size:14px;
    display:flex;
    align-items:flex-end;
    padding-bottom:8px;
}

.sp-navbar-desktop ul {
    font-size: 12px;
}

.sp-search-wrapper > .container > div {
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
    .sp-search-wrapper > .container > div {
        margin: 0 auto;
        width: 690px;
    }

    .footer-section > .container {
        display: flex;
        justify-content: space-between;
    }

    .footer-section > .container > div {
        margin-bottom: 0 !important;
        flex: 1;
    }

    .footer-section > .container > div:not(:last-child) {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

.footer-section a {
    color: inherit;
}

.nav-text {
    font-size: 16px !important;
    font-weight: normal !important;
}

nav img {
    height: 65px !important;
}

.section-menu-icon {
    color: white;
}

.sp-navbar-mobile h4 {
    color: #787878;
}

.sp-categories-card-heading {
    color: #037BC8;
    font-size: 19px;
}
.sp-categories-card-text {
    color: #037BC8;
    font-size: 14px !important;
}

.sp-categories-card:hover {
   background-color: #eee;
   box-shadow: 0 0 90px rgba(33, 33, 33, 2);
   -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
     transform: scale(1.05);
}

.service-row {
    margin-top: 30px;
}

section {
    padding-top:0px !important;
}

/* @media screen and (max-width: 767px) {
  nav div ul{
      display: flex !important;
      flex-flow: column!important;
      list-style: none!important;
      padding-right: 2rem!important;
  }
  nav div {
      margin-left: 1rem !important;
  }
} */

/* Här startar lokala Ystad ändringar */
/* .sp-summary-Dropdown div{font-size: 1rem;}  gör texten lika stor för dropdown i summeringen */



.swedishFlag button {

   background-image: url('https://adte.ystad.se/api/asset/66027800c8057c1e3eec0466') !important;
   background-size: cover;
   border-radius: 0px;
   width:100px !important;
   height:50px !important;
   position: absolute;
right: 60px;
}

.englishFlag button {

   background-image: url('https://adte.ystad.se/api/asset/6602780cc8057c1e3eec0467') !important;
   background-size: cover;
   border-radius: 0px;
   width:100px !important;
   height:50px !important;
   position: absolute;
right: 60px;
}

.sp-summary-component div{font-size: 1rem;} /* Fix för samma textstorek i summeringen*/

.obs {background-color:#fff8c4; margin: 1% 0; padding-top: 3%; font-size: 0.9rem;} 
.ok {background-color:#e9ffd9; margin: 2% 0; padding-top: 3%;} 
.krav {background-color:#e3f7fc; margin: 3% 0; padding-top: 3%;} 
.varning {background-color:#ffecec; margin: 3% 0; padding-top: 3%;} 

.eleginfo {
    border: 1px dashed rgb(204, 204, 204);
    background-color: #f7f7f7; padding: 2% 4% 0% 4%;
    }

.rader {
    border: 1px solid rgb(204, 204, 204);
    background-color: #f7f7f7; padding: 2%;
    }
    .sp-summary h1{margin-top: 5%; width: 50%; background-color: #333; color: white; padding: 1%;}
    .sp-summary hr{display: none;}

/* cafe zäta-css */
.InputTable thead{background-color: rgb(49, 83, 151);}
.InputTable button{background-color: rgb(49, 83, 151); color: white;}
.sp-summary thead{background-color:rgb(150, 150, 150);}
.kundvagn{position: absolute; top: 100px; right: 0; }

.sp-summary h1 { margin-top: 5%;
    margin-bottom: 3%;
    width: 50%;
    background-color: #999;
    color: white;
    padding: 1%;
    border-radius: 5px;
    text-align: center;}

.sp-summary h4,h5 {margin-top: 20px;}

.sp-summary hr{display: none;}

.knapp
{
    color: white;
    overflow: hidden;
    font-size: 1.2em;
    font-weight: bold;
    width: fit-content;
    padding: 10px 30px;
    background-color: rgb(64, 78, 103);
    border-radius: 4px;
    transition: all 250ms ease 0s;
    min-height: 50px;
    margin-bottom: 12px;
    border: 2px solid rgb(0, 102, 153) !important;
}

.HideInPortal {
    display: none;
}
/* Här slutar lokala ändringar */