@import "shared.css";
@import "mspecs.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/11.0.3/nouislider.min.css";


.priceheading {
    font-weight: 700;
    font-size: 1.6rem;
}


.uk-table-hover > tr:hover, .uk-table-hover tbody tr:hover {
    background: #C79B3A;
    color: #fff!important;
}

.startsidan #slideclip {
    top: 50% !important;
}
.slideshadow {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.25);
}

.bgcolor {
    background: #5390ad;
}
.uk-table th {
    font-size: .75rem;
    color: #c79b3a;
}

.uk-drop {
    width: auto!important;
}

.uk-logo {
    margin-top: -25px;
}

.secondcol {
    position: relative;
    top: -125px;
    left: -75px;
}

#module-tm-1 {
    margin-right: 10px;
}
#module-536 {
    width: 80px;
}

#myslideshow .uk-heading-large {
    line-height: 1.2em!important;
}

.skinny {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 1.6rem;
}

.down {
    bottom: 60px;
}

.uk-navbar-container:not(.uk-navbar-transparent)
{
    -webkit-transition: background 250ms linear;
    -moz-transition: background 250ms linear;
    -o-transition: background 250ms linear;
    -ms-transition: background 250ms linear;
    transition: background 250ms linear;
}

.uk-navbar {
    height: 150px;

    -webkit-transition: height 250ms linear;
    -moz-transition: height 250ms linear;
    -o-transition: height 250ms linear;
    -ms-transition: height 250ms linear;
    transition: height 250ms linear;
}
.uk-sticky-fixed .uk-navbar {
    height: 90px;

    -webkit-transition: height 250ms linear;
    -moz-transition: height 250ms linear;
    -o-transition: height 250ms linear;
    -ms-transition: height 250ms linear;
    transition: height 250ms linear;
}

.uk-sticky-fixed .uk-logo {
    margin-top: 0px;
}

.inversetext {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    overflow: hidden;
    vertical-align: text-bottom;
    top: 4px;


}
.inversetext:after {
    content: ' ';
    position: absolute;
    left: 5px;
    right: 10px;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #000;
}

