html.ios {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  html.ios,
  html.ios body {
    height: initial !important;
  }

.idxHover:hover {
  background-color: #000000; 
  opacity: 0.9;
}


/* To Load Hinted Fonts for Windows */
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #626262;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
}
/* Headings 
------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 300;
  color: #2c2c2c;
}
h1 {
  font-size: 44px;
  line-height: 55px;
  letter-spacing: -0.009em;
}
h1.mega {
  font-size: 110px;
  line-height: 89px;
}
h2 {
  font-size: 31px;
  line-height: 42px;
}
h3 {
  font-size: 27px;
  line-height: 40px;
}
h4 {
  font-size: 22px;
  line-height: 31.88px;
  letter-spacing: -0.0045em;
  -webkit-text-stroke-width: 0.24px;
}
h5 {
  font-size: 18px;
  line-height: 25.88px;
}

.ehBackgroundDiv {
  background: url(/assets/images/home/blomma5_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.ehContentBackground{
  background-color: #FFF;
  
}

.ehFooter {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: : 20px;
    width: 100%;
    height : 170px;
    background-color:black;
    opacity: 0.8;
    display: block !important;
    z-index: 5;
}

.imgbg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -6;
 
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  .imgbg {
    left: 50%;
    margin-left: -512px;   /* 50% */
    z-index: -6;
  }
}

.re.dimmer
{
      background: black;
      z-index: 99;
      width: 100%;
      height: 100%;
      position: fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
}

.re.dimmerMessage
{
    background:#fff;
    padding: 30px;
  
}



.ehBackgroundDiv_OLD {

    position: absolute;
    top: 0;
    left:0;
    right:0;
    height: 4000px;
    margin-top: 0px;
    margin-bottom: 0px;

    /*background-color: #333;*/
    background-image: url('/assets/images/home/blomma5_bg.jpg') ;
    background-size: contain;
    background-repeat: repeat-y;
    align-items: center;
    justify-content: center;
    opacity: 1.0;
    z-index: -6;
 }

 .ehBackgroundDivWhite {

    position: absolute;
    top: 0;
    left:0;
    right:0;
    height: 4000px;
    margin-top: 0px;
    margin-bottom: 0px;

    /*background-color: #333;*/
    background-color: #000;
    background-size: cover;
    align-items: center;
    justify-content: center;
    background-repeat: repeat-y;
    opacity: 0.2;
    z-index: -5;
 }

#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
  opacity: 0.5;
  z-index: -99999;
  
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}

/* reHeaderParent */

.reHeaderTextDiv {

    margin-top: 150px;
    margin-bottom: 100px;
    padding: 40px;
    width: auto;
    height: 220px;
    line-height: 220px;
    border-radius: 0px;
    border: 1px;
    border-color: #000 ;
    background-color: #000;
    display: flex; 
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    z-index: 888;
 }

/* reHeaderBig */
.reHeaderText {

  font-size: 40px;
  color: #FFF;
  text-align: center;
}

/* For action messages shows div for number of seconds */

.hoverDivDownload:hover {
  background: #003380;
  
}
.hoverDiv:hover {background: #e6ffee;}

.hoverDivFrame:hover {
  border: 2px solid #ff7023;
  
}
.hoverDivBlack:hover {
    background: #000000;
    color:white;

    
}
.hoverDivBlack:hover {
    background: #000000;
    color:white;
    
    
}

.hoverDivBlack: h4 {
    color:white;
    }

html, body {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}

.textnothide {
    display: block !important;
    position: absolute;
    z-index: -1;
}

/*background: #999;
background: url('../../assets/images/samhallet_header.png') ;
https://enhet.se/assets/images/Enhet.Logo.Black.0pc.png
*/

/* Vertical align DIV */
.eh-center {
  width: 100%;
  margin: 0 auto;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.hideMe-success {

    background-color: green;

}

.note-group-select-from-files {
  display: none;
}

#hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}
/* END HIDE ME*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


/* Text colors */
.text.white {
  color: #f2f2f2;
}
.text.grey {
  color: #CCCCCC;
}
.text.black {
  color: #0d0d0d;
}
.text.yellow {
  color: #F2C61F;
}
.text.teal {
  color: #00B5AD;
}
.text.red {
  color: #D95C5C;
}
.text.purple {
  color: #564F8A;
}
.text.pink {
  color: #D9499A;
}
.text.orange {
  color: #E07B53;
}
.text.green {
  color: #5BBD72;
}
.text.blue {
  color: #3B83C0;
}