a {
  color: #c71019;
}
a .Billigere .rejser{
   color: #c71019;
}
.contact p{
  color: #3c4656;
}
.contact p a{
  color: #c71019;
}
a.checkPriceButton{
    color: #fff;
}
a.showMoreButton {
  color: #fff;
}
.processCard.first p a{
  color: #c71019;
}
.subcontent_container a{
  color: #c71019;
}
a:hover {
/*  color: #00a749;
  color:blue;*/
  color: yellow;
}

img {
  max-width: 100%;
}

#top {
  padding: 25px 0 10px 0;
  display: flex;
  align-items: center;
}

.top_menu_wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.top_menu_wrapper .langs a {
  margin-left: 10px;
  opacity: 0.7;
}
.top_menu_wrapper .langs a:hover, .top_menu_wrapper .langs a.active {
  opacity: 1;
}

#main_logo > img {
  max-width: 180px;
}

#logo_container {
  height: auto;
}
#logo_container a {
  margin: -23px 0 0 0;
}

.top_menu a, .left_menu a {
  padding: 5px;
}

.callButton2 {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  width: 361px;
  height: 73px;
  box-shadow: 0 2px 8px rgba(3, 5, 5, 0.09);
  background-image: linear-gradient(90deg, rgba(255,22,31,1) 0%, rgba(194,16,24,1) 100%);
  border-radius: 40px;
  padding-top: 0;
  padding-left: 62px;
  margin-left: 47px;
  transition: 0.5s;
}
.callButton2 span {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 2.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 50px;
}
.callButton2:after {
  content: "";
  position: absolute;
  left: 18px;
  display: inline-block;
  width: 48px;
  height: 63px;
  background-image: url("/css/default/images/phone.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: none;
}
.callButton2:before {
  content: "";
  display: inline-block;
  width: 88px;
  height: 88px;
  box-shadow: 0 2px 8px rgba(3, 5, 5, 0.09);
  background-image:linear-gradient(90deg, rgba(255,22,31,1) 0%, rgba(194,16,24,1) 100%);
  position: absolute;
  left: 0;
  top: -8px;
  border-radius: 88px;
  padding: 13px 20px 12px 20px;
}
.callButton2:hover {
  filter: hue-rotate(20deg);
}

.playpause {
  cursor: pointer;
}

.priceTextBox p {
  letter-spacing: 1px;
  padding-right: 35px;

}
.priceTextBox strong{
  color: #fff;
}
.videoMiniBox:hover {
  cursor: pointer;
}

#footer .ssiFooterLogo {
  text-align: right;
}
#footer .ssiFooterLogo a {
  color: #000;
}
#footer .ssiFooterLogo a:hover {
  color: #ff0000;
}
#footer .ssiFooterLogo img {
  margin-left: 10px;
}

.contactInfo p a {
  color: #c71019;
  font-weight: 700;
}
.contactInfo p a:hover {
  color: #e7655e;
}

.bottomLogos a:last-of-type svg {
  margin-left: 10px;
}
.bottomLogos a:hover svg {
  fill: #e7655e;
}
.bottomLogos a svg {
  transition: fill 0.3s;
  fill: #c71019;
}

.newsletterBox a:hover {
  color: #f00;
}

.frontImage {
  min-height: 510px;
}
.frontImage .bx-wrapper {
  max-width: 640px !important;
}

.backgroundPrice .imgBackgroundPrice {
  min-height: 460px;
  width: 688px;
  display: block;
}

.processCard.first p {
  color: #3c4656;
  font-size: 21px;
}

.processCard a.showMoreButton {
  text-transform: uppercase;
}

.processCard.last ul {
  margin-top: 15px;
}
.processCard.last ul li {
  font-size: 14px;
}

.mapText .checkPriceButton {
  text-transform: uppercase;
}

.mapText h2 {
  font-size: 34px;
  line-height: 1.4;
  padding-right: 50px;
}

#sek7-1 {
  margin-top: 10vw;
}
#sek7-1 p {
  padding: 0 10vw;
  font-size: 22px;
}

