#sp-main-body {padding:0px;}

#modal-menu .modules-wrapper .sp-contact-info > li {
  margin-bottom: 0px;
}
#sp-header {
  background: transparent;
  box-shadow: none;
}
.fooldal-style #sp-main-body {
  margin-top: -60px;
}

.burger-icon>span{
    background-color: #d02929 !important;
}


.article-full-image.item-image.float-left {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-top: -60px;
}
.article-details {
  padding: 0 15% 50px;
}
.article-details .article-full-image img {border-radius:0;}


.blog .col-lg-4 {
  display: flex;
}
.blog .col-lg-4 .article {
    display: flex;
    flex-direction: column;
   /* height: 100%;*/
}

.blog .col-lg-4 .article-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog .col-lg-4 .article-introtext {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog .col-lg-4 .readmore {
    margin-top: auto;
}



/* Large Display */
/* @media (min-width: 1200px) */

/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) {

}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {

}
	
/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {

}

/* Smartphones */
@media only screen and (max-width: 480px) {

}