.offcanvaslogo {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.uk-navbar-toggle {
    margin-top: 5px;
}



.uk-navbar-toggle.is-active {
    position: fixed!important;
    right: -20px;
    top: 35px;
}


.tm-main {
    position: relative;
    z-index: 0;
}

.uk-navbar-container.uk-navbar-sticky {
    -webkit-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0 0 20px -8px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 99999;
}

.btn-tiny {
    padding: 0 15px;
    line-height: 26px;
    font-size: .65rem;
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #e3e3e3;
}

.removebottompmargin p {
    margin-bottom: 0px;
}

.uk-position-bloom {
    position: relative;
    border-top: 4px solid #fff;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}

.greyscale {
    filter: grayscale(1);
}

.sectionlight:hover
.uk-position-bloom {

    border-color: #f1592a;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}

.uk-navbar-container.uk-navbar-sticky .uk-logo img:first-child {
    display: none!important;
}
.uk-navbar-container.uk-navbar-sticky .uk-logo .uk-logo-inverse {
    display: block!important;
}

#bloomcanvas .uk-dropdown {
    z-index: 99999999999999999;
    box-sizing: border-box;
    min-width: 200px;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
    padding: 25px!important;
}

.btn-tiny:not(:first-child) {
    margin-top: 10px!important;
}

.buttonbox div {
    margin-bottom: 7px;
}

.rotateimage {
    transform: rotate(90deg);
}

.moveup {
    margin-top: 0px!important;
}
.movedown {
    margin-top: 50px!important;
}


.bloomcardleft {
    margin-left: -150px;
}

.tm-bottom .uk-container,
.tm-top .uk-container {
    padding-left: 90px;
    padding-right: 90px;
}

.headericon {
    width: 34px;
    margin-right: 20px;
}

.colorheader {
    position: relative;
    z-index: 0;
    background: white;
    margin-bottom: 35px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Montserrat;
}
.colorheader:before {
    content: ' ';
    position: absolute;
    z-index: 0;
    left: 0px;
    right: 0;
    top: 13px;
    border-bottom: 1px solid #f1592a;
    height: 1px;
}

.colorheader span {

    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 5px 15px 5px 5px;
    margin-left: 0px;
    color: #f1592a;
    font-size: 0.8rem;
    border-right: 15px solid #fff;
}

.colorheader.fullview  {
    margin-top: 0;
    margin-bottom: 15px;
}

.colorheader.fullview span {
    padding-left: 0;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;
}

.uk-navbar-container.uk-navbar-sticky {
    background: #fff;
}
.uk-navbar-container.uk-navbar-sticky .uk-navbar-nav>li>a {
    color: #333;
}

.svgfill {
    fill: #ddd!important;
}

.orangeicon {
    max-height: 70px;
    width: 100%;
}
.orangeicon .svgfill {
    fill: #f1592a!important;
}
.city {
    cursor: pointer;
}
.check-icon.valid {
    opacity:1!important;
}

.check-icon.valid .svgfill {
    opacity:1!important;
    fill: #f1592a!important;
}

.uk-container-medium {
    max-width: 1400px;
    padding-left: 50px;
    padding-right: 50px;
}

.uk-button-blank {
    color: #131313;
    border: none;
    background: transparent!important;
}
.selectbutton {
    padding-left: 30px;
    text-align: left;
    max-width: 250px;
}

.insideform {
    margin-right: 10px;
}

.selectbutton-icon.selected {
    opacity: 1;
}

.selectbutton-icon.selected .svgfill {
    opacity: 1;
    fill: #f1592a!important;
}

.selectbutton-icon {
    position: absolute;
    left: 0;
    top: 11px;
    opacity: 0.25;
    max-width: 20px;
}

.fullview .uk-accordion-title {
    padding: 15px 15px 10px 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #c79b3a;
    cursor: pointer;
}

.uk-accordion-content {
    margin-top: 20px;
    padding: 5px 0px 25px 20px;
}

.uk-container-large {

}

.fixbottommargin {
    margin-bottom: 5px;
}

.slightbold {
    font-weight: 700;
}

.uk-label-success {
    padding: 8px 25px 8px 10px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: -55px;
    color: #222;
    font-size: 0.8rem!important;
    left: 65px;
    border-radius: 0;
    z-index: 9999999999999999999999999;
    font-weight: 600;
}

.uk-icon-button.large {
    width: 60px;
    height: 60px;
}

.tm-top {
    overflow: hidden;
}

.labelicon {
    width: 37px;
    margin: -8px 15px -8px -25px;
}

#module-555:before {
    content: ' ';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 24vh;
    background-image: url(/images/waves.svg);
    background-position: top left;
    background-size: cover;
    background-repeat: repeat-x;
}
#module-555:after {
    content: ' ';
    position: absolute;
    top:-1px;
    left: 0;
    width: 100%;
    height: 24vh;
    background-image: url(/images/waves.svg);
    background-position: top left;
    background-size: cover;
    background-repeat: repeat-x;
    transform: rotate(180deg);
    z-index: 0;
}

.forcehigher #tm-bottom {
    margin-top: -120px;
}

.orange {
    color: #f1592a!important;
}

.slimheight {
    height: 60vh;
}

