.imgcaption {
    position:absolute;
    bottom:0;
    right:0;
    width:auto;
    min-width:100px;
    padding:0.5em;
    text-align:center;
    color:white;
    background-color:black;
    z-index:10;
}
.imgcaption p {
    margin:0;
}
 
.grey {
    background-color:#dadada;
    padding:2em 0;
}

.start-text .button {
    background: rgba(255,255,255,0.5);
    border: #fff solid 2px;
    opacity: 1;
    color: #fff;
/*    border: #cb0973 solid 2px;
    color: #cb0973;*/
    text-decoration: none;
    border-radius: 30px;
    /*width: 150px;*/
    width:100px;
    height: auto;
    /*padding: 5px;*/
    padding: 2.5px;
    /*font-size: 2.4rem;*/
    font-size: 1.4rem;
    font-weight: 400;
    
}

.grey .container {
    min-height:30vh;
    display:flex;
    align-items:center;
}

.mfp-iframe-holder .mfp-content {
    max-width:700px;
    height: 100vh;
}

.isotopegrid{
    -webkit-perspective: 2000px;
            perspective: 2000px;
}

.flipIn{
    -webkit-animation-name: flipIn;
            animation-name: flipIn;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
}


@-webkit-keyframes flipIn {
  0%   { opacity: 0;-webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); }
  100% { opacity: 1;-webkit-transform: rotateX(0deg); transform: rotateX(0deg); }
}

@keyframes flipIn {
  0%   { opacity: 0; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); }
  100% { opacity: 1;-webkit-transform: rotateX(0deg); transform: rotateX(0deg); }
}
.rotateIn{
-webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}

.section0 .container{
    -webkit-animation-name: containerHeight;
            animation-name: containerHeight;
    -webkit-animation-duration: 0.40s;
            animation-duration: 0.40s;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.21,.83,.26,.77) ;
            animation-timing-function: cubic-bezier(.21,.83,.26,.77) ;
}

@-webkit-keyframes containerHeight {
  0%   { max-height: 10vh; }
  100% { max-height: 0; }
}

@keyframes containerHeight {
  0%   { max-height: 10vh; }
  100% { max-height: 0; }
}

.section0{
    -webkit-animation-name: sectionPosition;
            animation-name: sectionPosition;
    -webkit-animation-delay: 2.90s;
            animation-delay: 2.90s;
    -webkit-animation-duration: 0.01s;
            animation-duration: 0.01s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes sectionPosition {
  99.9%   { position: static; }
  100% { position: fixed; }
}

@keyframes sectionPosition {
  99.9%   { position: static; }
  100% { position: fixed; }
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    50% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        height: 40vh;
        margin: 30vh 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
            height: 8vh;
    margin: 10px 0 0 0;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    50% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
            height: 40vh;
    margin: 30vh 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
            height: 8vh;
    margin: 10px 0 0 0;
    }
}

.puff-inner {
    position:relative;
}

.puff-inner img {
    display:block;
}

.puff-inner .box-heading {
    font-size:1.3rem;
}

.puff-heading {
    position:absolute;
    bottom:0;
    width:100%;
}

.box-heading {
    position:absolute;
    top:5px;
    right:10px;
    color:white;
    font-weight:300;
    
}

/* header
---------------------------------------------------------*/
header {
    background: transparent;
    z-index: 10000;
}

header, header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

header {
    background: transparent;
    background: white;
     -webkit-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
        opacity: 0;
}

header.fixed {
        opacity: 0;
}

.top-logo {
    display: none;
    text-align: center;
}

.top-logo img {
    max-width: 8%;
}

.logo a {
    padding: 0;
    font-size: 0;
}

.logo {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    /*position: absolute;
    left:45vw*/;
}

header.fixed .logo img {
    max-width: 5%;
    height: auto;
}

nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    background: rgba(0,0,0,0.9);
}

nav .menu {
    padding-top: 50vh;
}

nav li a {
    float: none;
    padding: 8px;
    display: block;
}

nav li, nav ul.menu {
    float: none;
}

.slick-slide img {
    margin:0 auto;
}

.slick-dots {
    bottom: 40px;
}

.slick-dots li button:before {
    font-size: 0.8rem;
    opacity: 1.0;
    color: #fff;
}

.slick-dots li.slick-active button:before {
    color: #000;
}

.slick-dots li {
    border: black solid 1px;
    border-radius: 50%;
    margin: 0 2px;
}

