@font-face {
    font-family: 'GarnettRegular';
    src: url('../fonts/Garnett-Regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/Garnett-Regular.woff') format('woff');
    /* Legacy iOS */
}

@font-face {
    font-family: 'GarnettLight';
    src: url('../fonts/Garnett-Light.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/Garnett-Light.woff') format('woff');
    /* Legacy iOS */
}


body,
p {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #181716;
    font-size: 18px;
    line-height: 25px;

}


h1,
h2,
h3 {
    font-family: 'GarnettRegular', sans-serif !important;
    color: #181716;
    margin-top: 0;
}

h2 {
    font-size: 40px;
}


.logo {
    display: block;
    background-image: url('../images/humlegarden-logo-white.svg');
    width: 266px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 17px
}

/*.main-nav.dark.stick-fixed.js-transparent.small-height  .logo{
    display: block;
   background-image: url('/svg/humlegarden-dark.svg');
   width: 266px;
   height: 32px;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: 0 17px
   
}
 */

.p-big {
    font-family: 'GarnettRegular', sans-serif !important;
    font-size: 24px;
    margin-bottom: 15px;
}


h2>span {
    font-family: 'GarnettRegular', sans-serif !important;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #181716;
}


h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

h4 {
    font-family: 'GarnettRegular', sans-serif !important;
    font-size: 23px;
    margin-bottom: 25px;
}

.text-white,
.text-white p,
.text-white a,
.text-white a:hover,
.text-white h2,
.text-white h3 {
    color: white !important;
}


.no-mb {
    margin-bottom: 0;
}

a.btn {
    font-family: 'GarnettRegular', sans-serif !important;
}

.preamble {
    font-family: 'GarnettLight', sans-serif !important;
    font-size: 17px;
}


.masthead {
    position: relative;
    min-width: 720px;
}

.masthead-video {
    z-index: 0;
}

.masthead-overlay {
    background-color: #333;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.main-nav.transparent {
    color: #fff;
    background: transparent !important;
}


.inner-nav ul {
    font-family: 'GarnettRegular', sans-serif !important;
    text-transform: none !important;
    font-size: 15px;
}

.main-nav.dark {
    background-color: rgba(33, 33, 33, .95);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.main-nav.dark.stick-fixed.js-transparent.transparent li a {
    color: rgba(255, 255, 255, .9);
}




.scroll-down-icon {
    display: block;
    width: 15px;
    height: 15px;
    margin-left: -7px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    color: #111;
    font-size: 20px;
    -webkit-animation: scroll-down-anim 1.5s infinite;
    -moz-animation: scroll-down-anim 1.5s infinite;
    -o-animation: scroll-down-anim 1.5s infinite;
    animation: scroll-down-anim 1.5s infinite;
    z-index: 2;
}

.scroll-down:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 0 0 -15px;
    position: absolute;
    bottom: 0;
    radius: 50%;
    left: 50%;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 50%;
    /* -webkit-transform: rotate(45deg); */
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    /* -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); */
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    z-index: 1;
}

.btn-mod.btn-round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.hs-origo {
    font-family: 'GarnettRegular', sans-serif !important;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.btn-mod.btn-border-w {
    font-family: 'GarnettRegular', sans-serif !important;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .75);
    background: transparent;
}

.bg-dark-alfa-30:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, .2);
}


.btn-mod,
a.btn-mod {
    background: rgba(128, 65, 92, 1);

}


.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: rgba(102, 52, 74, 1);
    text-decoration: none;
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

blockquote {
    color: #333;
}

.section-text {
    font-family: 'GarnettLight', sans-serif !important;
    color: #333;
}


.bg-pink {
    background-color: #fef1e8;
}

.bg-burgundy {
    background-color: #80415c;
}