.serviceWrapper {
  display: flex;
  align-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.serviceWrapper .serviceBox {
  width: 17%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2vw;
  position: relative;
}
.serviceWrapper .serviceBox .serviceBoxTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
  padding: 10px;
}
.serviceWrapper .serviceBox:hover .serviceBoxTitle {
  opacity: 0;
}
.serviceWrapper .serviceBox:hover .serviceBoxHover {
  opacity: 1;
}
.serviceWrapper .serviceBox .serviceBoxImages {
  padding: 0;
}
.serviceWrapper .serviceBox .serviceBoxHover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  opacity: 0;
  line-height: 1.7;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 1499px) {
  .serviceWrapper .serviceBox .serviceBoxHover p {
    font-size: 10px;
  }
}
@media screen and (max-width: 991px) {
  .serviceWrapper .serviceBox .serviceBoxHover p {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .serviceWrapper .serviceBox .serviceBoxHover p {
    font-size: 10px;
  }
}
@media screen and (max-width: 575px) {
  .serviceWrapper .serviceBox .serviceBoxHover p {
    font-size: 8px;
  }
}


.mapWrapper {
  background: #f5151e;
}

#sub_container iframe {
  width: 100%;
  height: 30vw;
}

/*MW*/
#sek6 .headers, #sek4 .headers {
  text-align: center;
  float: none;
  margin-top: 100px;
}

#sek4 .backgroundPrice {
  margin-top: 50px;
}

#sek6 .mapWrapper {
  margin-top: 50px;
}

#sek6 .headers hr.shortBlue, #sek4 .headers hr.shortBlue {
  margin: 0 auto;
}

#sek6 .headers h2, #sek4 .headers h2 {
  color: #3c4656;
  font-size: 3.21rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 0;
}

.form.last-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form.last-row .checkbox input {
  margin: 3px 0 0 -20px;
}
.form.last-row .checkbox a {
  font-size: inherit;
  padding-left: 3px;
}