.slick-dots li button {
    margin: 0;
}

.slick-prev, .slick-next {
    width:auto;
    height:auto;
}


.slick-next {
    right:10px;
    z-index:6;
}

.slick-prev {
    left:10px;
    z-index:6;
}

.slick-next, .slick-prev {
    opacity:1;
}

.slick-next:hover, .slick-prev:hover {
    border:none;
}

.slick-next:before, .slick-prev:before {
    transition: 0.8s ease;
 /*  background:rgba(0,0,0,0.7);*/
    padding:.5em;
    line-height:normal;
}

.slick-next:hover:before, .slick-prev:hover:before {
    /* background:white; */
    color:black;
}

.slick-next:before {
    content: url("/theme/intendit/img/right2.png");
    font-size: 50px;
    color: #fff; text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    font-weight: 500;
}

.slick-prev:before {
    content: url("/theme/intendit/img/left2.png");
    font-size: 50px;
    color: #fff; text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    font-weight: 500;
}
.lightgray {
    background-color: #f2f2f2;
}
.gray {
    background-color: #e5e5e5;
}

.darkgray {
    background-color:#58585a;
}

.white {
    background-color:#ffffff;
}

.overlay {
    background: rgba(0,0,0,0.0);
}

.overlay .container {
    min-height: 600px;
}

.start-text {
    position:relative;
    padding-top:50vh;
    height:100vh;
    color: white;
    font-weight:700;
    font-size: 2.8rem;
    text-align: center;
}


.top-logo h1 {
    margin:0;
}

/* Sections0
---------------------------------------------------------*/
.logotype .container, .top-slider-img .container {
    text-align: center;
    /* height: 100vh; */
    padding: 0;
    /* position: fixed; */
}

.logotype .container img {
    margin: 30vh 0;
    height: 40vh;
    -webkit-transition: height 1s ease 0s, margin 0.5s ease 0.5s;
            transition: height 1s ease 0s, margin 0.5s ease 0.5s;   
}

/* Sections
---------------------------------------------------------*/

section {
    /* min-height: 100vh; */
    position: relative;
    z-index: 103;
}

.section1, .start-bildspel, .overlay {
    min-height: 100vh;
}

.top-slider-img {
    background-repeat: no-repat;
    background-position: top center;
    background-size: cover;
}

.btnDown {
    cursor: pointer;
    margin: auto;
    font-size: 5.0em;
    width:100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width:75px;
}
/*.btnDown {
    cursor: pointer;
    margin: auto;
    font-size: 8.0em;
    position: fixed;
    bottom: calc(0% - 80px);
    left: 48%;
    margin-left: -80px;
    z-index: 0;
    right: 0;
}*/

/* Section products
---------------------------------------------------------*/
.products .textwrapper {
    text-align: center;
}

.products article {
    text-align: center;
}

.popupart-inner {
    background-color:white;
    padding: 0.5em 1.5em;
    min-height:27vh;
}

.popupart-inner .teaser h3 {
    margin:0;
    letter-spacing:0;
    font-size:inherit;
    font-style:normal;
    font-weight:bold;
    
}

.slick-dots, .slick-next, .slick-prev {
    z-index:100;
}


/* puffar startpage
---------------------------------------------------------*/
.puff-heading {
    background-color: #222;
    color: white;
    text-align: center;
    margin-top: -10px;
    padding: 0;
}

.popupart .puff-heading {
    margin-top:0;
}

.puff-body {
    text-align: left;
    background: white;
}

.puff-body > div {
    padding: 0.5em;
}

.teaser {
    font-style: italic;
    border-bottom: #eee solid 1px;
}

.prod-body {
    padding-top: 0.5em;
}

#omoss .container {
    padding:5em 0;
}

/* AnstÃƒÆ’Ã‚Â¤llda
---------------------------------------------------------*/
#kontakt {
    padding-top:2em;
}

.anstalld {
    margin-bottom: 1.5em;
}

.anstalld-contact {
    border-top: #D8D8D8 solid 1px;
}

.anstalld-info.boxContent {
    min-height: 6em;
    padding: 0.5em;
}

.anstalld-contact {
    padding: 0.5em;
}

.anstalld-contact a {
    color: black;
    text-decoration: none;
}

.anstalld-contact a:hover {
    font-weight: bold;
}

/* Contact
---------------------------------------------------------*/

.contact a:hover {
    color:#cb0973;
}

.contact hr {
    border-top:#D8D8D8 solid 1px; 
}