.bloomlabelform {
    margin-top: 30px;
    margin-left: 5px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.bloomlabel {
    margin-top: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.bloomfilter .uk-input {
    font-size: 0.8rem;
}

.wrapsliders {
    padding-left: 15px;
    padding-right: 15px;
}

.wrapsliders .bloomlabel {
    margin-left: -5px;
}

.secondsliderlabel {
    margin-top: 55px;
}

.noUi-base {
    z-index: 0;
}

.noUi-horizontal {
    height: 20px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 30px;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 1px;
    background: #E8E7E6;
    left: 12px;
    top: 5px;
}

.noUi-handle:after {
    left: 18px;
}

.noUi-horizontal .noUi-tooltip {
    top: 130%;
    bottom: auto;
    font-size: 0.75rem;
    color: #999;
}

.noUi-connect {
    background: #c79b3a;
}
.multiselect__input {
    height: 28px!important;
}

.multiselect, .multiselect__input, .multiselect__single {
    font-size: 12px!important;
}
.multiselect__tag {
    background: #333!important;
    margin-bottom: 0px!important;
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #333!important;
}

.multiselect__option--highlight {
    background: #333!important;
}
.multiselect__option--selected.multiselect__option--highlight:after {
    background: #c79b3a!important;
}

.multiselect__option--highlight:after {
    background: #c79b3a!important;
}


.multiselect__tag-icon, .multiselect__tag-icon:hover {
    background: #333!important;
}

.multiselect__tag-icon:after {
    color: #fff!important;
}


.minwidth10vw {
    min-width: 10vw;
    max-width: 20vw;
}

.inputmargins {
    margin-top: 15px;
    margin-left: -25px;
    margin-right: -25px;
}

.uk-badge {
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.uk-badge + .uk-badge {
    background: #a98330;
}

.uk-card-badge {
    bottom: 0px;
    left: 0px;
}

.boldtext {
    font-weight: 600;
    font-family: Montserrat;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.bloomlistfonts {
    font-family: Montserrat;
}

.bloomlistlabel {
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0em;
    display: inline-block;
}

@keyframes pulseicon {
    0% {
        opacity: 0.75;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.75;
        transform: scale(1);
    }
}

.kollagebild1 {
    position: relative;
    left: -50px;
}

.kollagebild2 {
    position: relative;
    right: -50px;
    top: -100px;
}

.kollagebild1 img,
.kollagebild2 img {
    border-radius: 10px;
}

.kollagebild3 {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 250px;
    right: calc(50% - 150px);
    z-index: 0;
    background: #fafafa;
    border-radius: 0 500px 500px 0;
}



.scrolldown {
    bottom: 115px;
    left: 50%;
    margin-left: -30px;
    z-index: 99999999;
    animation: pulseicon 3s ease-in-out infinite;
}

.scroller {
    border-radius: 500px;
    padding: 25px 15px;

    background: rgba(199, 155, 58, 0.35);
    background: rgba(0, 0, 0, 0.35);
    color: #fff !important;

    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}



.linebg {
    /* background-image: url(/images/bg/linegrey.svg); */
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.line ​path {
    fill: blue;
}​

.scroller:hover {


    background: rgba(199, 155, 58, 0.75);
    background: rgba(0, 0, 0, 0.75);

    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;

}


.pulsating-circle {
    position: fixed;
    left: 50px;
    bottom: 50px;
    transform: translateX(-50%) translateY(-50%);
    width: 120px;
    height: 120px;
    z-index: 9999;
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    margin-left: -50px;
    margin-right: -50px;
    border-radius: 500px;
    background-color: #fc2e6d;
    background-color: #333;
    animation: pulse-ring 2.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fc2e6d;
    background-color: #333;

    border-radius: 500px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}

.hidescroller .scroller {
    display: none;
}

.moveupfoto {
    margin-top: -150px;
}

.movetop {

}

.narrowpage {
    margin-top: -200px;
    background: #fff;
    position: relative;
}

.uk-navbar-nav .uk-dropdown {
    padding: 25px;
    width: 250px;
}

.narrowpage .narrowpagewrapper {
    padding: 60px;

}
.narrowpage .shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    box-shadow: 0px -20px 15px rgba(0,0,0,.16);
}

.narrowpagesidewrapper {
    margin-top: -50px;
}
.fullview .tm-main {
    padding-top: 0px;
}
.fullview .tm-main > .uk-container {
    padding: 0!important;
    max-width: 100000px!important;
}


.fixwrap {
    white-space: pre-wrap!important;
}

.beneath {
    position: absolute;
    bottom: -15px;
    left: 0px;
}

.impfactwrapper div + div {
    margin-left: 25px;
}


.toprow {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -95px;
    border-bottom: 1px solid #ddd;
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }
    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.93);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.93);
    }
}


