html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    line-height: 25px;
font-family: 'Lato',sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    
}
@media (max-width: 992px){
    body{
        
        text-align: center;
    }
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    z-index: 5;
    transition: all .2s;
    padding: 0;
    background: #fff;
}
h1{
    font-size: 40px;
    font-family: 'Montserrat' , sans-serif;
    -webkit-font-smoothing: antialiased;
}
h2{
    font-family: 'Montserrat' , sans-serif;
}
h3{
    font-family: 'Montserrat' , sans-serif;
}   

footer{
    background-color: #111;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
form{
    width: 100%;
    padding-bottom: 40px;
}
input,textarea{
outline: none;
    padding: 10px;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    transition: all 0.2s;
    resize: none;
}

input:focus,textarea:focus{
    background: #fff;
    border-color: #fff;
    box-shadow: 0 6px 24px -3px rgba(0, 0, 0, 0.3);
}
input[type="submit"]{
    color: #000000;
    box-shadow: inset 0 0 0 1px #000;
}
input[type="submit"]:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    background-color: #000000;
}
.footer-start{
    position: absolute;
    left: 0;
    bottom: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}
.bluetext{
    color: #2a303e;
}
a{
    text-decoration: none;
    color: black;
}


.ul-meny{    
    list-style: none;
    padding: 0;
    margin: 0;
}
.li-meny{
        display: inline-block;
    padding: 14px;
    position: relative;
}
.a-meny{
    display: block;
    text-decoration: none;
    font-size: 16px;
    transition: all .2s;
    color: #000;
    opacity: 0.75;
}
.Logga{
        display: inline-block;
    padding: 10px;
}
.Logga1{
    max-height: 30px;
    display: block;
    transition: all .2s;
}
.logo-header{
    max-height: 50px;
}
.top-div{
    background-image: url(fiberkabel.png);
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.top-div-prod{
    background-image: url(fiberkabel.jpg);
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    justify-content: center;
        align-items: center;

    box-sizing: border-box;
}
.top-div-exemple{
    background-image: url(nymek1Gradient.png);
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.text-top-div{
    text-align: center;
    color: #000000;
      transition: width 2s, height 4s;
}
.text-top-div-prod{
    color: white;
    text-align:center;
}

.margin-top-down{
    padding-top: 40px;
    padding-bottom: 40px;
}
.navbar-toggler-icon{
    color: black;
}

.top-bakgrund{
    background-color: #f5f5f5;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}








.bakgrund-startsida{
      background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("Svetsbild.jpg");
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;
        background-attachment: fixed;
    height: 100vh;
      
}
@media (max-width: 568px){
    .bakgrund-startsida{
        height: 100%;
    }
}
.textarea-startsida{
    text-align: center;
  color: #ffffff;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
    padding-right: 15px;
    padding-left: 15px;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .overlay {
  opacity: 1;
}
.bild-meny {
  width: 100%;
  height: auto;
}
.bild-meny:hover {
    transition: .5s ease;
  background-color: #008CBA;
}
.mittparti-startsida{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.bild-start{
    width: 400px;
}
.meny-footer{
    border-radius: 10px;
        width: 100%;

    box-shadow: 0 15px 47px -14px #000000;
}
.meny-text{
    font-family: "Google Sans",Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 20px;
}





.produktion-div{
    box-sizing: border-box;
    display: flex;
    background-color: #2a303e;
}
.produktions-ram{
    background-color: #ffffff;
    margin: 60px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    margin-top: -40px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 5px rgba(28, 90, 125, 0.5);
}
@media (max-width: 768px){
    .produktions-ram{
        margin: 0px;
    }
}


.produktion-innehall{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: center;
}
.produktion-rubrik{
    text-align: center;
    color: #2a303e;
    padding-top: 40px;
        padding-bottom: 40px;
}
.produktion-rubrik2{
    text-align: center;
    color: #2a303e;
    padding-top: 40px;
        padding-bottom: 40px;
}
.produktion-align-center{
    text-align: center;
        align-items: center;
}
.produktion-helgrid{
    width: calc(50% - 20px);
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin: 10px;
        transition: bottom .5s, opacity .5s;
    text-align: center;
}
.produktion-alignleft{
    text-align: left;
}
.produktion-alignright{
    text-align: right;
}
.produktion-delgrid{
    width: calc(25% - 20px);
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin: 10px;
    transition: bottom .5s, opacity .5s;

}
.produktion-innegrid{
    color: #2a303e;
    overflow: auto;
    text-align: center;
}






.om-oss-div{
    background: #2a303e;
    position: relative;
}
.om-oss-ram{
    padding-top: 50px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;  
    padding-left: 40px;
    padding-right: 40px;
    display: flow-root;
}
.om-oss-rubrik{
    
        color: #1e33a3;
}
.om-oss-innehall{
    display: flex;
    flex-flow: row;
    justify-content: center;
}
.om-oss-del{
    text-decoration: none;
    width: 33%;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.om-oss-bild{
    max-width: 100%;
}
.om-oss-i-bild{
    max-width:100%;
    max-height:80%;
}
.om-oss-i-bild:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}
.inner-omoss{
        padding-top: 20px;
    padding-bottom: 20px;
}







.inner-karriar{
        padding-top: 20px;
    padding-bottom: 20px;
}
.karriar-text{
    color: #ffffff;
}
.karriar-div{
    width:100%;    
    background-color: #2a303e; 
    display: flex;
}
.karriar-ram{
    text-align: center;
}
.karriar-innehall{
    margin-top: 100px;
    margin-bottom: 100px;
}
.karriar-vanster{
    float: left;
    width: 50%;
    text-align: center;
}
.karriar-bild{
    max-width:100%;
    max-height: 400px;
}
.karriar-hoger{
    float: left;
        width: 50%;
}





.wrap{border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background-color: #ffffff;}
.kontakta-oss-div{
    width:100%;    
    background-color: #f3f3f3;
        display: relative;
}
.kontakta-oss-ram{
    position: relative;
        display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.kontakta-oss-rubrik{
    width:100%;
    text-align: center;
    color: white;
    padding-top: 80px;
}
.kontakta-oss-form{
    width: 100%;
}




.footer-hoger{
    border-left: 1px solid rgba(255,255,255,.34);
}