.fa-map-marker:before {
    font-size:4.0rem;
    color:#4E4E50;
}
    


/* General
---------------------------------------------------------*/
a {
    color: /*#cb0973;*/ #fff;
}

a:hover {
    color: #000;
}

.contact-img {
    background: #333;
    border-radius: 50%;
    position: fixed;
    z-index: 110;
    right: 10%;
    bottom: 1.5em;
    width: 70px;
    height: 70px;
    display: block;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    color: white;
    display:none;
}

.contact-img:hover {
    background:#cb0973;
    color:white;
}

.contact-img div {
    position: relative;
    height: 100%;
}

.contact-img div span {
    display: block;
    margin-top: 30%;
    text-align: center;
}

body {
    font-weight: 400;
    /*font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
    background: #f2f2f2;
}

.container {
    max-width: 1100px;
    padding: 0.5em;
    width: 100%;
}

/*.container-contact, .mfp-iframe-holder .mfp-content {
    max-width: 1100px;
    width: 100%;
    padding: 0.5em;
}
*/

img {
    max-width: 100%;
    height: auto;
}

.logoFade {
     -webkit-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
        opacity: 0;
}

/* Give map a height and it's images no max-width */
.map-canvas {
    height: 50vh;
}

.map-canvas img {
    max-width: none;
}

/* Make FB widget responsive */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style],
.twitter-timeline {
    width: 100% !important;
}

/* Example media queries*/
@media (max-width: 400px) {}

@media (max-width: 550px) {
    .anstalld {
        text-align:center;
    }
    .contact-img {
        width:50px;
        height:50px;
        font-size:1.2rem;
    }
    .btnDown {
        display:none;
    }

}

@media (max-width: 750px) {
    h3{
        font-size:2.7rem;
    }
}

@media (max-width: 1000px) {}

@media (max-width: 1200px) {}

.filterCategory, .columnspacer {
    width: 33%;
    float: left;

}

.filterCategory.double{
    width: 66%;
}

.isoFull, .isotopegrid .intro{
    width:100%;

}

.productwrapper {
    text-align: center;
    cursor:pointer;

}


@media (min-width: 550px) {
    .products article h1 {
        font-size:4.0rem;
    }
    .overview-prod {
        padding-top:1.5em;
    }
}

#menu-icon {
    position:fixed;
    display: inline;
    top: 45px;
    cursor: pointer;
    z-index:100;
}

#menu-icon.active .first {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px
}
#menu-icon.active .second {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: -9px
}
#menu-icon.active .third {
    display: none
}

.fixed .logotype img {
    height: 8vh;
    margin: 10px 0 0 0;
    /*background:white;
    border-radius:100%;*/
}

section.section0 {
    /* position: fixed; */
    z-index: 1000;
    left: 0;
    right: 0;
}

section.section1 {
    /* border-top: 100vh solid transparent; */
}

.fixed .btnDown {
    display: none;
}

.mfp-content body {
    background:white;
}

.popupart.container {
    padding:0;
}

.popupart .slick-slider {
    margin-bottom:0;
}


@media (min-width:751px and max-width: 1100px) {
    .filterCategory.double {
        width: 64%;
    }
    .filterCategory, .columnspacer {
        width: 31%;
        float: left;
        margin: 1%;
    }
}

@media (max-width: 959px) {
    /*.contact-img {
        display:none !important;
    }*/
    .mfp-iframe-scaler {
        overflow:visible;
        height:100vh;
    }
    .produkt {
        background:white;
    }
    .anstalld-contact {
        border-top:0;
        border-bottom:#D8D8D8 solid 1px;
        margin-bottom:1.5em;
    }
    .anstalld-info.boxContent {
        min-height:1em;
    }
}
    

@media (max-width: 750px) {
    #omoss .container {
     padding: 0.5em 1.5em;
    }
    
    .filterCategory, .columnspacer, .filterCategory.double {
        width:48%;
        float: left;
        margin: 1%;
    }    
}

@media (max-width: 550px) {
    .filterCategory, .columnspacer, .filterCategory.double {
        width:100%;
        float:none;
        margin:0; 
        animation: none !important;
    }
    .start-text {
        padding-top:15vh;
    }
    .start-text .button {
        font-size:1.8rem;
    }
    h2 {
        font-size:2.3rem;
    }
    .popupart-inner .teaser h3 {
        font-size: inherit;
        font-weight: bold;
    }
        
}