@keyframes pulseicon
{
    0% {
        opacity: 0.75;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.75;
        transform: scale(1);
    }
}

.maxwidthit {
    padding: 0 50px;
}

.madit {
    max-width: 640px;
}



.uk-offcanvas.uk-open {
    z-index: 10001;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: #fff!important;
    font-size: 0.8rem;
}
.uk-offcanvas-bar .uk-nav-default {
    font-size: 0.9rem;
}
.uk-offcanvas-bar ul.uk-nav-sub {
    padding: 0px 0 5px 15px;
}

.forcetopmargin {
    margin-top: 25px!important;
}

.bloomalwaysdesktopmenu .uk-navbar-dropdown {
    margin-top: 15px;
}



@media all and (min-width: 640px) {
    .uk-flex-row {
        flex-direction: row !important;
    }
}

@media all and (max-width: 1600px) {
    .uk-padding-large.force {
        padding-bottom: 25px;
        padding-left: 75px;
    }
}
@media all and (min-width: 2200px) {
    .liftwrapper {
        flex-direction: unset!important;
    }
    .liftoverimage {

        min-width: 700px;
    }

}

@media all and (max-width: 1400px) {
    .uk-padding-large.force {
        padding-bottom: 25px;
        padding-left: 125px;
    }
}

@media all and (max-width: 1300px) {
    .bloom-imagetext {
        padding: 30px 30px 20px 30px;
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media all and (max-width: 1160px) {
     .uk-navbar-nav > li > a {
         padding: 0 12px;
         font-size: .8rem!important;
     }
}

@media all and (max-width: 1060px) {
    .uk-navbar-nav > li > a {
        padding: 0 10px;
        font-size: .75rem!important;
    }

    .toprow .uk-h4, .toprow h4,
    .toprow .uk-h3, .toprow h3 {
        font-size: 1.25rem;
    }
}


@media all and (max-width: 959px) {

    .uk-flex-column-on-mobile {
        flex-direction: column;
    }

    .tm-bottom .uk-container, .tm-top .uk-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .forcehigher #tm-bottom {
        margin-top: -40px;
    }

    .maxwidthit {
        padding: 0 25px;
    }

    .madit {
        max-width: 90%;
    }

    .uk-text-lead {
        font-size: 1.25rem;
    }

    .bloomalwaysdesktopmenu .uk-navbar-nav {
        display: none;
    }

    #mobileextramenu {
        display: block;
    }

    .uk-offcanvas-flip .uk-open>.uk-offcanvas-bar {
        left: auto;
        right: 0;
        width: 80%;
    }
    .uk-offcanvas {
        left: 0!important;
    }

    #bloomcanvas .uk-offcanvas-bar {
        padding-left: 50px;
    }

    .uk-container-medium {
        padding-left: 25px;
        padding-right: 25px;
    }

    .narrowpage .narrowpagewrapper {
        padding: 30px;
    }
}


@media (max-width: 639px) {
    .kollagebild2 {
        right: 0px;
        left: 75px;
        top: -150px;
        max-width: 40%;
    }

    .moveup {
        margin-top: 35px!important;
    }
    .movedown {
        margin-top: 35px!important;
    }

    .nodivideronmobile > li:before {
        display: none;
    }
}


@media (max-width: 959px) {
    .kollagebild2 {
        right: 0px;
        left: 0px;
        top: -75px;
        max-width: 100%;
    }

    .kollagebild1 {
        position: relative;
        left: 0px;
    }

    .uk-logo {
        margin-top: 0px;
        max-width: 120px;
    }

    .uk-navbar {
        height: 90px;
    }

    .uk-navbar-toggle.is-active {
        top: 0px;
        right:-50px;
    }

    .notopmarginonmobile {
        margin-top: 0px!important;
    }

    .sidebar {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media (max-width: 1319px) {
    .kollagebild2 {
        right: 0px;
        top: -150px;
    }
}

@media (max-width: 1530px) {
    .kollagebild2 {
        right: 0px;
    }
}

@media (min-width: 960px) {

}