.bg-pink-texture {
    background-image: url('../images/origo-bg-pink.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-pink-texture-bottom {
    background-image: url('../images/origo-bg-pink.png');
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: bottom;
    padding-bottom: 70px;
}

.bg-blue-texture-bottom {
    background-image: url('../images/origo-bg-blue.png');
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: bottom;
    padding-bottom: 70px;
}


.bg-blue-texture {
    background-image: url('../images/origo-bg-blue.png');
    background-repeat: no-repeat;
    background-size: cover;
}



.bg-dark-blue {
    background-color: #1f2448;
}


.pre-header {
    font-family: 'GarnettRegular', sans-serif !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1rem;
}


.section-header {
    font-size: 34px;
    color: #000;
}

.banner-image {
    margin: 0 0 0 0;
    text-align: center;
}


.h500 {
    height: 500px;
    background-position: center center;
}

.h600 {
    height: 600px;
    background-position: center center;
}

.h700 {
    height: 700px;
    background-position: center center;
}

.main-nav.dark.stick-fixed.js-transparent.small-height {
    -webkit-box-shadow: 0px 10px 16px -13px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 10px 16px -13px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 10px 16px -13px rgba(0, 0, 0, 0.21);
}

.p-50 {
    padding: 0 50px;
}

.urban-img-1 {
    padding: 0 40px 70px 80px;
}

.urban-img-2 {
    padding: 0 40px 0 0;
}


.pt-30 {
    padding-top: 30px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-140 {
    padding-bottom: 140px;
}


.vertical-align {
    display: flex;
    align-items: center;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-50-neg {
    margin-top: -50px;
}

.mb-50-neg {
    margin-bottom: -50px;
}

.margin-kommunikation {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {


    .page-section,
    .small-section {
        padding: 60px 0;
    }

    .p-big {
        font-size: 18px;
    }
}

@media (max-width: 991px) {


    .bg-pink-texture-bottom {
        background-image: url('../images/origo-bg-pink.png');
        background-repeat: no-repeat;
        background-size: 100% 70%;
        background-position: bottom;
    }

    .vertical-align {
        display: block;
        align-items: center;
    }

    .align-center-md {
        text-align: center !important;
    }

    .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .page-section,
    .small-section {
        padding: 40px 0;
    }

    body,
    p {

        font-size: 16px;
    }

    h2 {
        font-size: 32px;
    }

    .p-big {
        font-size: 18px;
    }

    h2>span {

        margin-bottom: 20px;
    }


    h3 {
        font-size: 28px;

    }

    .nav-logo-wrap {
        margin-left: 5%;
    }

    .preamble {
        font-size: 15px;
    }


    .h500 {
        height: 270px;
        background-position: center center;
    }

    .p-50 {
        padding: 0;
    }

    .pt-50 {
        padding-top: 0;
    }

    .pt-60 {
        padding-top: 0;
    }

    .mb-70 {
        margin-bottom: 40px;
    }

    .page-section.section-narrow {
        padding: 0;
    }


    h4 {
        font-size: 18px;
    }


}


@media (max-width: 767px) {

    .p-big {
        font-size: 18px;
    }

    .mb-70 {
        margin-bottom: 30px;
    }


    .pb-140 {
        padding-bottom: 80px;
    }

}


h5,
.h5 {
    font-size: 18px;
    margin-bottom: 1.3em;
    line-height: 1.4;
    font-weight: 700;
}

.link {
    text-decoration: underline;
}

.post-prev-img {
    margin-bottom: 10px;
    position: relative;
}




.premise-card {
    margin-bottom: 40px;
    outline: none !important;
}

.other-premises {
    padding-top: 10px;
}

@media (min-width: 768px) {

    .other-premises .premise-card {
        padding: 10px;
    }
}

.premise-card p,
.premise-card a,
.rel-object a {
    padding-bottom: 0;
    font-size: 1.6rem;
    outline: none !important;
}

.premise-card ul,
.premise-card ol {
    margin: 0 0 0 0 !important;
    padding-inline-start: 0;
}



.premise-card h2,
.rel-area h2 {
    font-size: 3rem;
    margin-bottom: 5px;
}

.premise-card h4 {

    margin-bottom: 10px;
}

.premise-card img {
    margin-bottom: 15px;
}

.premise-card ul {
    color: #52657a;
}

.premise-card ul span {
    border: 0.5px solid #52657a;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.9rem;
}

.premise-card li {
    font-size: 1.3rem;
    display: inline-block;
    text-transform: uppercase;
}

.premise-card a {
    text-decoration: none;
}

.premise-card {

    margin-bottom: 0;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

.pr-50 {
    padding: 0 50px 0 0;
}

.page-section ul {
    margin: 0;
    padding-left: 20px;
}

h4 {
    font-family: 'GarnettRegular', sans-serif !important;
    font-size: 23px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .pr-50 {
        padding: 0 20px 0 0;
    }

}

.icon-list {
    margin-top: 20px;
}

.icon-list>div {
    margin-bottom: 15px;
    position: relative;
}

.inner-icon {
    min-height: 50px;
    margin-left: 70px;
}

.icon-manager:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M43.9,17.4c-16.8,0-30.4,13.5-30.4,30.1c0,0.4,0.3,0.8,0.8,0.8H87c0.4,0,0.8-0.3,0.8-0.8c-0.1-16.6-13.7-30.1-30.4-30.1 H43.9z M87,49.8H14.3c-1.2,0-2.3-1-2.3-2.3c0-17.4,14.3-31.7,31.9-31.7h13.5c17.6,0.1,31.9,14.3,31.9,31.7 C89.2,48.8,88.2,49.8,87,49.8'/%3E%3Cpath d='M47.3,57.4c-0.4,0-0.8-0.3-0.8-0.8v-4.2c0-0.4,0.3-0.8,0.8-0.8c0.4,0,0.8,0.3,0.8,0.8v4.2C48,57,47.7,57.4,47.3,57.4'/%3E%3Cpath d='M54,57.4c-0.4,0-0.8-0.3-0.8-0.8v-4.2c0-0.4,0.3-0.8,0.8-0.8c0.4,0,0.8,0.3,0.8,0.8v4.2C54.7,57,54.3,57.4,54,57.4'/%3E%3Cpath d='M47.3,9.2c-0.4,0-0.8-0.3-0.8-0.8V5.9c0-0.4,0.3-0.8,0.8-0.8c0.4,0,0.8,0.3,0.8,0.8v2.4C48,8.8,47.7,9.2,47.3,9.2'/%3E%3Cpath d='M54,9.2c-0.4,0-0.8-0.3-0.8-0.8V5.9c0-0.3,0.3-0.7,0.8-0.7c0.4,0,0.8,0.3,0.8,0.8v2.4C54.7,8.8,54.3,9.2,54,9.2'/%3E%3Cpath d='M13.4,58.1c-0.4,0-0.9,0.3-1,0.7L10,66.2c-0.1,0.3-0.1,0.7,0.2,1c0.2,0.3,0.5,0.4,0.9,0.4h79.3c0.3,0,0.6-0.2,0.9-0.4 c0.2-0.3,0.3-0.6,0.2-1L89,58.8c-0.2-0.4-0.5-0.7-1-0.7H13.4z M90.3,69.1H11c-0.9,0-1.6-0.3-2.1-1c-0.5-0.7-0.6-1.5-0.3-2.3l2.4-7.5 c0.3-1,1.3-1.7,2.4-1.7h74.3c1.1,0,2.1,0.7,2.4,1.7l2.4,7.4c0.3,0.8,0.2,1.7-0.3,2.3C91.8,68.7,91,69.1,90.3,69.1'/%3E%3Cpath d='M59.8,16.7h-1.5v-3c0-2.3-1.8-4.1-4.2-4.1H47c-2.3,0-4.2,1.8-4.2,4.1v3h-1.5v-3c0-3.1,2.5-5.6,5.7-5.6h7.1 c3.1,0,5.7,2.5,5.7,5.6V16.7z'/%3E%3Cpath d='M58.7,3.1H42.6c-0.4,0-0.8-0.3-0.8-0.8s0.3-0.8,0.8-0.8h16.1c0.4,0,0.8,0.3,0.8,0.8S59,3.1,58.7,3.1'/%3E%3Cpath d='M79.1,15c-0.1,0-0.2,0-0.3-0.1c-0.3-0.2-0.5-0.6-0.3-1L83.1,4c0.2-0.3,0.6-0.5,1-0.3c0.3,0.2,0.5,0.6,0.3,1l-4.6,9.9 C79.7,14.8,79.5,15,79.1,15'/%3E%3Cpath d='M82.4,18.6c-0.3,0-0.4-0.1-0.6-0.3c-0.3-0.3-0.2-0.8,0.2-1l8.9-6.5c0.3-0.3,0.8-0.2,1,0.2c0.3,0.3,0.2,0.8-0.2,1l-8.9,6.5 C82.8,18.6,82.6,18.6,82.4,18.6'/%3E%3Cpath d='M20.2,15c-0.3,0-0.5-0.2-0.7-0.4l-4.6-9.9c-0.2-0.3,0-0.8,0.3-1c0.3-0.2,0.8,0,1,0.3l4.6,9.9c0.2,0.3,0,0.8-0.3,1 C20.5,15,20.4,15,20.2,15'/%3E%3Cpath d='M17,18.6c-0.2,0-0.3-0.1-0.4-0.2l-9-6.4c-0.3-0.3-0.4-0.7-0.2-1c0.3-0.3,0.7-0.4,1-0.2l8.9,6.5c0.3,0.3,0.4,0.7,0.2,1 C17.4,18.6,17.1,18.6,17,18.6'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-konferens:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M13.5,53.5h73.4L67.8,31.8H32.6L13.5,53.5z M89.8,54.8H10.5L32,30.5h36.5l0.2,0.2L89.8,54.8z'/%3E%3Cpath d='M88.3,58.7H12c-0.4,0-0.7-0.3-0.7-0.7c0-0.4,0.3-0.7,0.7-0.7h76.3c0.4,0,0.7,0.3,0.7,0.7C89,58.4,88.7,58.7,88.3,58.7'/%3E%3Cpath d='M72.1,82.6h-0.4c-1.1,0-2-0.9-2-2V61.5c0-0.4,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7v19.1c0,0.4,0.3,0.7,0.7,0.7h0.4 c0.4,0,0.7-0.3,0.7-0.7V61.5c0-0.4,0.3-0.7,0.7-0.7s0.7,0.3,0.7,0.7v19.1C74.2,81.7,73.3,82.6,72.1,82.6'/%3E%3Cpath d='M29.9,82.6h-0.4c-1.1,0-2-0.9-2-2V61.5c0-0.4,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7v19.1c0,0.4,0.3,0.7,0.7,0.7h0.4 c0.4,0,0.7-0.3,0.7-0.7V61.5c0-0.4,0.3-0.7,0.7-0.7s0.7,0.3,0.7,0.7v19.1C31.9,81.7,31,82.6,29.9,82.6'/%3E%3Cpath d='M80.6,38.5c-0.4,0-0.7-0.3-0.7-0.7V34c0-0.7-0.3-1.3-0.8-1.8l-3.4-3.1c-0.3-0.2-0.6-0.3-0.9-0.2c-0.3,0.1-0.5,0.4-0.5,0.8 v1.8c0,0.4-0.3,0.7-0.7,0.7s-0.7-0.3-0.7-0.7v-1.8c0-0.9,0.5-1.7,1.3-2c0.8-0.4,1.7-0.2,2.4,0.4l3.4,3.1c0.8,0.7,1.2,1.7,1.2,2.8 v3.8C81.2,38.2,80.9,38.5,80.6,38.5'/%3E%3Cpath d='M89.8,47.7c-0.4,0-0.7-0.3-0.7-0.7v-3.8c0-0.7-0.3-1.3-0.8-1.8l-3.4-3.1c-0.3-0.2-0.6-0.3-0.9-0.2c-0.3,0.1-0.5,0.4-0.5,0.8 v1.8c0,0.4-0.3,0.7-0.7,0.7s-0.7-0.3-0.7-0.7V39c0-0.9,0.5-1.7,1.3-2c0.8-0.4,1.7-0.2,2.4,0.4l3.4,3.1c0.8,0.7,1.2,1.7,1.2,2.8V47 C90.5,47.4,90.2,47.7,89.8,47.7'/%3E%3Cpath d='M98.5,62.6c-0.4,0-0.7-0.3-0.7-0.7V52c0-0.7-0.3-1.3-0.8-1.8l-3.4-3.1c-0.3-0.2-0.6-0.3-0.9-0.2c-0.3,0.1-0.5,0.4-0.5,0.8 v1.8c0,0.4-0.3,0.7-0.7,0.7c-0.4,0-0.7-0.3-0.7-0.7v-1.8c0-0.9,0.5-1.7,1.3-2c0.8-0.4,1.7-0.2,2.4,0.4l3.4,3.1 c0.8,0.7,1.2,1.7,1.2,2.8v9.9C99.2,62.3,98.9,62.6,98.5,62.6'/%3E%3Cpath d='M19.8,38.5c-0.4,0-0.7-0.3-0.7-0.7V34c0-1.1,0.4-2.1,1.2-2.8l3.4-3.1c0.7-0.6,1.6-0.8,2.4-0.4c0.8,0.4,1.3,1.1,1.3,2v1.8 c0,0.4-0.3,0.7-0.7,0.7c-0.4,0-0.7-0.3-0.7-0.7v-1.8c0-0.4-0.2-0.7-0.5-0.8c-0.3-0.1-0.7-0.1-0.9,0.2l-3.4,3.1 c-0.5,0.5-0.8,1.1-0.8,1.8v3.8C20.5,38.2,20.2,38.5,19.8,38.5'/%3E%3Cpath d='M10.6,47.7c-0.4,0-0.7-0.3-0.7-0.7v-3.8c0-1.1,0.4-2.1,1.2-2.8l3.4-3.1c0.7-0.6,1.6-0.7,2.4-0.4c0.8,0.4,1.3,1.1,1.3,2v1.8 c0,0.4-0.3,0.7-0.7,0.7s-0.7-0.3-0.7-0.7V39c0-0.4-0.2-0.7-0.5-0.8c-0.3-0.1-0.7-0.1-0.9,0.2L12,41.5c-0.5,0.5-0.8,1.1-0.8,1.8V47 C11.2,47.4,10.9,47.7,10.6,47.7'/%3E%3Cpath d='M86.5,67c-0.7,0-1.3-0.3-1.7-0.8l-2-2.6c-0.2-0.3-0.2-0.7,0.1-0.9c0.3-0.2,0.7-0.2,0.9,0.1l2,2.5c0.2,0.2,0.5,0.3,0.8,0.3 l11.7-1.4c0.4,0,0.7,0.2,0.7,0.6c0,0.4-0.2,0.7-0.6,0.7L86.8,67C86.7,67,86.6,67,86.5,67'/%3E%3Cpath d='M87.8,76.8c-0.4,0-0.7-0.3-0.7-0.7v-9.8c0-0.4,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7v9.8C88.4,76.5,88.1,76.8,87.8,76.8'/%3E%3Cpath d='M96.3,75.3c-0.4,0-0.7-0.3-0.7-0.7V66c0-0.4,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7v8.7C96.9,75,96.6,75.3,96.3,75.3'/%3E%3Cpath d='M1.5,62.6c-0.4,0-0.7-0.3-0.7-0.7V52c0-1.1,0.4-2.1,1.2-2.8l3.4-3.1c0.7-0.6,1.6-0.7,2.4-0.4s1.3,1.1,1.3,2v1.8 c0,0.4-0.3,0.7-0.7,0.7c-0.4,0-0.7-0.3-0.7-0.7v-1.8c0-0.4-0.2-0.7-0.5-0.8c-0.3-0.1-0.7-0.1-0.9,0.2l-3.4,3.1 c-0.5,0.5-0.8,1.1-0.8,1.8v9.9C2.2,62.3,1.9,62.6,1.5,62.6'/%3E%3Cpath d='M13.5,67c-0.1,0-0.2,0-0.3,0L1.5,65.6c-0.4,0-0.6-0.4-0.6-0.7c0-0.4,0.4-0.6,0.7-0.6l11.7,1.4c0.3,0,0.6-0.1,0.8-0.3l2-2.5 c0.2-0.3,0.7-0.3,0.9-0.1c0.3,0.2,0.3,0.7,0.1,0.9l-2.1,2.6C14.8,66.8,14.2,67,13.5,67'/%3E%3Cpath d='M12.2,76.8c-0.4,0-0.7-0.3-0.7-0.7v-9.8c0-0.4,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7v9.8C12.9,76.5,12.6,76.8,12.2,76.8'/%3E%3Cpath d='M3.7,75.3c-0.4,0-0.7-0.3-0.7-0.7V66c0-0.4,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7v8.7C4.4,75,4.1,75.3,3.7,75.3'/%3E%3Cpath d='M33.7,2.5c-0.4,0-0.7,0.3-0.7,0.7v21.6c0,0.4,0.3,0.7,0.7,0.7h33.1c0.4,0,0.7-0.3,0.7-0.7V3.2c0-0.4-0.3-0.7-0.7-0.7H33.7z M66.8,26.8H33.7c-1.1,0-2-0.9-2-2V3.2c0-1.1,0.9-2,2-2h33.1c1.1,0,2,0.9,2,2v21.6C68.8,25.9,67.9,26.8,66.8,26.8'/%3E%3Cpath d='M54.8,23.4h-8c-0.4,0-0.7-0.3-0.7-0.7s0.3-0.7,0.7-0.7h8c0.4,0,0.7,0.3,0.7,0.7S55.2,23.4,54.8,23.4'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-suites:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.6.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23010202;%7D%0A%3C/style%3E%3Cpath class='st0' d='M62.9,39.2h-1.5V26.1c0-0.5-0.7-1.1-1.8-1.1H41.3c-1.1,0-1.8,0.6-1.8,1.1v13.1H38V26.1c0-1.5,1.5-2.7,3.4-2.7 h18.2c1.9,0,3.4,1.2,3.4,2.7V39.2z'/%3E%3Cpath class='st0' d='M44.7,15.8c-4.6-2.3-4.9-9.4-1.2-12.8C47-0.7,54.1-0.4,56.4,4.2C48.3-0.1,40.5,7.7,44.7,15.8'/%3E%3Cpath class='st0' d='M56.4,4.2c4.6,2.3,4.9,9.4,1.2,12.8c-3.4,3.7-10.5,3.4-12.8-1.2C52.9,20.1,60.6,12.3,56.4,4.2'/%3E%3Cpath class='st0' d='M72.8,72.5h-1.5v-20c0-1.3,1.1-2.4,2.4-2.4H87c0.5,0,0.9-0.4,0.9-0.9V32.8c0-0.6-0.7-1.1-1.5-1.1h-9.4 c-0.5,0-0.9,0.4-0.9,0.9v13.3h-1.5V32.5c0-1.3,1.1-2.4,2.4-2.4h9.4c1.7,0,3,1.2,3,2.7v16.4c0,1.3-1.1,2.4-2.4,2.4H73.7 c-0.5,0-0.9,0.4-0.9,0.9V72.5z'/%3E%3Cpath class='st0' d='M75.3,22.5c-4.6-2.3-4.9-9.4-1.2-12.8c3.4-3.7,10.5-3.4,12.8,1.2C78.9,6.6,71.1,14.4,75.3,22.5'/%3E%3Cpath class='st0' d='M87,10.8c4.6,2.3,4.9,9.4,1.2,12.8c-3.4,3.7-10.5,3.4-12.8-1.2C83.4,26.7,91.2,18.9,87,10.8'/%3E%3Cpath class='st0' d='M29.6,72.5H28v-20c0-0.5-0.4-0.9-0.9-0.9H13.8c-1.3,0-2.4-1.1-2.4-2.4V32.8c0-1.5,1.4-2.7,3-2.7h9.4 c1.3,0,2.4,1.1,2.4,2.4v13.3h-1.5V32.5c0-0.5-0.4-0.9-0.9-0.9h-9.4c-0.8,0-1.5,0.5-1.5,1.1v16.4c0,0.5,0.4,0.9,0.9,0.9h13.3 c1.3,0,2.4,1.1,2.4,2.4V72.5z'/%3E%3Cpath class='st0' d='M24.7,22.5c4.3-8.1-3.5-15.9-11.7-11.7c1-2,3.3-3.5,5.8-3.7C27.4,6.1,32.3,18,24.7,22.5'/%3E%3Cpath class='st0' d='M13.1,10.8c-4.3,8.1,3.5,15.9,11.7,11.7c-1,2-3.3,3.5-5.8,3.7C10.4,27.2,5.5,15.3,13.1,10.8'/%3E%3Crect x='24.6' y='44.3' class='st0' width='50.8' height='1.5'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-topbar:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.6.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23010202;%7D%0A%3C/style%3E%3Cpath class='st0' d='M21.1,16.9L21.1,16.9c-0.5,0-0.9,0.4-0.9,0.8v25.9c0,5.6,4.7,10.2,10.5,10.2h0.1c2.8,0,5.4-1.1,7.4-3 c2-1.9,3.1-4.5,3.1-7.2V17.8c0-0.5-0.4-0.8-0.9-0.8L21.1,16.9z M30.7,55.2L30.7,55.2c-6.6,0-12-5.2-12-11.6V17.7 c0-1.3,1.1-2.3,2.4-2.3l19.3,0.1c1.3,0,2.4,1,2.4,2.3v25.8c0,3.1-1.3,6.1-3.5,8.2C36.9,54,33.9,55.2,30.7,55.2'/%3E%3Crect x='17.8' y='78.8' class='st0' width='25.7' height='1.4'/%3E%3Crect x='30' y='54.6' class='st0' width='1.5' height='24.9'/%3E%3Crect x='19.4' y='38.2' class='st0' width='23.3' height='1.4'/%3E%3Cpath class='st0' d='M59.6,16.9L59.6,16.9c-0.5,0-0.9,0.4-0.9,0.8v25.9c0,5.6,4.7,10.2,10.5,10.2h0.1c2.8,0,5.4-1.1,7.4-3 c2-1.9,3.1-4.5,3.1-7.2V17.8c0-0.5-0.4-0.8-0.9-0.8L59.6,16.9z M69.3,55.2L69.3,55.2c-6.6,0-12-5.2-12-11.6V17.7 c0-1.3,1.1-2.3,2.4-2.3l19.3,0.1c1.3,0,2.4,1,2.4,2.3v25.8c0,3.1-1.3,6.1-3.5,8.2C75.5,54,72.5,55.2,69.3,55.2'/%3E%3Crect x='56.4' y='78.8' class='st0' width='25.7' height='1.4'/%3E%3Crect x='68.6' y='54.6' class='st0' width='1.5' height='24.9'/%3E%3Crect x='58' y='38.2' class='st0' width='21.7' height='1.4'/%3E%3Crect x='56.4' y='3.1' class='st0' width='3.2' height='3.1'/%3E%3Crect x='53.2' y='6.2' class='st0' width='3.2' height='3.1'/%3E%3Crect x='59.6' y='6.2' class='st0' width='3.2' height='3.1'/%3E%3Crect x='56.4' y='9.3' class='st0' width='3.2' height='3.1'/%3E%3Crect x='40.4' class='st0' width='3.2' height='3.1'/%3E%3Crect x='37.1' y='3.1' class='st0' width='3.2' height='3.1'/%3E%3Crect x='43.6' y='3.1' class='st0' width='3.2' height='3.1'/%3E%3Crect x='40.4' y='6.2' class='st0' width='3.2' height='3.1'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}


.icon-gym:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M60.7,3.4c-0.2,0-0.4,0.1-0.5,0.2l-9.6,9.6c-0.3,0.3-0.3,0.7,0,1l25.8,25.8c0.3,0.3,0.7,0.3,1,0l9.6-9.6 c0.3-0.3,0.3-0.7,0-1L61.2,3.6C61,3.5,60.9,3.4,60.7,3.4 M76.9,41.5c-0.5,0-1.1-0.2-1.4-0.6L49.7,15.1c-0.8-0.8-0.8-2.1,0-2.9 l9.6-9.6c0.8-0.8,2.1-0.8,2.9,0l25.8,25.8c0.4,0.4,0.6,0.9,0.6,1.5c0,0.5-0.2,1.1-0.6,1.4l-9.6,9.6C77.9,41.3,77.4,41.5,76.9,41.5' /%3E%3Cpath d='M60.7,3.4c-0.2,0-0.4,0.1-0.5,0.2l-9.6,9.6c-0.3,0.3-0.3,0.7,0,1l25.8,25.8c0.3,0.3,0.7,0.3,1,0l9.6-9.6 c0.3-0.3,0.3-0.7,0-1L61.2,3.6C61,3.5,60.9,3.4,60.7,3.4 M76.9,41.5c-0.5,0-1.1-0.2-1.4-0.6L49.7,15.1c-0.8-0.8-0.8-2.1,0-2.9 l9.6-9.6c0.8-0.8,2.1-0.8,2.9,0l25.8,25.8c0.4,0.4,0.6,0.9,0.6,1.5c0,0.5-0.2,1.1-0.6,1.4l-9.6,9.6C77.9,41.3,77.4,41.5,76.9,41.5' /%3E%3Cpath d='M39,77.3c0.3,0.3,0.7,0.3,1,0l9.6-9.6c0.1-0.1,0.2-0.3,0.2-0.5c0-0.2-0.1-0.4-0.2-0.5L23.8,41c-0.1-0.1-0.3-0.2-0.5-0.2 s-0.4,0.1-0.5,0.2l-9.6,9.6c-0.3,0.3-0.3,0.7,0,1L39,77.3z M39.5,78.9c-0.5,0-1.1-0.2-1.4-0.6L12.3,52.5c-0.8-0.8-0.8-2.1,0-2.9 l9.6-9.6c0.4-0.4,0.9-0.6,1.4-0.6c0.5,0,1.1,0.2,1.4,0.6l25.8,25.8c0.4,0.4,0.6,0.9,0.6,1.4c0,0.5-0.2,1.1-0.6,1.5l-9.6,9.6 C40.5,78.7,40,78.9,39.5,78.9'/%3E%3Cpath d='M39,77.3c0.3,0.3,0.7,0.3,1,0l9.6-9.6c0.1-0.1,0.2-0.3,0.2-0.5c0-0.2-0.1-0.4-0.2-0.5L23.8,41c-0.1-0.1-0.3-0.2-0.5-0.2 s-0.4,0.1-0.5,0.2l-9.6,9.6c-0.3,0.3-0.3,0.7,0,1L39,77.3z M39.5,78.9c-0.5,0-1.1-0.2-1.4-0.6L12.3,52.5c-0.8-0.8-0.8-2.1,0-2.9 l9.6-9.6c0.4-0.4,0.9-0.6,1.4-0.6c0.5,0,1.1,0.2,1.4,0.6l25.8,25.8c0.4,0.4,0.6,0.9,0.6,1.4c0,0.5-0.2,1.1-0.6,1.5l-9.6,9.6 C40.5,78.7,40,78.9,39.5,78.9'/%3E%3Cpath d='M37.4,49.4c-0.2,0-0.4-0.1-0.5-0.2c-0.3-0.3-0.3-0.7,0-1L58.1,27c0.3-0.3,0.7-0.3,1,0c0.3,0.3,0.3,0.7,0,1L37.9,49.2 C37.7,49.3,37.5,49.4,37.4,49.4'/%3E%3Cpath d='M41.9,53.9c-0.2,0-0.4-0.1-0.5-0.2c-0.3-0.3-0.3-0.7,0-1l21.2-21.2c0.3-0.3,0.7-0.3,1,0c0.3,0.3,0.3,0.7,0,1L42.4,53.7 C42.2,53.8,42,53.9,41.9,53.9'/%3E%3Cpath d='M88.5,25.6c-0.2,0-0.4-0.1-0.5-0.2L65.2,2.5c-0.3-0.3-0.3-0.7,0-1c0.3-0.3,0.7-0.3,1,0L89,24.4c0.3,0.3,0.3,0.7,0,1 C88.9,25.5,88.7,25.6,88.5,25.6'/%3E%3Cpath d='M88.5,25.6c-0.2,0-0.4-0.1-0.5-0.2L65.2,2.5c-0.3-0.3-0.3-0.7,0-1c0.3-0.3,0.7-0.3,1,0L89,24.4c0.3,0.3,0.3,0.7,0,1 C88.9,25.5,88.7,25.6,88.5,25.6'/%3E%3Cpath d='M34.4,79.8c-0.2,0-0.4-0.1-0.5-0.2L11,56.7c-0.3-0.3-0.3-0.7,0-1c0.3-0.3,0.7-0.3,1,0l22.9,22.9c0.3,0.3,0.3,0.7,0,1 C34.7,79.7,34.5,79.8,34.4,79.8'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-workspace:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M11.4,56.7c-0.2,0-0.3-0.1-0.5-0.2c-0.3-0.3-0.4-0.8-0.1-1.1l7.1-9c0.3-0.3,0.8-0.4,1.1-0.1c0.3,0.3,0.4,0.8,0.1,1.1l-7.1,9 C11.9,56.6,11.6,56.7,11.4,56.7'/%3E%3Cpath d='M88.6,56.7c-0.2,0-0.5-0.1-0.6-0.3l-7.1-9c-0.3-0.3-0.2-0.9,0.1-1.1c0.3-0.3,0.8-0.2,1.1,0.1l7.1,9.1 c0.3,0.3,0.2,0.8-0.1,1.1C89,56.6,88.8,56.7,88.6,56.7'/%3E%3Cpath d='M88.4,56.7h-77c-0.4,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8h77c0.4,0,0.8,0.4,0.8,0.8S88.9,56.7,88.4,56.7'/%3E%3Cpath d='M87.3,59.7H12.2c-0.4,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8h75.1c0.4,0,0.8,0.4,0.8,0.8S87.8,59.7,87.3,59.7'/%3E%3Cpath d='M20.2,3.1c-0.2,0-0.4,0.2-0.4,0.4v39.8c0,0.2,0.2,0.4,0.4,0.4h59.7c0.2,0,0.4-0.2,0.4-0.4V3.4c0-0.2-0.2-0.4-0.4-0.4H20.2z M79.9,45.3H20.2c-1.1,0-2-0.9-2-2V3.4c0-1.1,0.9-2,2-2h59.7c1.1,0,2,0.9,2,2v39.8C81.9,44.4,81,45.3,79.9,45.3'/%3E%3Cpath d='M25.8,8.5c-0.4,0-0.8,0.4-0.8,0.8v28.4c0,0.4,0.4,0.8,0.8,0.8H74c0.4,0,0.8-0.4,0.8-0.8V9.3c0-0.4-0.4-0.8-0.8-0.8H25.8z M74,40.1H25.8c-1.3,0-2.4-1.1-2.4-2.4V9.3c0-1.3,1.1-2.4,2.4-2.4H74c1.3,0,2.4,1.1,2.4,2.4v28.4C76.4,39.1,75.4,40.1,74,40.1'/%3E%3Cpath d='M58.6,52.7L58.6,52.7L58.6,52.7z M42.1,55.1h15.8L57,52.7c0-0.2-0.2-0.4-0.4-0.4H43.2c-0.2,0-0.4,0.2-0.4,0.4l0,0.3 L42.1,55.1z M60.1,56.7H39.8l1.5-4.1c0.1-1,0.9-1.8,2-1.8h13.4c1,0,1.9,0.8,2,1.8L60.1,56.7z'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-takterrass:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M26.7,3c0,0-0.1,0-0.2,0c-5,0.1-9.2,4.2-9.5,9.1c-0.1,1.1,0.1,2.1,0.3,3.2c0.2,0.6,0.1,1.2-0.2,1.7 c-0.3,0.5-0.8,0.8-1.4,0.9c-4.7,0.7-8.3,4.8-8.3,9.6c0,4.8,3.6,8.9,8.3,9.6c0.6,0.1,1.1,0.4,1.4,0.9c0.3,0.5,0.4,1.1,0.2,1.7 c-0.3,1-0.4,2.1-0.3,3.2c0.3,5,4.5,9.1,9.5,9.1c0.1,0,0.1,0,0.2,0c3.4,0,6.5-1.7,8.3-4.6c0.8-1.2,2.7-1.2,3.5,0 c1.8,2.9,4.9,4.6,8.2,4.6c0.1,0,0.1,0,0.2,0c5-0.1,9.2-4.2,9.5-9.1c0.1-1.1-0.1-2.1-0.3-3.2c-0.2-0.6-0.1-1.2,0.2-1.7 c0.3-0.5,0.8-0.8,1.4-0.9c4.7-0.7,8.3-4.8,8.3-9.6c0-4.8-3.5-8.9-8.3-9.6c-0.6-0.1-1.1-0.4-1.4-0.9c-0.3-0.5-0.4-1.1-0.2-1.7 c0.3-1,0.4-2.1,0.3-3.2c-0.3-5-4.5-9.1-9.5-9.1c-3.4-0.1-6.6,1.7-8.4,4.6c-0.8,1.2-2.7,1.2-3.5,0C33.2,4.7,30.1,3,26.7,3 M26.7,53.5 c-0.1,0-0.1,0-0.2,0c-5.8-0.1-10.8-4.9-11.1-10.7c-0.1-1.3,0.1-2.5,0.4-3.7c0-0.2,0-0.3,0-0.3c0-0.1-0.1-0.1-0.3-0.2 C10,37.8,5.8,33,5.8,27.4S10,17,15.5,16.2c0.1,0,0.2-0.1,0.3-0.2c0.1-0.1,0.1-0.2,0-0.3c-0.3-1.2-0.5-2.4-0.4-3.7 c0.3-5.8,5.3-10.6,11.1-10.7c4-0.1,7.7,2,9.8,5.4c0.2,0.4,0.5,0.3,0.7,0c2.1-3.3,5.7-5.4,9.7-5.4c0.1,0,0.1,0,0.2,0 C52.7,1.4,57.7,6.2,58,12c0.1,1.3-0.1,2.5-0.4,3.7c0,0.1,0,0.2,0,0.3c0.1,0.1,0.2,0.1,0.3,0.2c5.5,0.8,9.7,5.6,9.7,11.2 s-4.2,10.4-9.7,11.2c-0.1,0-0.2,0.1-0.3,0.2c0,0.1-0.1,0.2,0,0.3c0.3,1.2,0.5,2.4,0.4,3.7c-0.3,5.8-5.3,10.6-11.1,10.7 c-4,0.1-7.8-2-9.8-5.4c-0.2-0.3-0.5-0.4-0.7,0C34.3,51.5,30.7,53.5,26.7,53.5'/%3E%3Cpath d='M38.7,71.7h-4.1c-1.1,0-2-0.9-2-2V55.3c0-0.4,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8v14.3c0,0.2,0.2,0.4,0.4,0.4h4.1 c0.2,0,0.4-0.2,0.4-0.4V55.3c0-0.4,0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8v14.3C40.8,70.8,39.9,71.7,38.7,71.7'/%3E%3Cpath d='M93.4,79.4h-66c-0.5,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8h66c0.5,0,0.8,0.4,0.8,0.8S93.8,79.4,93.4,79.4'/%3E%3Cpath d='M93.4,87.7h-66c-0.5,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8h66c0.5,0,0.8,0.4,0.8,0.8S93.8,87.7,93.4,87.7'/%3E%3Cpath d='M90.4,62.8c-0.5,0-0.8-0.4-0.8-0.8v-5.3H58.7V62c0,0.5-0.4,0.8-0.8,0.8c-0.5,0-0.8-0.4-0.8-0.8v-6.9h34.1V62 C91.2,62.5,90.8,62.8,90.4,62.8'/%3E%3Cpath d='M93.4,66.7H54.9c-0.4,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8h38.5c0.5,0,0.8,0.4,0.8,0.8S93.8,66.7,93.4,66.7'/%3E%3Cpath d='M87.3,72.5c-0.5,0-0.8-0.4-0.8-0.8v-5.8c0-0.5,0.4-0.8,0.8-0.8c0.5,0,0.8,0.4,0.8,0.8v5.8C88.1,72.1,87.8,72.5,87.3,72.5'/%3E%3Cpath d='M61,72.5c-0.5,0-0.8-0.4-0.8-0.8v-5.8c0-0.5,0.4-0.8,0.8-0.8c0.5,0,0.8,0.4,0.8,0.8v5.8C61.8,72.1,61.4,72.5,61,72.5'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-access:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M6.7,2C6.3,2,6,2.4,6,2.8v50.6c0,0.4,0.3,0.8,0.8,0.8h74.9c0.4,0,0.8-0.4,0.8-0.8V2.8C82.4,2.4,82,2,81.6,2H6.7z M81.6,55.8 H6.7c-1.3,0-2.4-1-2.4-2.3V2.8c0-1.3,1.1-2.3,2.4-2.3h74.9c1.3,0,2.3,1.1,2.3,2.3v50.6C84,54.7,82.9,55.8,81.6,55.8'/%3E%3Cpolyline points='4.8,47.5 83.6,47.5 83.6,40.2 4.8,40.2 5,46.9 '/%3E%3Cpath d='M82.1,6.1c-6.6,0-11.9,5.3-11.9,11.9c0,6.6,5.3,11.9,11.9,11.9C88.7,29.9,94,24.6,94,18C94,11.5,88.7,6.1,82.1,6.1 M82.1,31.5c-7.4,0-13.5-6-13.5-13.5c0-7.4,6-13.5,13.5-13.5c7.4,0,13.5,6,13.5,13.5C95.6,25.4,89.6,31.5,82.1,31.5'/%3E%3Cpath d='M69.5,18c0-7,5.7-12.7,12.7-12.7c7,0,12.7,5.7,12.7,12.7c0,7-5.7,12.7-12.7,12.7C75.1,30.7,69.5,25,69.5,18'/%3E%3Cpath d='M82.1,6.1c-6.6,0-11.9,5.3-11.9,11.9c0,6.6,5.3,11.9,11.9,11.9C88.7,29.9,94,24.6,94,18C94,11.5,88.7,6.1,82.1,6.1 M82.1,31.5c-7.4,0-13.5-6-13.5-13.5c0-7.4,6-13.5,13.5-13.5c7.4,0,13.5,6,13.5,13.5C95.6,25.4,89.6,31.5,82.1,31.5'/%3E%3Cpath d='M82.1,11.8c-3.4,0-6.3,2.8-6.3,6.3c0,3.4,2.8,6.2,6.3,6.2c3.4,0,6.2-2.8,6.2-6.2C88.4,14.6,85.6,11.8,82.1,11.8 M82.1,25.8 c-4.3,0-7.8-3.5-7.8-7.8c0-4.3,3.5-7.8,7.8-7.8c4.3,0,7.8,3.5,7.8,7.8C90,22.3,86.5,25.8,82.1,25.8'/%3E%3Cpath d='M75.1,18c0-3.9,3.1-7,7-7c3.9,0,7,3.2,7,7c0,3.9-3.1,7-7,7C78.3,25.1,75.1,21.9,75.1,18'/%3E%3Cpath d='M82.1,11.8c-3.4,0-6.3,2.8-6.3,6.3c0,3.4,2.8,6.2,6.3,6.2c3.4,0,6.2-2.8,6.2-6.2C88.4,14.6,85.6,11.8,82.1,11.8 M82.1,25.8 c-4.3,0-7.8-3.5-7.8-7.8c0-4.3,3.5-7.8,7.8-7.8c4.3,0,7.8,3.5,7.8,7.8C90,22.3,86.5,25.8,82.1,25.8'/%3E%3Cpath d='M70.6,14.6H29.8c-0.9,0-1.6,0.7-1.6,1.6v1.9c0,0.9,0.7,1.6,1.6,1.6h40.8'/%3E%3Cpath d='M70.6,20.5H29.8c-1.3,0-2.3-1-2.3-2.3v-1.9c0-1.3,1-2.3,2.3-2.3h40.8v1.6H29.8c-0.4,0-0.8,0.4-0.8,0.8v1.9 c0,0.4,0.3,0.8,0.8,0.8h40.8V20.5z'/%3E%3Cpath d='M33.1,30.3h-0.2c-1.3,0-2.3-1-2.3-2.3v-5.6c0-0.4,0.4-0.8,0.8-0.8c0.4,0,0.8,0.3,0.8,0.8V28c0,0.4,0.4,0.8,0.8,0.8h0.2 c0.4,0,0.8-0.4,0.8-0.8v-5.6c0-0.4,0.3-0.8,0.8-0.8c0.4,0,0.8,0.3,0.8,0.8V28C35.4,29.3,34.4,30.3,33.1,30.3'/%3E%3Cpath d='M39.4,28h-0.2c-1.3,0-2.3-1-2.3-2.3v-3.2c0-0.4,0.4-0.8,0.8-0.8c0.4,0,0.8,0.3,0.8,0.8v3.2c0,0.4,0.4,0.8,0.8,0.8h0.2 c0.4,0,0.8-0.4,0.8-0.8v-3.2c0-0.4,0.3-0.8,0.8-0.8s0.8,0.3,0.8,0.8v3.2C41.7,26.9,40.7,28,39.4,28'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-playground:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M49.9,65.9c0.8,0,1.6,0.4,2,1.1c2.7,4.3,7.3,6.9,12.3,6.9c0.1,0,0.2,0,0.3,0c7.4-0.1,13.8-6.3,14.2-13.7 c0.1-1.6-0.1-3.2-0.5-4.7c-0.2-0.7-0.1-1.4,0.3-1.9c0.4-0.6,1-1,1.6-1.1c7-1,12.3-7.2,12.3-14.3s-5.3-13.3-12.3-14.3 c-0.7-0.1-1.3-0.5-1.6-1.1c-0.4-0.6-0.5-1.3-0.3-1.9c0.4-1.5,0.6-3.1,0.5-4.7C78.3,8.8,71.9,2.6,64.5,2.5c-0.1,0-0.2,0-0.3,0 c-5.1,0-9.7,2.6-12.3,6.9c-0.4,0.7-1.2,1.2-2,1.2c-0.8,0-1.6-0.4-2-1.2c-2.7-4.3-7.3-6.9-12.3-6.9c-0.1,0-0.2,0-0.2,0 C27.8,2.6,21.5,8.8,21,16.2c-0.1,1.6,0.1,3.2,0.5,4.7c0.2,0.7,0.1,1.4-0.3,1.9c-0.4,0.6-1,0.9-1.6,1.1c-7,1-12.3,7.2-12.3,14.3 s5.3,13.3,12.3,14.3c0.7,0.1,1.3,0.5,1.6,1.1c0.4,0.6,0.5,1.3,0.3,1.9c-0.4,1.5-0.6,3.1-0.5,4.7c0.4,7.4,6.8,13.5,14.2,13.7 c5.2,0,9.9-2.5,12.6-6.9C48.3,66.3,49,65.9,49.9,65.9 M64.2,75.2c-5.4,0-10.6-2.9-13.4-7.5c-0.4-0.7-1.5-0.7-1.9,0 c-2.9,4.7-8.2,7.6-13.7,7.5c-8.1-0.1-15-6.8-15.5-14.9c-0.1-1.7,0.1-3.5,0.6-5.1c0.1-0.3,0-0.6-0.1-0.9c-0.2-0.3-0.4-0.4-0.8-0.5 C11.8,52.7,6,46,6,38.2c0-7.7,5.8-14.4,13.4-15.6c0.3,0,0.6-0.2,0.8-0.5c0.2-0.3,0.2-0.6,0.1-0.9c-0.5-1.7-0.7-3.4-0.6-5.1 C20.2,8,27.2,1.4,35.2,1.2C40.7,1.1,46,4,48.9,8.7c0.4,0.7,1.5,0.7,1.9,0C53.7,4,59,1.1,64.5,1.2C72.6,1.4,79.5,8,80,16.1 c0.1,1.7-0.1,3.5-0.6,5.1c-0.1,0.3,0,0.6,0.1,0.9c0.2,0.3,0.4,0.4,0.8,0.5c7.7,1.1,13.4,7.8,13.4,15.6c0,7.7-5.8,14.5-13.4,15.6 c-0.3,0-0.6,0.2-0.8,0.5c-0.2,0.3-0.2,0.6-0.1,0.9c0.5,1.7,0.7,3.4,0.6,5.1c-0.4,8.1-7.4,14.7-15.5,14.9 C64.4,75.2,64.3,75.2,64.2,75.2'/%3E%3Cpath d='M63.1,38.2c0-2.3-1.7-4.3-4-4.6c-0.3,0-0.5-0.4-0.4-0.7c0.1-0.5,0.2-1,0.2-1.5c-0.1-2.4-2.2-4.3-4.6-4.4 c-1.7,0-3.2,0.9-4,2.2c-0.2,0.3-0.7,0.3-0.9,0c-0.8-1.4-2.3-2.2-4-2.2c-2.4,0-4.4,2-4.6,4.4c0,0.5,0,1,0.2,1.5 c0.1,0.3-0.1,0.6-0.4,0.7c-2.2,0.3-4,2.3-4,4.6c0,2.3,1.7,4.3,4,4.6c0.3,0,0.5,0.4,0.4,0.7c-0.1,0.5-0.2,1-0.2,1.5 c0.1,2.4,2.2,4.3,4.6,4.4c1.7,0,3.2-0.9,4-2.2c0.2-0.3,0.7-0.3,0.9,0c0.8,1.4,2.3,2.2,4,2.2c2.4,0,4.4-2,4.6-4.4c0-0.5,0-1-0.2-1.5 c-0.1-0.3,0.1-0.6,0.4-0.7C61.4,42.5,63.1,40.5,63.1,38.2'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-garage:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M16.2,45.1c-3.7,0-6.7,3-6.7,6.7v10.8c0,0.3,0.3,0.6,0.6,0.6h50.7c0.3,0,0.6-0.3,0.6-0.6V51.8c0-3.7-3-6.7-6.7-6.7H16.2z M60.8,64.5H10.1c-1,0-1.8-0.8-1.8-1.8V51.8c0-4.4,3.6-7.9,7.9-7.9h38.5c4.4,0,7.9,3.6,7.9,7.9v10.8C62.7,63.7,61.9,64.5,60.8,64.5' /%3E%3Cpath d='M12.8,43.6c-0.1,0-0.2,0-0.2,0c-0.3-0.1-0.5-0.5-0.3-0.8l5-12.8c0.2-0.5,0.8-0.9,1.4-0.9h34.5c0.7,0,1.2,0.4,1.4,1l4.2,12.8 c0.1,0.3-0.1,0.7-0.4,0.8c-0.3,0.1-0.7-0.1-0.8-0.4l-4.2-12.8c0-0.1-0.1-0.1-0.3-0.1H18.7c-0.1,0-0.2,0.1-0.3,0.1l-5,12.8 C13.3,43.5,13.1,43.6,12.8,43.6'/%3E%3Cpath d='M53.5,44.4h-1.2c0-3.5-2.9-6.4-6.4-6.4c-3.5,0-6.4,2.9-6.4,6.4h-1.2c0-4.2,3.4-7.6,7.6-7.6C50.1,36.8,53.5,40.3,53.5,44.4' /%3E%3Cpath d='M16.2,52.1c-0.3,0-0.6,0.3-0.6,0.6v3.2c0,0.3,0.3,0.6,0.6,0.6h5.1c0.3,0,0.6-0.3,0.6-0.6v-3.2c0-0.3-0.3-0.6-0.6-0.6H16.2z M21.3,57.7h-5.1c-1,0-1.8-0.8-1.8-1.8v-3.2c0-1,0.8-1.8,1.8-1.8h5.1c1,0,1.8,0.8,1.8,1.8v3.2C23.2,56.9,22.3,57.7,21.3,57.7'/%3E%3Cpath d='M49,52.1c-0.3,0-0.6,0.3-0.6,0.6v3.2c0,0.3,0.3,0.6,0.6,0.6h5.1c0.3,0,0.6-0.3,0.6-0.6v-3.2c0-0.3-0.3-0.6-0.6-0.6H49z M54.2,57.7H49c-1,0-1.8-0.8-1.8-1.8v-3.2c0-1,0.8-1.8,1.8-1.8h5.1c1,0,1.8,0.8,1.8,1.8v3.2C56,56.9,55.2,57.7,54.2,57.7'/%3E%3Crect x='45.4' y='54.6' width='13.2' height='1.2'/%3E%3Crect x='11.9' y='54.6' width='13.2' height='1.2'/%3E%3Cpath d='M76.6,2.6c-8.8,0-15.9,7.1-15.9,15.9c0,8.8,7.1,15.9,15.9,15.9c8.8,0,15.9-7.1,15.9-15.9C92.5,9.7,85.4,2.6,76.6,2.6 M76.6,35.6c-9.4,0-17.1-7.7-17.1-17.1c0-9.4,7.7-17.1,17.1-17.1c9.4,0,17.1,7.7,17.1,17.1C93.8,27.9,86.1,35.6,76.6,35.6'/%3E%3Cpath d='M78.4,20.8h-2.2c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6h2.2c2.2,0,3.9-1.8,3.9-3.9c0-2.2-1.8-3.9-3.9-3.9h-2.6 c-0.3,0-0.6-0.3-0.6-0.6c0-0.3,0.3-0.6,0.6-0.6h2.6c2.8,0,5.1,2.3,5.1,5.1C83.5,18.5,81.2,20.8,78.4,20.8'/%3E%3Cpath d='M73.7,28.6c-0.3,0-0.6-0.3-0.6-0.6V11.2c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6V28C74.3,28.3,74.1,28.6,73.7,28.6'/%3E%3Cpath d='M78.4,70.9h-3.5c-0.9,0-1.7-0.8-1.7-1.7v-30c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6v30c0,0.3,0.2,0.5,0.5,0.5h3.5 c0.3,0,0.5-0.2,0.5-0.5v-30c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6v30C80.1,70.2,79.3,70.9,78.4,70.9'/%3E%3Cpath d='M93.2,75.9H6.8c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6h86.4c0.3,0,0.6,0.3,0.6,0.6S93.5,75.9,93.2,75.9'/%3E%3Cpath d='M56.3,73.1c-2.4,0-4.3-1.7-4.3-3.8v-2.6c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6v2.6c0,1.4,1.4,2.6,3.1,2.6 c1.7,0,3.1-1.2,3.1-2.6v-2.6c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6v2.6C60.6,71.4,58.6,73.1,56.3,73.1'/%3E%3Cpath d='M15.9,73.1c-2.4,0-4.3-1.7-4.3-3.8v-2.6c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6v2.6c0,1.4,1.4,2.6,3.1,2.6 c1.7,0,3.1-1.2,3.1-2.6v-2.6c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6v2.6C20.2,71.4,18.3,73.1,15.9,73.1'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-restaurang:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M39.2,8.3c15.5,0,28.1,12.6,28.1,28.1v4.4c0,0.3-0.2,0.5-0.5,0.5H7.5C7.2,41.3,7,41,7,40.8v-4.4C7,20.9,19.6,8.3,35,8.3 H39.2z M7.5,42.5h59.2c1,0,1.8-0.8,1.8-1.8v-4.4c0-16.2-13.1-29.3-29.3-29.3H35C18.9,7.1,5.7,20.2,5.7,36.4v4.4 C5.7,41.7,6.5,42.5,7.5,42.5'/%3E%3Cpath d='M1.9,42.7h70.4c0.3,0,0.6-0.3,0.6-0.6s-0.3-0.6-0.6-0.6H1.9c-0.3,0-0.6,0.3-0.6,0.6S1.6,42.7,1.9,42.7'/%3E%3Cpath d='M9.4,47h55.4c0.3,0,0.6-0.3,0.6-0.6s-0.3-0.6-0.6-0.6H9.4c-0.3,0-0.6,0.3-0.6,0.6S9.1,47,9.4,47'/%3E%3Cpath d='M37.1,8.3c0.3,0,0.6-0.3,0.6-0.6V3.6c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6v4.1C36.5,8,36.8,8.3,37.1,8.3'/%3E%3Cpath d='M33,2h8.3c0.3,0,0.6-0.3,0.6-0.6s-0.3-0.6-0.6-0.6H33c-0.3,0-0.6,0.3-0.6,0.6S32.6,2,33,2'/%3E%3Cpath d='M52.8,21.9c0.1,0,0.1,0,0.2,0c0.3-0.1,0.5-0.4,0.4-0.7c-0.9-3.4-5.4-5.2-5.6-5.3c-0.3-0.1-0.7,0-0.8,0.4 c-0.1,0.3,0,0.7,0.3,0.8c0,0,4.1,1.6,4.9,4.5C52.2,21.7,52.5,21.9,52.8,21.9'/%3E%3Cpath d='M94.7,42.7h0.6c1,0,1.8-0.8,1.8-1.8V17.5c0-0.3-0.3-0.6-0.6-0.6s-0.6,0.3-0.6,0.6v23.4c0,0.3-0.3,0.6-0.6,0.6h-0.6 c-0.3,0-0.6-0.3-0.6-0.6V17.5c0-0.3-0.3-0.6-0.6-0.6s-0.6,0.3-0.6,0.6v23.4C92.9,41.9,93.7,42.7,94.7,42.7'/%3E%3Cpath d='M91.4,15.3c0.3,0,0.6-0.3,0.6-0.6V6.9c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6v7.8C90.8,15.1,91,15.3,91.4,15.3'/%3E%3Cpath d='M93.7,15.3c0.3,0,0.6-0.3,0.6-0.6V6.9c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6v7.8C93.1,15.1,93.3,15.3,93.7,15.3'/%3E%3Cpath d='M96,15.3c0.3,0,0.6-0.3,0.6-0.6V6.9c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6v7.8C95.4,15.1,95.7,15.3,96,15.3'/%3E%3Cpath d='M98.3,15.3c0.3,0,0.6-0.3,0.6-0.6V6.9c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6v7.8C97.7,15.1,98,15.3,98.3,15.3'/%3E%3Cpath d='M81.6,42.7h0.6c1,0,1.9-0.8,1.9-1.9V20.1c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6v20.6c0,0.4-0.3,0.7-0.7,0.7h-0.6 c-0.4,0-0.7-0.3-0.7-0.7V20.1c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6v20.6C79.7,41.8,80.5,42.7,81.6,42.7'/%3E%3Cpath d='M80.4,17.9c0.3,0,0.6-0.3,0.6-0.6V3.4c2.1,0.3,3.8,2.1,3.8,4.3v9h-0.4c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6H86V7.7 c0-3.1-2.5-5.6-5.6-5.6h-0.6v15.2C79.8,17.6,80.1,17.9,80.4,17.9'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-cafe:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23010000;%7D%0A%3C/style%3E%3Cpath class='st0' d='M69.7,60.7c-0.3,0-0.6-0.2-0.6-0.6c0-0.3,0.2-0.6,0.6-0.7c0.4,0,8.9-0.9,8.9-8c0-2.8-0.8-4.9-2.3-6.3 c-2.3-2.1-5.6-1.7-5.7-1.7c-0.3,0-0.6-0.2-0.7-0.6c0-0.3,0.2-0.6,0.5-0.7c0.2,0,3.9-0.4,6.6,2c1.8,1.6,2.7,4,2.7,7.2 C79.7,59.7,69.8,60.7,69.7,60.7C69.7,60.7,69.7,60.7,69.7,60.7'/%3E%3Cpath class='st0' d='M36.5,69.8l16.7,0c4.3-1.7,8-4.6,10.7-8.4c2.7-3.9,4.2-8.5,4.2-13.3v-9.7H21.5v9.4c0,4.8,1.4,9.5,4.2,13.4 c2.7,3.9,6.4,6.8,10.7,8.5L36.5,69.8z M53.2,71.1H36.4c-0.1,0-0.2,0-0.2,0l-0.2-0.1c-4.6-1.8-8.5-4.9-11.3-9 c-2.9-4.2-4.4-9.1-4.4-14.1v-10c0-0.3,0.3-0.6,0.6-0.6h47.7c0.3,0,0.6,0.3,0.6,0.6v10.3c0,5-1.5,9.9-4.4,14c-2.8,4-6.7,7.1-11.2,8.8 L53.4,71C53.4,71,53.3,71.1,53.2,71.1'/%3E%3Cpath class='st0' d='M41.4,33.8c-0.1,0-0.2,0-0.3-0.1c-3.6-2.4-5.4-4.5-5.2-6.4c0.1-1.7,1.8-2.9,3.6-4.1c2-1.4,4-2.8,4.3-5.2 c0.3-2.6-1.5-5.3-5.5-8.2c-0.3-0.2-0.3-0.6-0.1-0.9c0.2-0.3,0.6-0.3,0.9-0.1c4.4,3.2,6.3,6.3,6,9.3c-0.4,3-2.8,4.7-4.8,6.1 c-1.5,1.1-3,2.1-3.1,3.2c-0.1,0.8,0.5,2.5,4.7,5.3c0.3,0.2,0.4,0.6,0.2,0.9C41.8,33.7,41.6,33.8,41.4,33.8'/%3E%3Cpath class='st0' d='M47.5,26.3c-0.2,0-0.4-0.1-0.5-0.3c-0.2-0.3-0.1-0.7,0.1-0.9c3.1-2.2,4.7-4.4,4.7-6.4c0-1.2-0.5-2.2-1.2-3.4 c-0.8-1.5-1.8-3.4-1.5-5.8c0.3-2.6,2-5,5-7c0.3-0.2,0.7-0.1,0.9,0.2c0.2,0.3,0.1,0.7-0.2,0.9c-2.7,1.8-4.2,3.9-4.5,6.1 c-0.3,2.1,0.6,3.6,1.4,5.1c0.7,1.3,1.4,2.5,1.3,4.1c0,2.4-1.8,4.9-5.3,7.4C47.8,26.3,47.7,26.3,47.5,26.3'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-cykelrum:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231D1D1B;%7D%0A%3C/style%3E%3Cpath class='st0' d='M79.9,2.1c-8.9,0-16.2,7.3-16.2,16.2c0,8.9,7.3,16.2,16.2,16.2c8.9,0,16.2-7.3,16.2-16.2 C96.1,9.3,88.8,2.1,79.9,2.1 M79.9,35.7c-9.6,0-17.4-7.8-17.4-17.4c0-9.6,7.8-17.4,17.4-17.4c9.6,0,17.4,7.8,17.4,17.4 C97.3,27.9,89.5,35.7,79.9,35.7'/%3E%3Cpath class='st0' d='M81.6,20.7h-2.2c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6h2.2c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4H79 c-0.3,0-0.6-0.3-0.6-0.6c0-0.3,0.3-0.6,0.6-0.6h2.6c2.9,0,5.2,2.3,5.2,5.2C86.9,18.3,84.5,20.7,81.6,20.7'/%3E%3Cpath class='st0' d='M76.9,28.6c-0.3,0-0.6-0.3-0.6-0.6V10.9c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6V28 C77.6,28.3,77.3,28.6,76.9,28.6'/%3E%3Cpath class='st0' d='M81.7,71.7h-3.5c-1,0-1.7-0.8-1.7-1.7V39.4c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6v30.5 c0,0.3,0.2,0.5,0.5,0.5h3.5c0.3,0,0.5-0.2,0.5-0.5V39.4c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6v30.5 C83.4,70.9,82.6,71.7,81.7,71.7'/%3E%3Cpath class='st0' d='M96.7,76.8H8.8c-0.3,0-0.6-0.3-0.6-0.6c0-0.3,0.3-0.6,0.6-0.6h87.9c0.3,0,0.6,0.3,0.6,0.6 C97.4,76.5,97.1,76.8,96.7,76.8'/%3E%3Cpath class='st0' d='M57.7,44.8c-7.1,0-12.8,5.7-12.8,12.8c0,7.1,5.7,12.8,12.8,12.8c7.1,0,12.8-5.7,12.8-12.8 C70.5,50.6,64.7,44.8,57.7,44.8 M57.7,71.7c-7.7,0-14-6.3-14-14c0-7.7,6.3-14,14-14c7.7,0,14,6.3,14,14 C71.7,65.4,65.4,71.7,57.7,71.7'/%3E%3Cpath class='st0' d='M15.6,44.8c-7.1,0-12.8,5.7-12.8,12.8c0,7.1,5.7,12.8,12.8,12.8c7.1,0,12.8-5.7,12.8-12.8 C28.4,50.6,22.6,44.8,15.6,44.8 M15.6,71.7c-7.7,0-14-6.3-14-14c0-7.7,6.3-14,14-14c7.7,0,14,6.3,14,14 C29.6,65.4,23.3,71.7,15.6,71.7'/%3E%3Cpath class='st0' d='M58.4,58.2H41c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6h15.4l-9-18.5c0-0.1-0.1-0.1-0.2-0.1H29 c-0.1,0-0.2,0-0.2,0.1L16.1,57.7c-0.2,0.3-0.6,0.4-0.9,0.2c-0.3-0.2-0.4-0.6-0.2-0.9l12.7-19.3C28,37.3,28.5,37,29,37h18.2 c0.6,0,1.1,0.3,1.3,0.8L58.4,58.2z'/%3E%3Cpath class='st0' d='M38,55.4c-1.3,0-2.3,1-2.3,2.3c0,1.3,1,2.3,2.3,2.3c1.3,0,2.3-1,2.3-2.3C40.3,56.4,39.3,55.4,38,55.4 M38,61.2 c-2,0-3.5-1.6-3.5-3.5c0-2,1.6-3.5,3.5-3.5c2,0,3.5,1.6,3.5,3.5C41.6,59.6,40,61.2,38,61.2'/%3E%3Cpath class='st0' d='M40.5,53.9c-0.1,0-0.2,0-0.3-0.1c-0.3-0.1-0.5-0.5-0.3-0.8L46,39.4c0.1-0.3,0.5-0.5,0.8-0.3 c0.3,0.1,0.5,0.5,0.3,0.8L41,53.5C40.9,53.7,40.7,53.9,40.5,53.9'/%3E%3Cpath class='st0' d='M36.2,54c-0.2,0-0.5-0.1-0.6-0.4l-6.6-13.8c-0.1-0.3,0-0.7,0.3-0.8c0.3-0.2,0.7,0,0.8,0.3l6.6,13.8 c0.1,0.3,0,0.7-0.3,0.8C36.4,54,36.3,54,36.2,54'/%3E%3Cpath class='st0' d='M51.7,35.7h-7c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6h7c0.3,0,0.6,0.3,0.6,0.6S52.1,35.7,51.7,35.7'/%3E%3Cpath class='st0' d='M22,37.4c-0.3,0-0.6-0.3-0.6-0.6c0-1.2,1-2.3,2.2-2.3h7.4c0.3,0,0.6,0.3,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6h-7.4 c-0.6,0-1,0.5-1,1C22.6,37.1,22.3,37.4,22,37.4'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-cinema:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231D1D1B;%7D%0A%3C/style%3E%3Cpath class='st0' d='M27,24.1c-2.5,0-4.6,2.1-4.6,4.6v22.7c0,2.5,2.1,4.6,4.6,4.6h34.3v-32H27z M62,57.5H27c-3.3,0-6-2.8-6-6V28.7 c0-3.3,2.8-6,6-6h35c0.4,0,0.7,0.3,0.7,0.7v33.4C62.7,57.2,62.4,57.5,62,57.5'/%3E%3Cpath class='st0' d='M57.4,82.3h-4.1c-0.3,0-0.5-0.1-0.6-0.4l-8.4-14.4v14.1c0,0.4-0.3,0.7-0.7,0.7H40c-0.4,0-0.7-0.3-0.7-0.7v-14 L31,81.9c-0.1,0.2-0.4,0.4-0.6,0.4h-4.1c-0.3,0-0.5-0.1-0.6-0.4c-0.1-0.2-0.1-0.5,0-0.7l11.6-20.1v-1.4c0-0.4,0.3-0.7,0.7-0.7 c0.4,0,0.7,0.3,0.7,0.7v1.6c0,0.1,0,0.2-0.1,0.4L27.5,80.9H30l9.4-16.3c0.2-0.3,0.5-0.4,0.8-0.3c0.3,0.1,0.5,0.4,0.5,0.7v16h2.1v-16 c0-0.3,0.2-0.6,0.5-0.7c0.3-0.1,0.6,0,0.8,0.3l9.5,16.3h2.5l-11-19.2c-0.1-0.1-0.1-0.2-0.1-0.4v-1.6c0-0.4,0.3-0.7,0.7-0.7 s0.7,0.3,0.7,0.7v1.4l11.6,20.1c0.1,0.2,0.1,0.5,0,0.7C57.9,82.2,57.7,82.3,57.4,82.3'/%3E%3Cpath class='st0' d='M80.3,55.4h-3c-0.1,0-0.3,0-0.4-0.1l-11.7-7.2c-0.3-0.2-0.4-0.6-0.2-1c0.2-0.3,0.6-0.4,1-0.2L77.6,54h2V26.3h-2 l-11.5,7.1c-0.3,0.2-0.8,0.1-1-0.2c-0.2-0.3-0.1-0.8,0.2-1L77,25c0.1-0.1,0.2-0.1,0.4-0.1h3c0.4,0,0.7,0.3,0.7,0.7v29.1 C81,55.1,80.7,55.4,80.3,55.4'/%3E%3Cpath class='st0' d='M29.2,6.1c-3.6,0-6.7,3.1-6.7,6.7c0,3.5,3.1,6.5,6.7,6.5c3.6,0,6.5-2.9,6.5-6.5C35.8,9.2,32.8,6.1,29.2,6.1 M29.2,20.7c-4.4,0-8.1-3.6-8.1-7.9c0-4.4,3.7-8.1,8.1-8.1c4.3,0,7.9,3.7,7.9,8.1C37.2,17.2,33.6,20.7,29.2,20.7'/%3E%3Cpath class='st0' d='M51.1,2.4c-4.6,0-8.4,3.9-8.4,8.5c0,4.7,3.7,8.4,8.4,8.4c4.7,0,8.5-3.7,8.5-8.4C59.5,6.3,55.7,2.4,51.1,2.4 M51.1,20.7c-5.5,0-9.9-4.3-9.9-9.9c0-5.3,4.5-9.9,9.9-9.9c5.3,0,9.9,4.5,9.9,9.9C61,16.4,56.6,20.7,51.1,20.7'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.icon-podcast:before {
    margin-right: 16px;
    top: 8px;
    content: '';
    position: absolute;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231D1D1B;%7D%0A%3C/style%3E%3Cpath class='st0' d='M30.2,48.4v2.2c0,10.7,8.8,19.4,19.7,19.4c10.9,0,19.7-8.7,19.7-19.4v-2.2h-3.3v3.5c0,8.4-6.9,14.7-16.1,14.7 c-9.2,0-16.1-6.3-16.1-14.7v-3.5H30.2z M49.9,71.1C38.4,71.1,29,61.9,29,50.6v-3.4h6.3v4.7c0,7.7,6.4,13.5,14.9,13.5 c8.5,0,14.9-5.8,14.9-13.5v-4.7h5.8v3.4C70.8,61.9,61.4,71.1,49.9,71.1 M32.1,86.7c0.1,0,0.3,0,0.5,0h34.3c0.4,0,0.7,0,0.8,0 c0,0,0-0.1,0-0.3v-3c0-1-0.4-2-0.9-2H52.1v-4.8l0.5-0.1C65.6,75,75.3,63.8,75.3,50.6v-6.4c0-0.6-0.2-1.5-0.6-1.5h-3.2 c-0.4,0-0.7,0.9-0.7,1.5v2.4H65V17c0-8.1-6.7-14.7-14.9-14.7C42,2.2,35.3,8.8,35.3,17v29.5H29v-2.4c0-0.5-0.4-1.5-1.1-1.5h-3 c-0.4,0-0.4,1.1-0.4,1.5v6.4c0,13.3,9.7,24.4,22.6,25.9l0.5,0.1v4.8h-15c-0.3,0-0.6,0.7-0.6,2v3C32.1,86.5,32.1,86.6,32.1,86.7 M67,87.9L67,87.9H32.6c-0.6,0-1,0-1.3-0.2c-0.4-0.3-0.5-0.8-0.5-1.3v-3c0-2,0.7-3.2,1.8-3.2h13.8v-2.5 c-13.2-1.8-23.2-13.4-23.2-27.1v-6.4c0-0.8,0-2.7,1.6-2.7h3c1.5,0,2.4,1.6,2.4,2.7v1.1h3.9V17c0-8.8,7.2-16,16.1-16 C59,1,66.2,8.2,66.2,17v28.3h3.3v-1.1c0-1.1,0.5-2.7,1.9-2.7h3.2c1.3,0,1.8,1.4,1.8,2.7v6.4c0,13.7-9.9,25.2-23.2,27.1v2.5h13.5 c1.3,0,2.1,1.7,2.1,3.2v3c0,0.2,0,1-0.7,1.4C67.9,87.9,67.5,87.9,67,87.9'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}



.multi-columns-row .col-sm-4.mb-md-10.wow.fadeInUp {
    padding-left: 5px;
    padding-right: 5px;
}

.iframe-tour {
    width: 100%;
    height: 650px;
    border: none;
}

@media only screen and (max-width: 767px) {
    .iframe-tour {
        width: 100%;
        height: 300px;
        border: none;
    }
}