.blend {
  mix-blend-mode: multiply;
}
/* 
html, body {
    overflow-x: hidden;
    max-width: 100vw;
} */ 

    .navbar-nav.navbar-center { 
            position: absolute; 
            left: 50%; 
            transform: translatex(-50%); 
       
        } 
    
    
    body{
            overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
      background-color:#F4F3F3;
    }
    
    h1{
    font-size: 30pt;
    font-family: 'Lora', serif;
    color: #1D2712;
    }
    
    h3{
    font-size: 14pt;
    font-family: 'Lora', serif;
    color: #1D2712;
    line-height: 1.5 !important
    }

    
    p{
      font-size: 12pt;
      font-family: 'Open Sans', sans-serif;
      color: #1D2712;
      line-height: 1.8;
    }


.navbar, .navbar-toggler { 
    
    border: none; 
    
    
}

.ListFront {
    list-style-type: none;
}

/* mouse over link */  

a {
    text-decoration: none;
    color: #1B4B93 !important;
}

a:hover {
    text-decoration: underline;
}


/* selected link */
a:active {

    text-decoration: none;
}
    


a:link{
     text-decoration: none;
}


        .nav a{
            font-size: 10px !important;
            color: #1E1D1C !important;
        }

    
/* Forms styling */
.umbraco-forms-label {
     font-size: 12pt;
      font-family: 'Open Sans', sans-serif;
      color: #1D2712;
      line-height: 1.8;
      padding-top: 18px;
      font-weight: normal;
}

.umbraco-forms-form {
    padding: 50px 0px 30px 0px;
    margin-left: -10px;
}
.umbraco-forms-caption {
    padding-top: 40px;
    font-size: 30pt;
    font-family: 'Lora', serif;
    color: #1D2712;
    }
    
.umbraco-forms-form legend {
    font-weight: normal;
    padding-top: 18px;
    font-size: 14pt;
    font-family: 'Lora', serif;
    color: #1D2712;
    line-height: 1.2em;
    display: block;
}

.opskrivningsgebyr {
    margin-top: 30px;
}



.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 0.6rem 3rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


  
    .hero{
      position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }
    
    .teaserbg {
      background-color:#404F2A;
    }
    
     .bg-header{
      background-color: #ffffff;
      position: relative;
      top: -100px;
    }
    
    .box-shadow{
    box-shadow:
      0 3.9px 5.7px rgba(0, 0, 0, 0.01),
      0 9.4px 13.7px rgba(0, 0, 0, 0.014),
      0 17.8px 25.8px rgba(0, 0, 0, 0.017),
      0 31.7px 46px rgba(0, 0, 0, 0.019),
      0 59.3px 86.1px rgba(0, 0, 0, 0.022),
      0 142px 206px rgba(0, 0, 0, 0.03)
    ;}

  .bg-grafitti {
        background-image: url(../media/8d896c3e78eb8df/bg_grafitti.png);
        background-size: cover;
        width: 100%;
      }
    
    .bg-beige {
        background-color: #f3f2f2;
    }
    
    #myVideo {
      right: 0;
      height: 60%;
      min-width: 100%;
      object-fit:cover; width:100%;
    }
    .myImage {
        right: 0;
      min-width: 100%; 
    }
    

.blur {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
background-color:rgba(255,255,255,0.9);
  }

.blur2 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
background-color:rgba(255,255,255,0.3);
  }
  
.blur3 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
background-color:rgba(255,255,255,0.2);
  }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 240px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}  

.offset-anchor1 {
  offset-anchor: 
  bottom;
  height: 100px;
}

@media only screen and (max-width: 1500px) {
    .discomp {
        display: none !important;   
    }    
}