.subSiteHeader {
  background-image: url(/css/default/images/subsiteHero.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1919px) {
  #main_logo > img {
    max-width: 150px;
  }

  .heroSection h1 {
    margin-bottom: 35px;
  }

  .top_menu {
    padding: 15px;
  }

  #top_menu > li > a {
    font-size: 14px;
    padding-right: 0;
  }

  .callButton2 span {
    font-size: 25px;
  }

  .welcomeToBox h2 {
    color: #3c4656;
    font-size: 28px;
  }

  .welcomeToBox p {
    margin-top: 25px;
    font-size: 20px;
  }

  .welcomeToBox {
    padding-right: 50px;
  }

  .videoBox .backgroundImage {
    max-width: 55vw;
  }

  .frontImage {
    min-height: 510px;
    width: 100%;
    margin: 0 auto;
  }

  .videoBox {
    padding-left: 15px;
  }

  #sek3 {
    margin-top: 50px;
  }

  .backgroundPrice .imgBackgroundPrice {
    min-height: unset;
    width: 40%;
    height: auto;
  }

  .priceTextWrapper {
    margin-left: 50vw;
    margin-top: 30px;
    display: flex;
  }

  .priceTextBox p {
    font-size: 22px;
  }

  .mapText h2 {
    font-size: 28px;
  }

  .mapText .checkPriceButton {
    margin-top: 33px;
  }

  #sek7-1 {
    margin-top: 15vw;
  }

  #sek8 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1499px) {
  #main_logo > img {
    max-width: 130px;
  }

  .top_menu_wrapper {
    justify-content: space-between;
    padding-right: 15px;
  }

  #top_menu > li > a {
    font-size: 13px;
    padding-right: 0;
  }

  .langs {
    max-width: 120px;
    display: flex;
  }

  .top_menu_wrapper .langs a {
    margin-left: 5px;
  }

  .heroSection h1, .heroSection h1 span {
    font-size: 32px;
    line-height: 1.3;
  }

  #main_container h1::after {
    left: 110px;
    width: 80px;
    bottom: -10px;
    height: 60px;
  }

  .callButton2 {
    width: 270px;
    height: 50px;
    margin: 0;
  }

  .callButton2 span {
    font-size: 18px;
  }

  .callButton2:before {
    width: 70px;
    height: 70px;
  }

  .callButton2 span {
    margin-left: 20px;
    font-size: 20px;
  }

  .callButton2:after {
    width: 32px;
  }

  .welcomeToBox p {
    font-size: 18px;
  }

  .frontImage {
    min-height: unset;
  }

  #sek3 {
    margin-top: 80px;
  }

  #sek3 .headers h2, #sek4 .headers h2, #sek5 .headers h2, #sek6 .headers h2 {
    font-size: 28px;
  }

  .heroSection h1 {
    margin-bottom: 35px;
    margin-top: 30px;
  }

  .heroSection h1, .heroSection h1 span {
    margin-left: 0;
  }

  .welcomeToBox {
    padding-right: 50px;
  }

  .serviceWrapper .serviceBox .serviceBoxImages {
    max-width: 75%;
  }

  .serviceWrapper .serviceBox {
    height: 220px;
  }

  .priceTextBox p {
    font-size: 18px;
  }

  .backgroundPrice {
    min-height: 325px;
  }

  #sek5 {
    margin-top: 105px;
  }

  #sek5 .headers hr.shortBlue {
    margin-bottom: 50px;
  }

  .cardsWrapper {
    margin-top: 70px;
  }

  .processCard.first p {
    font-size: 18px;
  }

  .processCard a.showMoreButton {
    width: 250px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 30px;
  }

  .mapText h2 {
    font-size: 22px;
  }

  .mapText .checkPriceButton {
    margin-top: 15px;
    margin-left: 0;
  }

  .videoMiniBoxWrapper h2 {
    font-size: 28px;
  }

  #sek7 {
    margin-top: 130px;
  }

  #sek7-1 p {
    padding: 0 10vw;
    font-size: 18px;
    line-height: 1.4;
  }

  .welcomeToBox {
    padding-left: 15px;
  }

  .backgroundPrice .imgBackgroundPrice {
    left: 15px;
  }

  .priceTextWrapper {
    margin-left: 43vw;
  }

  .bottom_menu_wrapper {
    margin-top: 160px;
  }

  .videoMaxWrapper {
    text-align: left;
    margin-left: 15px;
  }

  .top_menu {
    width: calc(100% - 140px);
  }

  .subSiteHeader {
    padding-left: 15px;
  }

  .subcontent_container {
    padding-right: 15px;
  }

  #sub_container p {
    font-size: 15px;
    line-height: 1.6;
  }

  #main_logo > img {
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  #top_menu > li > a {
    font-size: 10px;
  }

  #top_menu .sub_menu > li > a {
    font-size: 12px;
  }

  #sek2 {
    margin-top: 60px;
  }

  .backgroundPrice .imgBackgroundPrice {
    transform: unset;
    top: -30px;
  }

  .priceTextWrapper {
    flex-wrap: wrap;
  }

  .priceTextBox {
    width: 100%;
    float: none;
  }

  .processCard.last {
    padding: 30px;
    height: auto;
    margin-top: 50px;
  }

  .mapWrapper {
    margin-top: 50px;
  }

  .mapText h2 {
    font-size: 18px;
    margin-top: 40px;
  }

  .mapText .checkPriceButton {
    font-size: 16px;
  }

  .videoMaxWrapper {
    margin-left: 0;
  }

  .videoMiniBox {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 48%;
  }

  img.miniPlayButton {
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    max-width: 40px;
  }

  .videoBG {
    left: -15px;
  }

  #sek7 {
    margin-top: 130px;
    overflow: hidden;
  }

  #sek7-1 {
    margin-top: 80px;
  }

  #sek8 {
    margin-top: 0;
  }

  .videoMiniBoxWrapper h2 {
    font-size: 28px;
    text-align: center;
  }

  ul#bottom_menu .sub_menu > .bottom_menu_item > a {
    font-size: 14px;
  }

  .contactInfo p {
    font-size: 14px;
  }

  .newsletterWrapper .newsletterBox {
    width: 621px;
    left: calc((100vw - 621px) / 2);
  }

  #sub_container .subSiteHeader h1 {
    font-size: 30px;
    padding: 25px 0;
  }

  .subcontent_container a {
    font-size: 15px;
  }

  #sub_container iframe {
    height: 50vw;
  }
}
@media screen and (max-width: 991px) {
  #top_menu_lnk {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    top: 24px;
    right: 15px;
    z-index: 1;
  }

  #top_menu_lnk span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #c71019;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #top_menu_lnk span:nth-child(1) {
    top: 0px;
  }

  #top_menu_lnk span:nth-child(2), #top_menu_lnk span:nth-child(3) {
    top: 9px;
  }

  #top_menu_lnk span:nth-child(4) {
    top: 18px;
  }

  #top_menu_lnk.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #top_menu_lnk.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #top_menu_lnk.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #top_menu_lnk.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .heroSection h1, .heroSection h1 span {
    margin: 0;
  }

  .heroSection h1 {
    padding: 15px 0;
  }

  .callButton2 {
    margin-top: 15px;
  }

  #main_container h1::after {
    bottom: 0;
  }

  #top {
    position: relative;
    top: 0;
    margin: 15px 0;
  }

  #top #logo_container {
    padding: 0;
  }

  #top_menu_grey {    background: #3ea2e4;
   background-image: linear-gradient(90deg, rgba(255,22,31,1) 0%, rgba(194,16,24,1) 100%);
    position: absolute;
    top: 82px;
    width: calc(100% + 30px);
    z-index: 999;
    left: -110%;
    height: calc(100vh - 82px);
  }
  #top_menu_grey.open {
    left: -15px;
    overflow-y: auto;
  }
  #top_menu_grey .top_menu {
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  #top .top_menu li {
    margin-bottom: 5px;
  }

  #top .top_menu a {
    color: white;
    font-size: 20px;
  }

  .top_menu .top_menu {
    padding-top: 20px;
    padding-left: 20px;
  }

  #top .top_menu a:hover, #top .top_menu a.active, #top .top_menu a.active-sub {
    color: #fff;
  }

  .top_menu .sub_menu {
    position: static;
  }

  .top_menu .sub_menu.hide_menu {
    display: none;
  }

  .top_menu .sub_menu {
    position: static;
    box-shadow: none;
    max-height: 1000px;
    display: block;
    padding: 10px;
    margin: 0;
  }

  .top_menu .sub_menu li a {
    font-size: 18px;
    letter-spacing: 0.8px;
  }

  .top_menu .sub_menu {
    padding: 5px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.4);
    border-color: #3ea2e4;
    display: none;
  }
  .top_menu .sub_menu.active_menu {
    display: block;
  }

  .top_menu li.sub {
    text-align: left;
  }

  .langs {
    max-width: 160px;
    display: flex;
    position: absolute;
    top: 25px;
    right: 15px;
  }

  .serviceWrapper .serviceBox .serviceBoxName {
    font-size: 10px;
    margin-top: 25px;
  }

  .serviceWrapper .serviceBox {
    height: 150px;
  }
  .serviceWrapper .serviceBox img {
    max-height: 50px;
  }

  .backgroundPrice {
    min-height: unset;
    padding-bottom: 20px;
  }

  .priceTextBox {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .processCard.first {
    padding: 30px 44px 80px 28px;
    height: auto;
  }

  .mapText {
    padding-bottom: 30px;
  }

  .videoBG {
    display: none;
  }

  .videoMaxWrapper {
    margin: 0;
  }

  #sek7 {
    margin-top: 80px;
  }

  .videoMiniBoxWrapper {
    margin-top: 50px;
    max-width: unset;
  }

  .videoMiniBox {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .videoMiniBoxWrapper hr.shortBlue {
    margin: 0 auto 30px auto;
  }

  .newsletterWrapper .backgroundImage {
    height: 270px;
  }

  .contactInfo p {
    font-size: 12px;
  }

  ul#bottom_menu .sub_menu > .bottom_menu_item > a {
    font-size: 12px;
  }

  #sub_container .subSiteHeader h1 {
    font-size: 28px;
  }

  .subSiteHeader {
    min-height: unset;
  }

  #sub_container .top_menu_wrapper {
    padding: 0 15px;
  }

  #sub_container .langs {
    right: 35px;
  }

  .subcontent_row {
    margin-top: 50px;
  }

  #sub_container h2, #sub_container h3, #sub_container h4 {
    margin: 30px 0 10px 0;
  }
  #sub_container #top #logo_container {
    margin-left: 15px;
  }

  .subcontent_image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .heroSection h1, .heroSection h1 span {
    font-size: 16px;
  }

  #main_container h1::after {
    left: 60px;
    width: 80px;
    bottom: 0px;
    height: 40px;
  }

  .callButton2 {
    width: 180px;
    height: 40px;
  }

  .callButton2 span {
    font-size: 12px;
  }

  .callButton2:before {
    width: 50px;
    height: 50px;
    left: -5px;
    top: -5px;
  }

  .callButton2:after {
    width: 24px;
    left: 8px;
    top: -12px;
  }

  .callButton2 span {
    margin-left: -5px;
    font-size: 13px;
  }

  .welcomeToBox h2 {
    font-size: 22px;
  }

  .welcomeToBox p {
    font-size: 15px;
    margin-top: 15px;
  }

  .videoBox {
    margin-top: 60px;
  }

  .serviceWrapper {
    margin-top: 30px;
  }

  .serviceWrapper .serviceBox {
    width: 46%;
  }

  .backgroundPrice .imgBackgroundPrice {
    width: 100%;
    position: static;
  }

  .backgroundPrice {
    padding: 0 0 30px 0;
  }

  .priceTextWrapper {
    margin-left: 15px;
    margin-top: 0;
  }

  .priceTextBox p {
    font-size: 16px;
    padding-right: 15px;
  }

  .processCard {
    margin-top: 30px;
  }

  #sek5 .headers hr.shortBlue {
    margin-bottom: 10px;
  }

  .cardsWrapper {
    margin-top: 0;
  }

  .mapText h2 {
    padding: 15px 0;
    margin: 0;
  }

  #sek7 a.showMoreButton {
    width: 200px;
    font-size: 14px;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .videoMiniBox {
    width: 48%;
  }

  #sek7-1 {
    margin-top: 50px;
  }

  #sek7-1 p {
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
  }

  .newsletterWrapper .newsletterBox {
    width: 420px;
    left: calc((100vw - 440px) / 2);
  }

  .newsletterBox .headers h3 {
    font-size: 16px;
  }

  .newsletterBox .headers h2 {
    font-size: 30px;
  }

  .newsletterBox .headers hr {
    width: 80px;
  }

  ul#bottom_menu li.bottom_menu_item {
    text-align: left;
  }

  #footer .companyLogosList {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #footer .companyLogosList a {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    width: 18%;
    align-items: center;
  }

  .totop {
    bottom: 25px;
    right: 15px;
  }

  #sek3 .headers h2, #sek4 .headers h2, #sek5 .headers h2, #sek6 .headers h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .heroSection h1 {
    padding: 5px 0;
  }

  .newsletterWrapper .newsletterBox {
    width: 300px;
    left: calc((100vw - 300px) / 2);
  }

  #top_menu_grey {
    left: -130%;
  }

  #top .top_menu a {
    font-size: 14px;
  }

  #main_container h1::after {
    display: none;
  }

  .cardsWrapper {
    padding: 0;
  }

  .processCard.first {
    padding: 20px 20px 80px 20px;
  }

  .processCard a.showMoreButton {
    width: 180px;
    margin-left: 0;
  }

  .processCard.first p {
    font-size: 16px;
  }

  .processCard.last {
    padding: 15px;
  }

  .mapText h2 {
    font-size: 15px;
  }

  .mapText .checkPriceButton {
    font-size: 14px;
    border: 3px solid white;
  }

  .videoMiniBoxWrapper h2 {
    font-size: 22px;
  }

  #sek7-1 p {
    font-size: 14px;
    line-height: 1.4;
  }

  .newsletterWrapper .backgroundImage {
    height: 130px;
  }

  .newsletterWrapper .newsletterBox {
    margin-top: 100px;
  }

  .bottom_menu_wrapper {
    margin-top: 60px;
  }

  #sub_container .subSiteHeader h1 {
    font-size: 22px;
  }

  #sub_container h2, #sub_container h3, #sub_container h4 {
    font-size: 20px;
  }
  #sub_container h3 {
    font-size: 19px;
  }
  #sub_container h4 {
    font-size: 18px;
  }

  #sub_container p {
    font-size: 14px;
    line-height: 1.5;
  }

  .res-gallery-img {
    width: 50%;
  }

  .subcontent_container a {
    font-size: 14px;
  }

  .semi {
    width: 100%;
  }

  #form_contact2 .input, #form_contact2 .textarea, #form_contact2 .select {
    width: 100%;
    padding: 2%;
    margin: 7px 0;
  }

  .newsletterWrapper .newsletterBox .contact p b {
    display: block;
  }

  .newsletterWrapper .newsletterBox .contact p a {
    display: block;
  }

  .newsletterWrapper {
    position: relative;
    height: 538px;
  }
}

/*# sourceMappingURL=layout2.css.map */
